| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene | 2009-08-05 | 1 | -2/+16 | 
| *  | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner | 2009-08-05 | 1 | -15/+13 | 
| *  | add a temporary hook to allow reuse of the asmprinter from the disassembler. | Chris Lattner | 2009-08-05 | 1 | -0/+3 | 
| *  | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner | 2009-08-04 | 1 | -4/+0 | 
| *  | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner | 2009-08-03 | 1 | -21/+14 | 
| *  | Kill off SwitchToDataSection and SwitchToTextSection, woo. | Chris Lattner | 2009-08-03 | 1 | -57/+3 | 
| *  | make getObjFileLowering() return a non-const reference. | Chris Lattner | 2009-08-03 | 1 | -1/+1 | 
| *  | make SwitchToSection accept null sections for now. | Chris Lattner | 2009-08-03 | 1 | -3/+8 | 
| *  | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 1 | -2/+2 | 
| *  | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner | 2009-08-01 | 1 | -8/+7 | 
| *  | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 1 | -11/+9 | 
| *  | loweringinfo is always non-null. | Chris Lattner | 2009-08-01 | 1 | -1/+1 | 
| *  | fix a problem Eli noticed where we would compile the attached ptrtoint | Chris Lattner | 2009-08-01 | 1 | -13/+13 | 
| *  | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -9/+8 | 
| *  | Use setPreservesAll and setPreservesCFG in CodeGen passes. | Dan Gohman | 2009-07-31 | 1 | -0/+1 | 
| *  | Simplify operand padding by keying off tabs in the asm stream.  If | David Greene | 2009-07-31 | 1 | -1/+21 | 
| *  | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner | 2009-07-31 | 1 | -1/+1 | 
| *  | switch off of 'Section' onto MCSection.  We're not properly using | Chris Lattner | 2009-07-31 | 1 | -6/+8 | 
| *  | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 1 | -0/+4 | 
| *  | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -2/+3 | 
| *  | Rip all of the global variable lowering logic out of TargetAsmInfo.  Since | Chris Lattner | 2009-07-28 | 1 | -6/+11 | 
| *  | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 1 | -0/+11 | 
| *  | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -10/+10 | 
| *  | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -1/+1 | 
| *  | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 1 | -4/+8 | 
| *  | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner | 2009-07-26 | 1 | -8/+10 | 
| *  | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 1 | -5/+5 | 
| *  | two files I missed in the last commit. | Chris Lattner | 2009-07-26 | 1 | -6/+6 | 
| *  | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 2009-07-26 | 1 | -5/+16 | 
| *  | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 | 
| *  | remove a use of SectionFlagsForGlobal. | Chris Lattner | 2009-07-24 | 1 | -3/+4 | 
| *  | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner | 2009-07-24 | 1 | -1/+1 | 
| *  | Put comment printing under asm-verbose. | David Greene | 2009-07-22 | 1 | -13/+36 | 
| *  | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 1 | -2/+7 | 
| *  | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -0/+5 | 
| *  | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 2009-07-21 | 1 | -1/+1 | 
| *  | Pass in the unfortunately named "LessPrivatePrefix" for the | Bill Wendling | 2009-07-20 | 1 | -1/+2 | 
| *  | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner | 2009-07-20 | 1 | -2/+2 | 
| *  | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner | 2009-07-17 | 1 | -28/+3 | 
| *  | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2009-07-17 | 1 | -10/+4 | 
| *  | Emit line numbers in asm comments when available. | David Greene | 2009-07-16 | 1 | -2/+15 | 
| *  | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -27/+5 | 
| *  | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -4/+4 | 
| *  | Reapply my previous asmprinter changes now with more testing and two  | Chris Lattner | 2009-07-14 | 1 | -11/+11 | 
| *  | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -8/+8 | 
| *  | Revert r7561{9,8,7,6}, which depend on r75610.  | Daniel Dunbar | 2009-07-14 | 1 | -11/+11 | 
| *  | rename getValueName -> getMangledName.  These two files have very | Chris Lattner | 2009-07-14 | 1 | -11/+11 | 
| *  | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 1 | -2/+2 | 
| *  | Add infrastructure to allow post instruction printing action triggers. | David Greene | 2009-07-13 | 1 | -0/+13 | 
| *  | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -6/+6 |