Age | Commit message (Expand) | Author |
2013-03-17 | Use ArrayRef<MVT::SimpleValueType> when possible. | Jakob Stoklund Olesen |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth |
2012-10-25 | Remove exception handling usage from tblgen. | Joerg Sonnenberger |
2012-08-23 | Add CodeGenTarget::guessInstructionProperties. | Jakob Stoklund Olesen |
2012-07-07 | I'm introducing a new machine model to simultaneously allow simple | Andrew Trick |
2012-03-01 | Revert "Emit the SubRegTable with the smallest possible integer type." | Jim Grosbach |
2012-02-29 | Emit the SubRegTable with the smallest possible integer type. | Benjamin Kramer |
2012-01-09 | Split AsmParser into two components - AsmParser and AsmParserVariant | Devang Patel |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne |
2011-09-29 | Switch to ArrayRef<CodeGenRegisterClass*>. | Jakob Stoklund Olesen |
2011-06-27 | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson |
2011-06-18 | Store CodeGenRegisters as pointers so they won't be reallocated. | Jakob Stoklund Olesen |
2011-06-15 | Move the list of register classes into CodeGenRegBank as well. | Jakob Stoklund Olesen |
2011-06-11 | Move the list of registers into CodeGenRegBank. | Jakob Stoklund Olesen |
2011-06-10 | Move some sub-register index calculations to CodeGenRegisters.cpp | Jakob Stoklund Olesen |
2011-05-07 | Teach TableGen to automatically generate missing SubRegIndex instances. | Jakob Stoklund Olesen |
2011-03-11 | Trailing whitespace. | Jim Grosbach |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner |
2010-11-02 | a bunch of random cleanup, move a helper to CGT where it belongs. | Chris Lattner |
2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
2010-05-25 | Ignore NumberHack and give each SubRegIndex instance a unique enum value inst... | Jakob Stoklund Olesen |
2010-05-24 | Replace the tablegen RegisterClass field SubRegClassList with an alist-like data | Jakob Stoklund Olesen |
2010-03-19 | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner |
2010-03-19 | Finally change the instruction looking map to be a densemap from | Chris Lattner |
2010-03-19 | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner |
2010-03-19 | revert 98912 | Chris Lattner |
2010-03-19 | make inst_begin/inst_end iterate over InstructionsByEnumValue. | Chris Lattner |
2010-03-19 | change Target.getInstructionsByEnumValue to return a reference | Chris Lattner |
2010-03-19 | don't go through getInstructions(). | Chris Lattner |
2010-03-19 | look up instructions by record, not by name. | Chris Lattner |
2010-03-15 | Completely rewrite tblgen's type inference mechanism, | Chris Lattner |
2010-01-04 | Remove the CPAttrParentAsRoot code, which is unused, and inconvenient | Dan Gohman |
2009-11-06 | clang++ points out that this is pointless. | Chris Lattner |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-29 | Match X86 register names to number. | Daniel Dunbar |
2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |
2009-04-13 | Generalize getRegisterClassForRegister to handle registers | Dan Gohman |
2008-08-20 | Factor the code for determining the target-specific instruction | Dan Gohman |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-04-03 | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman |
2008-01-31 | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb |
2008-01-10 | start inferring 'no side effects'. | Chris Lattner |
2008-01-10 | realize that instructions who match intrinsics that read memory read memory. | Chris Lattner |
2008-01-06 | Change the 'isStore' inferrer to look for 'SDNPMayStore' | Chris Lattner |
2008-01-05 | change getQualifiedName to be a global function. | Chris Lattner |