aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify macro debug info directive handling.Chris Lattner2009-06-181-11/+4
* - Update register allocation hint after coalescing. This is done by the targe...Evan Cheng2009-06-181-3/+14
* Add a utility header that makes it easy to link in the right set Chris Lattner2009-06-171-0/+65
* Address more comments :)Anton Korobeynikov2009-06-151-5/+4
* Document ABIType enum. Patch by Sandeep Patel!Anton Korobeynikov2009-06-151-0/+3
* Part 1.Evan Cheng2009-06-151-14/+19
* Move register allocation preference (or hint) from LiveInterval to MachineReg...Evan Cheng2009-06-141-0/+14
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-0/+26
* Use forward declarations and move TargetELFWriterInfo impl to a new file.Bruno Cardoso Lopes2009-06-111-14/+6
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-111-1/+18
* Change IndexedModeAction representation.David Greene2009-06-091-22/+21
* Oops, didn't mean to commit 73102 yet. Revert it.David Greene2009-06-081-21/+22
* Change IndexedModeAction representation.David Greene2009-06-081-22/+21
* The attached patches implement most of the ARM AAPCS-VFP hard floatAnton Korobeynikov2009-06-082-1/+17
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-0/+1
* Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...Bruno Cardoso Lopes2009-06-061-2/+16
* Add new function attribute - noimplicitfloatDevang Patel2009-06-052-7/+2
* Adapt the x86 build_vector dagcombine to the current state of the legalizer.Nate Begeman2009-06-051-5/+5
* Add new function attribute - noredzone. Devang Patel2009-06-041-4/+0
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-022-11/+4
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-012-4/+11
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-302-8/+66
* Untabify.Bill Wendling2009-05-301-6/+6
* Default isNarrowingProfitable to false.Evan Cheng2009-05-291-1/+1
* Added optimization that narrow load / op / store and the 'op' is a bit twiddl...Evan Cheng2009-05-281-0/+7
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-2/+5
* Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng2009-05-131-0/+11
* Clarify a comment.Dan Gohman2009-05-121-1/+1
* Don't #include DerivedTypes.h from TargetData.h.Jay Foad2009-05-111-1/+3