aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.cpp
AgeCommit message (Expand)Author
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
2006-02-20Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng
2006-01-27PHI and INLINEASM are now builtin instructions provided by Target.tdChris Lattner
2006-01-09* Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag andEvan Cheng
2005-12-26Added field noResults to Instruction.Evan Cheng
2005-12-23* Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAGEvan Cheng
2005-12-17Support for read / write from explicit registers with FlagVT type.Evan Cheng
2005-12-08* Added an explicit type field to ComplexPattern.Evan Cheng
2005-12-08Added support for ComplexPattern. These are patterns that require C++ patternEvan Cheng
2005-12-04* Commit the fix (by Chris) for a tblgen type inferencing bug.Evan Cheng
2005-12-01Support multiple ValueTypes per RegisterClass, needed for upcoming vectorNate Begeman
2005-12-01Nuke CodeGenInstruction's ValueType member, it is no longer used.Nate Begeman
2005-11-29Add the new vector types to tablegenNate Begeman
2005-11-19Initialize this variable on all paths, fixing a crasher in windows. ThanksChris Lattner
2005-11-19Teach tblgen about instruction operands that have multiple MachineInstrChris Lattner
2005-10-28Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner
2005-10-14Do not let getLegalValueTypes return a list with duplicates in itChris Lattner
2005-09-14force all instruction operands to be named.Chris Lattner
2005-09-14Check that operands have unique names. REJECT instructions with broken operandChris Lattner
2005-09-13Add a new Record::getValueAsCode method to mirror the other getValueAs*Chris Lattner
2005-09-08Compute the value types that are natively supported by a target.Chris Lattner
2005-08-26spell this rightChris Lattner
2005-08-26spell this variable rightChris Lattner
2005-08-26Expose a new flag to TargetInstrInfoChris Lattner
2005-08-19Split register class "Methods" into MethodProtos and MethodBodiesChris Lattner
2005-08-19Read the namespace field from register classesChris Lattner
2005-08-19Fix a problem jeffc noticedChris Lattner
2005-08-18Figure out how many operands each instruction has, keep track of whetherChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2005-01-22Refactor code for numbering instructions into CodeGenTarget.Chris Lattner
2005-01-02Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.Chris Lattner
2004-10-14* Add option to read isLittleEndianEncoding for InstrInfo classesMisha Brukman
2004-10-03Add initial support for variants. This just parses the new format, noChris Lattner
2004-09-28Add support for the isLoad and isStore flags, needed by the instruction sched...Nate Begeman