| Age | Commit message (Expand) | Author |
| 2009-08-03 | Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fix... | Anton Korobeynikov |
| 2009-08-03 | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar |
| 2009-08-03 | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar |
| 2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
| 2009-08-02 | move dwarf debug info section selection stuff from TAI to | Chris Lattner |
| 2009-08-02 | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner |
| 2009-08-02 | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner |
| 2009-08-02 | move a virtual method body to its .cpp file to avoid a #include | Chris Lattner |
| 2009-08-02 | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner |
| 2009-08-02 | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner |
| 2009-08-02 | move an enum from TM -> TargetOptions. This makes TargetOptions.h | Chris Lattner |
| 2009-08-02 | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner |
| 2009-08-02 | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner |
| 2009-08-02 | convert ctors/dtors section to be in TLOF instead of | Chris Lattner |
| 2009-08-01 | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner |
| 2009-08-01 | REmove dead fields of TAI. | Chris Lattner |
| 2009-08-01 | fix a fixme by sinking various target-specific directives down into | Chris Lattner |
| 2009-08-01 | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner |
| 2009-08-01 | fix a layering violation by moving SectionKind out to its own header. | Chris Lattner |
| 2009-08-01 | Minor whitespace tidiness. | Dan Gohman |
| 2009-08-01 | with the previous refactoring, fixme fixed! | Chris Lattner |
| 2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
| 2009-07-31 | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner |
| 2009-07-31 | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner |
| 2009-07-31 | Fix build. | Benjamin Kramer |
| 2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
| 2009-07-31 | refactor section construction in TLOF to be through an explicit | Chris Lattner |
| 2009-07-31 | move the sectionkind and section classes to TargetLoweringObjectFile.h | Chris Lattner |
| 2009-07-29 | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner |
| 2009-07-29 | 1. Introduce a new TargetOperandInfo::getRegClass() helper method | Chris Lattner |
| 2009-07-29 | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner |
| 2009-07-29 | Give getPointerRegClass() a "kind" value so that targets can | Chris Lattner |
| 2009-07-29 | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner |
| 2009-07-29 | Match X86 register names to number. | Daniel Dunbar |
| 2009-07-28 | Move X86 instruction parsing into X86/AsmParser. | Daniel Dunbar |
| 2009-07-28 | Remove unused parameter name. | Bill Wendling |
| 2009-07-28 | Provide generic MCAsmParser when constructing target specific parsers. | Daniel Dunbar |
| 2009-07-28 | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-27 | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar |
| 2009-07-27 | Sink getSectionPrefixForUniqueGlobal down into the TAI | Chris Lattner |
| 2009-07-27 | make COFF work like ELF and macho, by splitting out into its own | Chris Lattner |
| 2009-07-27 | inline a method. | Chris Lattner |
| 2009-07-27 | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner |
| 2009-07-27 | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner |
| 2009-07-26 | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner |
| 2009-07-26 | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner |
| 2009-07-26 | make SectionKind keep track of whether a global had an explicit | Chris Lattner |
| 2009-07-26 | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner |
| 2009-07-26 | Make the kind actually be private. | Chris Lattner |