aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.Dan Gohman2007-06-271-13/+13
* Add comment.Evan Cheng2007-06-261-3/+5
* Add immediate sub-registers.Evan Cheng2007-06-261-0/+9
* Replace ?: with if statements, for clarity.Dan Gohman2007-06-261-18/+12
* Simplify the expression for TargetLowering::isTypeLegal.Dan Gohman2007-06-261-3/+1
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-261-10/+26
* Generalize MVT::ValueType and associated functions to be able to representDan Gohman2007-06-251-14/+40
* Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits fromDan Gohman2007-06-221-21/+1
* Rename TargetLowering::getNumElements and friends toDan Gohman2007-06-211-4/+4
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-191-12/+4
* Replace CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng2007-06-191-16/+20
* Added CanBeDuplicated(). It returns true if an instruction can be safely dupl...Evan Cheng2007-06-151-0/+7
* Do not treat FP_REG_KILL as terminator in branch analysis (X86).Dale Johannesen2007-06-141-1/+1
* Add a target hook to allow loads from constant pools to be rematerialized, an...Dan Gohman2007-06-141-0/+10
* Eliminate some redundant newlines in asm output.Dan Gohman2007-06-141-2/+2
* Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb2007-06-131-0/+44
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-081-2/+6
* Add a machine instruction flag indicating the instruction can clobber conditi...Evan Cheng2007-06-061-0/+6
* Target specific ifcvt code duplication limit.Evan Cheng2007-06-011-3/+21
* Make stable_sort in tail merging actually be stable (it never was, but didn'tDale Johannesen2007-05-291-2/+2
* Add missing const qualifiers.Evan Cheng2007-05-291-5/+7
* Disable Tail Merging for now.Devang Patel2007-05-251-2/+2
* Add a couple of target hooks for predication.Evan Cheng2007-05-231-1/+14
* name change requested by review of previous patchDale Johannesen2007-05-221-4/+4
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-221-0/+8
* Consistency.Evan Cheng2007-05-221-3/+3
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-181-4/+8
* Fix comment.Evan Cheng2007-05-181-2/+2
* Remove. Not needed.Evan Cheng2007-05-171-5/+0
* Add target hook to specify block size limit for if-conversion.Evan Cheng2007-05-162-0/+21
* PredicateInstruction returns true if the operation was successful.Evan Cheng2007-05-161-2/+2
* Rename M_PREDICATED to M_PREDICABLE; Move TargetInstrInfo::isPredicatable() t...Evan Cheng2007-05-161-15/+6
* Fix comments.Evan Cheng2007-05-161-4/+10
* Add TargetInstrInfo predication hooks.Evan Cheng2007-05-161-0/+14
* All operands that made up of the predicate operands are maked M_PREDICATE_OPE...Evan Cheng2007-05-151-2/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov2007-05-051-4/+12
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-041-0/+1
* Drop 'const'Devang Patel2007-05-031-1/+1
* Add a new option.Chris Lattner2007-05-031-0/+16
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Fix couple of bugs connected with eh info:Anton Korobeynikov2007-05-011-6/+13
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-3/+6
* Add SPAdj parameter to account for call frame setup SP adjustment.Evan Cheng2007-05-011-3/+4
* llvm bug #1350, parts 1, 2, and 3.Nate Begeman2007-05-011-1/+5
* Added hook hasReservedCallFrame(). It returns true if the call frame isEvan Cheng2007-05-011-0/+9
* Make ARM-specific version of getInlineAsmLengthDale Johannesen2007-04-291-1/+1
* Implement protected visibility. This partly implements PR1363. LinkerAnton Korobeynikov2007-04-291-1/+8
* add a default parameterChris Lattner2007-04-281-3/+5
* Fix a typo in a comment.Dan Gohman2007-04-261-1/+1