| Commit message (Expand) | Author | Age | Files | Lines |
* | Add logic to align instruction operands to columns for pretty-printing. | David Greene | 2009-07-17 | 1 | -0/+11 |
* | Let callers decide the sub-register index on the def operand of rematerialize... | Evan Cheng | 2009-07-16 | 1 | -2/+2 |
* | Kill off last uses of TargetMachineRegistry class. | Daniel Dunbar | 2009-07-16 | 1 | -30/+1 |
* | Fix gcc 4.0 build failure, can't rely on access inside nested friended class. | Daniel Dunbar | 2009-07-16 | 1 | -1/+4 |
* | Add registered target list to --version output. | Daniel Dunbar | 2009-07-16 | 1 | -0/+47 |
* | Add explicit comment that clients can call target initialization functions | Daniel Dunbar | 2009-07-16 | 1 | -0/+6 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -9/+8 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -13/+10 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 4 | -50/+38 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 4 | -38/+50 |
* | Remove StringConstantPrefix now that the only user | Duncan Sands | 2009-07-15 | 1 | -9/+0 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 1 | -13/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 3 | -6/+14 |
* | Kill off unused TargetMachineRegistry methods and ivars. | Daniel Dunbar | 2009-07-15 | 2 | -27/+7 |
* | Migrate llc and the JIT to using the TargetRegistry for lookups. | Daniel Dunbar | 2009-07-15 | 1 | -0/+4 |
* | Include the Target& in the TargetMachineRegisterEntry. | Daniel Dunbar | 2009-07-15 | 1 | -4/+6 |
* | Allow multiple registrations of the same target. | Daniel Dunbar | 2009-07-15 | 1 | -1/+2 |
* | Initialize the target info via the InitializeNativeTarget() hook. | Daniel Dunbar | 2009-07-15 | 1 | -1/+3 |
* | Reimplement TargetMachineRegistry in terms of TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -0/+2 |
* | Mark Target's creation routines as const. | Daniel Dunbar | 2009-07-15 | 1 | -2/+2 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -3/+5 |
* | Fix thinko | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
* | Include Target specific Info initialization routine when initializing all | Daniel Dunbar | 2009-07-15 | 1 | -2/+10 |
* | Address some review comments on TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -2/+18 |
* | Add new TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -0/+179 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -5/+6 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -1/+1 |
* | Delete a spurious const. | Dan Gohman | 2009-07-13 | 1 | -1/+1 |
* | Add infrastructure to allow post instruction printing action triggers. | David Greene | 2009-07-13 | 1 | -0/+7 |
* | Add CCIfSRet calling convention predicate. | Jakob Stoklund Olesen | 2009-07-12 | 1 | -0/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 2 | -5/+5 |
* | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng | 2009-07-10 | 1 | -9/+7 |
* | 80 col violation. | Evan Cheng | 2009-07-10 | 1 | -2/+2 |
* | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng | 2009-07-09 | 1 | -8/+19 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 1 | -1/+29 |
* | In this unreachable code, return an initialized value. | Duncan Sands | 2009-07-03 | 1 | -2/+2 |
* | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller | 2009-07-03 | 1 | -0/+4 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -3/+3 |
* | Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al... | Bruno Cardoso Lopes | 2009-07-02 | 1 | -4/+0 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -0/+3 |
* | Increase limit for OpActions array | David Greene | 2009-06-24 | 1 | -10/+18 |
* | This increases the maximum for MVT::LAST_VALUETYPE | David Greene | 2009-06-24 | 1 | -1/+5 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -9/+9 |
* | Work around build problem with OpenJDK, which defines X86 as a | Douglas Gregor | 2009-06-23 | 1 | -3/+3 |
* | Add more methods to gather target specific elf stuff | Bruno Cardoso Lopes | 2009-06-22 | 1 | -1/+22 |
* | implement support for lowering subregs when preparing to print | Chris Lattner | 2009-06-20 | 1 | -0/+1 |
* | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel | 2009-06-19 | 1 | -1/+1 |
* | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner | 2009-06-19 | 2 | -4/+2 |
* | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 1 | -0/+7 |