summaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-5/+17
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-251-0/+2
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-161-0/+3
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-9/+9
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-031-10/+2
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-161-1/+8
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-1/+8
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+6
* Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...Christopher Lamb2008-01-311-0/+12
* Start inferring side effect information more aggressively, and fix many bugs ...Chris Lattner2008-01-101-0/+6
* Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(...Chris Lattner2008-01-061-264/+2
* change getQualifiedName to be a global function.Chris Lattner2008-01-051-0/+11
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Add flags to indicate that there are "never" side effects or that there "may be"Bill Wendling2007-12-141-1/+7
* Oops. Forgot these.Evan Cheng2007-12-131-0/+1
* Add a flag for indirect branch instructions.Owen Anderson2007-11-121-0/+1
* Add sqrt and powi intrinsics for long double.Dale Johannesen2007-09-281-0/+2
* Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng2007-09-191-0/+1
* Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman2007-08-161-1/+3
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-3/+2
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-261-1/+15
* Teach TableGen about the new vector types.Christopher Lamb2007-07-261-0/+4
* No need for noResults anymore.Evan Cheng2007-07-201-1/+0
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-1/+13
* Eliminate an unused parameter.Dan Gohman2007-07-131-2/+2
* Try committing again. Add OptionalDefOperand. Remove clobbersPred.Evan Cheng2007-07-101-3/+4
* ImmutablePredicateOperand is no more.Evan Cheng2007-07-061-2/+1
* Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng2007-07-051-1/+4
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-261-0/+1
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-191-1/+0
* Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng2007-06-191-0/+1
* Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb2007-06-131-0/+10
* Add clobbersPred - instruction that clobbers condition code / register which ...Evan Cheng2007-06-061-0/+1
* Remove the operator<< for MVT::ValueType in preparation for MVT::ValueTypeDan Gohman2007-06-041-5/+0
* Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...Evan Cheng2007-05-161-2/+2
* For PR1297:Reid Spencer2007-04-011-3/+7
* Add support for the v1i64 type. This makes better code for this:Bill Wendling2007-03-261-0/+2
* Recognize target instruction flag 'isReMaterializable'.Evan Cheng2007-03-191-0/+1
* reapplyChris Lattner2007-02-271-6/+2
* Backing outEvan Cheng2007-02-271-2/+6
* initial support for calling convention generation, still unfinished.Chris Lattner2007-02-271-6/+2
* Files missing from LABEL check in.Jim Laskey2007-01-261-1/+8
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-2/+3
* Match TargetInstrInfo changes.Evan Cheng2006-12-011-3/+2
* Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner2006-11-151-1/+17
* ADd support for adding constraints to suboperandsChris Lattner2006-11-151-29/+92
* allow ptr_rc to explicitly appear in an instructions operand list, it doesn'tChris Lattner2006-11-101-1/+2
* emit TIED_TO correctlyChris Lattner2006-11-071-2/+2
* simplify the way operand flags and constraints are handled, making it easierChris Lattner2006-11-061-21/+30
* recognize ppc's blr instruction as predicatedChris Lattner2006-11-061-0/+2