aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Loosen up iv reuse to allow reuse of the same stride but a larger type when t...Evan Cheng2007-10-261-1/+8
* isSubRegOf() is a dup of isSubRegister.Evan Cheng2007-10-231-11/+0
* Local spiller optimization:Evan Cheng2007-10-191-2/+11
* rename ExpandOperation to ExpandOperationResult, as suggestedChris Lattner2007-10-191-2/+2
* add a new target hook.Chris Lattner2007-10-191-0/+9
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-181-2/+10
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-181-6/+6
* Missing 'public' keyword.Gordon Henriksen2007-10-181-1/+1
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-71/+40
* Return Expand from getOperationAction for all extendedDuncan Sands2007-10-171-1/+1
* Initial infrastructure for arbitrary precision integerDuncan Sands2007-10-161-21/+46
* Fix 80 col violationChris Lattner2007-10-151-3/+3
* Change unfoldMemoryOperand(). User is now responsible for passing in theEvan Cheng2007-10-131-1/+1
* Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer2007-10-122-5/+5
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-112-0/+14
* Fix 80-column violationsBill Wendling2007-10-101-29/+29
* Add explicit keywords.Dan Gohman2007-10-081-1/+1
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-051-0/+28
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-011-0/+13
* Enabling new condition code modeling scheme.Evan Cheng2007-09-291-5/+0
* TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman2007-09-271-7/+0
* - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...Evan Cheng2007-09-261-0/+13
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-1/+2
* New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng2007-09-251-0/+4
* Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman2007-09-241-11/+5
* Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen2007-09-231-10/+0
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-191-2/+8
* Added getNumDefs().Evan Cheng2007-09-131-0/+4
* Add accessor method.Bill Wendling2007-09-111-0/+3
* Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling2007-09-111-0/+5
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-111-0/+12
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-1/+7
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-6/+6
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-301-0/+9
* Change LegalFPImmediates to use APFloat.Dale Johannesen2007-08-301-3/+14
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-272-2/+2
* rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner2007-08-251-6/+5
* Partial implementation of calling functions with byval arguments:Rafael Espindola2007-08-201-1/+2
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-3/+3
* Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...Christopher Lamb2007-08-101-0/+11
* Update per review comments.Dale Johannesen2007-08-091-2/+2
* long double 9 of N. This finishes up the X86-32 bitsDale Johannesen2007-08-091-0/+35
* Fix minor doxygen nits.Reid Spencer2007-08-051-4/+4
* Added TargetInstrDescriptor::numDefs - num of results.Evan Cheng2007-08-021-0/+1
* More explicit keywords.Dan Gohman2007-08-011-2/+2
* Fix the comments for the 'fast' parameter in addPassesToEmitFile.Dan Gohman2007-07-301-4/+6
* Fix the comment for getClosestTargetForJIT to reflect the fact thatDan Gohman2007-07-301-4/+3
* More explicit keywords.Dan Gohman2007-07-301-2/+2
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-1/+3
* Have register info provide the inverse mapping of register->superregisters. P...Christopher Lamb2007-07-261-7/+22