aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-261-1/+3
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-4/+5
* Fix comments about vectors to use the current wording.Dan Gohman2007-07-161-1/+1
* Long live the exception handling!Anton Korobeynikov2007-07-141-2/+4
* Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...Evan Cheng2007-07-101-9/+21
* Fix a typo in a comment.Dan Gohman2007-07-091-1/+1
* Remove redundant declarations.Dan Gohman2007-07-061-6/+0
* Add new TargetLowering code to provide the final register type that anDan Gohman2007-06-281-5/+20
* 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