aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-171-0/+11
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-161-2/+2
* Kill off last uses of TargetMachineRegistry class.Daniel Dunbar2009-07-161-30/+1
* Fix gcc 4.0 build failure, can't rely on access inside nested friended class.Daniel Dunbar2009-07-161-1/+4
* Add registered target list to --version output.Daniel Dunbar2009-07-161-0/+47
* Add explicit comment that clients can call target initialization functionsDaniel Dunbar2009-07-161-0/+6
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-9/+8
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-151-13/+10
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-154-50/+38
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-154-38/+50
* Remove StringConstantPrefix now that the only userDuncan Sands2009-07-151-9/+0
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-151-13/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-153-6/+14
* Kill off unused TargetMachineRegistry methods and ivars.Daniel Dunbar2009-07-152-27/+7
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-151-0/+4
* Include the Target& in the TargetMachineRegisterEntry.Daniel Dunbar2009-07-151-4/+6
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-151-1/+2
* Initialize the target info via the InitializeNativeTarget() hook.Daniel Dunbar2009-07-151-1/+3
* Reimplement TargetMachineRegistry in terms of TargetRegistry.Daniel Dunbar2009-07-151-0/+2
* Mark Target's creation routines as const.Daniel Dunbar2009-07-151-2/+2
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-3/+5
* Fix thinkoDaniel Dunbar2009-07-151-1/+1
* Include Target specific Info initialization routine when initializing allDaniel Dunbar2009-07-151-2/+10
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-151-2/+18
* Add new TargetRegistry.Daniel Dunbar2009-07-151-0/+179
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-5/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-1/+1
* Delete a spurious const.Dan Gohman2009-07-131-1/+1
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-131-0/+7
* Add CCIfSRet calling convention predicate.Jakob Stoklund Olesen2009-07-121-0/+4
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-112-5/+5
* Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd...Evan Cheng2009-07-101-9/+7
* 80 col violation.Evan Cheng2009-07-101-2/+2
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-091-8/+19
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-1/+29
* In this unreachable code, return an initialized value.Duncan Sands2009-07-031-2/+2
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-031-0/+4
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-031-3/+3
* Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...Bruno Cardoso Lopes2009-07-021-4/+0
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-011-1/+1
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-0/+3
* Increase limit for OpActions arrayDavid Greene2009-06-241-10/+18
* This increases the maximum for MVT::LAST_VALUETYPEDavid Greene2009-06-241-1/+5
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-9/+9
* Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor2009-06-231-3/+3
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-1/+22
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-201-0/+1
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-191-1/+1
* merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner2009-06-192-4/+2
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-0/+7