Age | Commit message (Expand) | Author | Files | Lines |
2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 3 | -11/+14 |
2009-07-31 | refactor section construction in TLOF to be through an explicit | Chris Lattner | 1 | -0/+4 |
2009-07-30 | Start using DebugInfoFinder. | Devang Patel | 1 | -13/+11 |
2009-07-29 | Forgot to output the base offset. | Bill Wendling | 1 | -4/+8 |
2009-07-29 | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 1 | -2/+3 |
2009-07-29 | Move comment to above method. | Bill Wendling | 1 | -21/+21 |
2009-07-29 | - Temporarily unbreak the build by forcing the TType "absptr", which isn't | Bill Wendling | 2 | -50/+75 |
2009-07-28 | Cleanup code to use iterators instead of ".size()". | Bill Wendling | 1 | -21/+25 |
2009-07-28 | Doxygenify comments. | Bill Wendling | 2 | -2/+4 |
2009-07-28 | Split out large loop into it's very own method. No intended functionality cha... | Bill Wendling | 2 | -42/+62 |
2009-07-28 | Output the EH TType format and base offset only if there are types that we're | Bill Wendling | 1 | -6/+15 |
2009-07-28 | Use the preferred EH data format for the preferred EH data format. | Bill Wendling | 1 | -2/+2 |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 3 | -18/+24 |
2009-07-27 | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 1 | -0/+11 |
2009-07-27 | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 1 | -10/+10 |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 3 | -6/+5 |
2009-07-26 | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 1 | -4/+8 |
2009-07-26 | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner | 1 | -8/+10 |
2009-07-26 | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 1 | -5/+5 |
2009-07-26 | two files I missed in the last commit. | Chris Lattner | 1 | -6/+6 |
2009-07-26 | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 1 | -5/+16 |
2009-07-25 | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 1 | -1/+1 |
2009-07-24 | remove a use of SectionFlagsForGlobal. | Chris Lattner | 1 | -3/+4 |
2009-07-24 | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner | 1 | -1/+1 |
2009-07-22 | Put comment printing under asm-verbose. | David Greene | 1 | -13/+36 |
2009-07-22 | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 1 | -2/+7 |
2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 1 | -0/+5 |
2009-07-21 | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 1 | -1/+1 |
2009-07-20 | Pass in the unfortunately named "LessPrivatePrefix" for the | Bill Wendling | 1 | -1/+2 |
2009-07-20 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner | 2 | -3/+3 |
2009-07-17 | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner | 1 | -28/+3 |
2009-07-17 | Use more terse and precise linkage checks. | Chris Lattner | 1 | -15/+6 |
2009-07-17 | these two pieces of code are the same because we always | Chris Lattner | 1 | -12/+3 |
2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2 | -15/+9 |
2009-07-17 | fix include guard. | Chris Lattner | 1 | -2/+2 |
2009-07-16 | Emit line numbers in asm comments when available. | David Greene | 1 | -2/+15 |
2009-07-16 | Skip special LLVM prefix '1' while emitting linknage name. | Devang Patel | 1 | -4/+25 |
2009-07-15 | remove printSuffixedName. | Chris Lattner | 1 | -27/+5 |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 1 | -4/+4 |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 1 | -11/+11 |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 3 | -14/+14 |
2009-07-14 | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 1 | -11/+11 |
2009-07-14 | rename getValueName -> getMangledName. These two files have very | Chris Lattner | 1 | -11/+11 |
2009-07-14 | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2 | -4/+4 |
2009-07-14 | Do not use Mangler to remove '1' from linkage name. | Devang Patel | 1 | -13/+4 |
2009-07-13 | Use assertion. | Devang Patel | 1 | -2/+4 |
2009-07-13 | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel | 1 | -4/+9 |
2009-07-13 | revert rev. 75503 for now. | Devang Patel | 2 | -19/+4 |
2009-07-13 | Use Mangler to remove leading '1' from linkage names. | Devang Patel | 2 | -4/+19 |
2009-07-13 | Add infrastructure to allow post instruction printing action triggers. | David Greene | 1 | -0/+13 |