aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.cpp
AgeCommit message (Expand)Author
2007-08-16Add MVT::fAny for overloading intrinsics on floating-point types.Dan Gohman
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-07-26Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb
2007-07-26Teach TableGen about the new vector types.Christopher Lamb
2007-07-20No need for noResults anymore.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-07-13Eliminate an unused parameter.Dan Gohman
2007-07-10Try committing again. Add OptionalDefOperand. Remove clobbersPred.Evan Cheng
2007-07-06ImmutablePredicateOperand is no more.Evan Cheng
2007-07-05Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng
2007-06-26Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman
2007-06-19Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman
2007-06-19Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng
2007-06-13Add support to tablegen for specifying subregister classes on a per register ...Christopher Lamb
2007-06-06Add clobbersPred - instruction that clobbers condition code / register which ...Evan Cheng
2007-06-04Remove the operator<< for MVT::ValueType in preparation for MVT::ValueTypeDan Gohman
2007-05-16Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...Evan Cheng
2007-04-01For PR1297:Reid Spencer
2007-03-26Add support for the v1i64 type. This makes better code for this:Bill Wendling
2007-03-19Recognize target instruction flag 'isReMaterializable'.Evan Cheng
2007-02-27reapplyChris Lattner
2007-02-27Backing outEvan Cheng
2007-02-27initial support for calling convention generation, still unfinished.Chris Lattner
2007-01-26Files missing from LABEL check in.Jim Laskey
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-01Match TargetInstrInfo changes.Evan Cheng
2006-11-15Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner
2006-11-15ADd support for adding constraints to suboperandsChris Lattner
2006-11-10allow ptr_rc to explicitly appear in an instructions operand list, it doesn'tChris Lattner
2006-11-07emit TIED_TO correctlyChris Lattner
2006-11-06simplify the way operand flags and constraints are handled, making it easierChris Lattner
2006-11-06recognize ppc's blr instruction as predicatedChris Lattner
2006-11-04Clean up some code.Evan Cheng
2006-11-03eliminate need for the NumMIOperands field in Operand.Chris Lattner
2006-11-01Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t...Evan Cheng
2006-11-01Add operand constraints to TargetInstrInfo.Evan Cheng
2006-10-11Added properties such as SDNPHasChain to ComplexPattern.Evan Cheng
2006-06-15Allow more use of iPTR in patterns.Evan Cheng
2006-05-18Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.Evan Cheng
2006-05-17TypoEvan Cheng
2006-05-17Remove PointerType from target definition. Use abstract type MVT::iPTR toEvan Cheng
2006-05-16Allow patterns to refer to physical registers that belong to multipleEvan Cheng
2006-04-10Fix a typo: Instr* -> Intr*Chris Lattner
2006-03-28Only compute intrinsic valuetypes when in a target .td file.Chris Lattner
2006-03-28revert this, it breaks things.Chris Lattner
2006-03-27Add support for decoding iPTR to the right pointer type.Chris Lattner
2006-03-24Make sure to initialize the TheDef field!Chris Lattner
2006-03-24Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner
2006-03-19getEnumName() missed v8i8, v4i16, and v2i32 typesEvan Cheng
2006-03-01New vector type v2f32.Evan Cheng