| Age | Commit message (Expand) | Author |
| 2009-07-20 | remove TargetAsmInfo::ExpandInlineAsm | Chris Lattner |
| 2009-07-20 | Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. | Chris Lattner |
| 2009-07-20 | add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even... | Chris Lattner |
| 2009-07-20 | remove dead forward decl | Chris Lattner |
| 2009-07-20 | rename TargetAsmInfo::getASDirective -> getDataASDirective | Chris Lattner |
| 2009-07-20 | For PC relative relocations where symbols are defined in the same section they | Bruno Cardoso Lopes |
| 2009-07-18 | Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag... | Bruno Cardoso Lopes |
| 2009-07-18 | Add some missing includes. | Daniel Dunbar |
| 2009-07-18 | Use a better name for the label relocations while emitting them for Jump Tables | Bruno Cardoso Lopes |
| 2009-07-18 | Add support to properly reference private symbols on relocation entries. | Bruno Cardoso Lopes |
| 2009-07-18 | Enable cross register class coalescing. | Evan Cheng |
| 2009-07-18 | Revert 76177 for now. It's messing up ARM asm printing. Also this significant... | Evan Cheng |
| 2009-07-17 | Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. | Daniel Dunbar |
| 2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner |
| 2009-07-17 | Sketch support for target specific assembly parser. | Daniel Dunbar |
| 2009-07-17 | Add logic to align instruction operands to columns for pretty-printing. | David Greene |
| 2009-07-16 | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng |
| 2009-07-16 | Kill off last uses of TargetMachineRegistry class. | Daniel Dunbar |
| 2009-07-16 | Fix gcc 4.0 build failure, can't rely on access inside nested friended class. | Daniel Dunbar |
| 2009-07-16 | Add registered target list to --version output. | Daniel Dunbar |
| 2009-07-16 | Add explicit comment that clients can call target initialization functions | Daniel Dunbar |
| 2009-07-15 | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar |
| 2009-07-15 | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar |
| 2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
| 2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
| 2009-07-15 | Remove StringConstantPrefix now that the only user | Duncan Sands |
| 2009-07-15 | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar |
| 2009-07-15 | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar |
| 2009-07-15 | Kill off unused TargetMachineRegistry methods and ivars. | Daniel Dunbar |
| 2009-07-15 | Migrate llc and the JIT to using the TargetRegistry for lookups. | Daniel Dunbar |
| 2009-07-15 | Include the Target& in the TargetMachineRegisterEntry. | Daniel Dunbar |
| 2009-07-15 | Allow multiple registrations of the same target. | Daniel Dunbar |
| 2009-07-15 | Initialize the target info via the InitializeNativeTarget() hook. | Daniel Dunbar |
| 2009-07-15 | Reimplement TargetMachineRegistry in terms of TargetRegistry. | Daniel Dunbar |
| 2009-07-15 | Mark Target's creation routines as const. | Daniel Dunbar |
| 2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
| 2009-07-15 | Fix thinko | Daniel Dunbar |
| 2009-07-15 | Include Target specific Info initialization routine when initializing all | Daniel Dunbar |
| 2009-07-15 | Address some review comments on TargetRegistry. | Daniel Dunbar |
| 2009-07-15 | Add new TargetRegistry. | Daniel Dunbar |
| 2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-13 | Delete a spurious const. | Dan Gohman |
| 2009-07-13 | Add infrastructure to allow post instruction printing action triggers. | David Greene |
| 2009-07-12 | Add CCIfSRet calling convention predicate. | Jakob Stoklund Olesen |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-10 | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng |
| 2009-07-10 | 80 col violation. | Evan Cheng |
| 2009-07-09 | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng |
| 2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |