Age | Commit message (Expand) | Author |
2006-11-03 | eliminate need for the NumMIOperands field in Operand. | Chris Lattner |
2006-11-01 | Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t... | Evan Cheng |
2006-11-01 | Add operand constraints to TargetInstrInfo. | Evan Cheng |
2006-10-11 | Added properties such as SDNPHasChain to ComplexPattern. | Evan Cheng |
2006-06-15 | Allow more use of iPTR in patterns. | Evan Cheng |
2006-05-18 | Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore. | Evan Cheng |
2006-05-17 | Typo | Evan Cheng |
2006-05-17 | Remove PointerType from target definition. Use abstract type MVT::iPTR to | Evan Cheng |
2006-05-16 | Allow patterns to refer to physical registers that belong to multiple | Evan Cheng |
2006-04-10 | Fix a typo: Instr* -> Intr* | Chris Lattner |
2006-03-28 | Only compute intrinsic valuetypes when in a target .td file. | Chris Lattner |
2006-03-28 | revert this, it breaks things. | Chris Lattner |
2006-03-27 | Add support for decoding iPTR to the right pointer type. | Chris Lattner |
2006-03-24 | Make sure to initialize the TheDef field! | Chris Lattner |
2006-03-24 | Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of | Chris Lattner |
2006-03-19 | getEnumName() missed v8i8, v4i16, and v2i32 types | Evan Cheng |
2006-03-01 | New vector type v2f32. | Evan Cheng |
2006-02-20 | Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit | Evan Cheng |
2006-01-27 | PHI and INLINEASM are now builtin instructions provided by Target.td | Chris Lattner |
2006-01-09 | * Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag and | Evan Cheng |
2005-12-26 | Added field noResults to Instruction. | Evan Cheng |
2005-12-23 | * Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAG | Evan Cheng |
2005-12-17 | Support 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-08 | Added support for ComplexPattern. These are patterns that require C++ pattern | Evan Cheng |
2005-12-04 | * Commit the fix (by Chris) for a tblgen type inferencing bug. | Evan Cheng |
2005-12-01 | Support multiple ValueTypes per RegisterClass, needed for upcoming vector | Nate Begeman |
2005-12-01 | Nuke CodeGenInstruction's ValueType member, it is no longer used. | Nate Begeman |
2005-11-29 | Add the new vector types to tablegen | Nate Begeman |
2005-11-19 | Initialize this variable on all paths, fixing a crasher in windows. Thanks | Chris Lattner |
2005-11-19 | Teach tblgen about instruction operands that have multiple MachineInstr | Chris Lattner |
2005-10-28 | Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately | Chris Lattner |
2005-10-14 | Do not let getLegalValueTypes return a list with duplicates in it | Chris Lattner |
2005-09-14 | force all instruction operands to be named. | Chris Lattner |
2005-09-14 | Check that operands have unique names. REJECT instructions with broken operand | Chris Lattner |
2005-09-13 | Add a new Record::getValueAsCode method to mirror the other getValueAs* | Chris Lattner |
2005-09-08 | Compute the value types that are natively supported by a target. | Chris Lattner |
2005-08-26 | spell this right | Chris Lattner |
2005-08-26 | spell this variable right | Chris Lattner |
2005-08-26 | Expose a new flag to TargetInstrInfo | Chris Lattner |
2005-08-19 | Split register class "Methods" into MethodProtos and MethodBodies | Chris Lattner |
2005-08-19 | Read the namespace field from register classes | Chris Lattner |
2005-08-19 | Fix a problem jeffc noticed | Chris Lattner |
2005-08-18 | Figure out how many operands each instruction has, keep track of whether | Chris Lattner |
2005-04-22 | Remove trailing whitespace | Misha Brukman |
2005-01-22 | Refactor code for numbering instructions into CodeGenTarget. | Chris Lattner |
2005-01-02 | Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. | Chris Lattner |
2004-10-14 | * Add option to read isLittleEndianEncoding for InstrInfo classes | Misha Brukman |
2004-10-03 | Add initial support for variants. This just parses the new format, no | Chris Lattner |
2004-09-28 | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman |