Age | Commit message (Expand) | Author |
2013-03-24 | Allow types to be omitted in output patterns. | Jakob Stoklund Olesen |
2013-03-23 | Allow direct value types in pattern definitions. | Jakob Stoklund Olesen |
2013-03-19 | Extend TableGen instruction selection matcher to improve handling | Ulrich Weigand |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth |
2012-10-25 | Remove exception handling usage from tblgen. | Joerg Sonnenberger |
2012-10-10 | tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. | Sean Silva |
2012-09-06 | Tablegen: Add OperandWithDefaultOps Operand type | Tom Stellard |
2012-06-26 | Teach TableGen to put chains on more instructions | Tim Northover |
2012-03-26 | fix a failure path to print the right thing, part of PR12357 | Chris Lattner |
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-07-29 | Unconstify Inits | David Greene |
2011-07-29 | [AVX] Constify Inits | David Greene |
2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher |
2011-07-11 | [AVX] Make Inits Foldable | David Greene |
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 | Give CodeGenRegisterClass a real sorted member set. | Jakob Stoklund Olesen |
2011-05-19 | Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather than | Cameron Zwarich |
2011-03-11 | Teach TableGen to pre-calculate register enum values when creating the | Jim Grosbach |
2010-12-23 | Flag -> Glue, the ongoing saga | Chris Lattner |
2010-12-23 | continue renaming flag -> glue. | Chris Lattner |
2010-12-21 | Tidy up a bit. Trailing whitespace, hard tabs and 80-columns. | Jim Grosbach |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-11-01 | factor the operand list (and related fields/operations) out of | Chris Lattner |
2010-09-04 | zap dead code. | Chris Lattner |
2010-08-10 | We already have this as OperandNode. | Eric Christopher |
2010-05-24 | Add the SubRegIndex TableGen class. | Jakob Stoklund Olesen |
2010-03-27 | fix a long standing fixme, which required fixing a bunch of other | Chris Lattner |
2010-03-27 | hoist some funky logic into CodeGenInstruction | Chris Lattner |
2010-03-27 | continue pushing tblgen's support for nodes with multiple | Chris Lattner |
2010-03-24 | add plumbing for handling multiple result nodes | Chris Lattner |
2010-03-19 | major surgery on tblgen: generalize TreePatternNode | Chris Lattner |
2010-03-19 | resolve fixme: we now infer the instruction-level 'isvariadic' bit | Chris Lattner |
2010-03-19 | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner |
2010-03-19 | look up instructions by record, not by name. | Chris Lattner |
2010-03-18 | expand tblgen's support for instructions with implicit defs. | Chris Lattner |
2010-03-15 | Completely rewrite tblgen's type inference mechanism, | Chris Lattner |
2010-03-07 | more factoring. | Chris Lattner |
2010-03-04 | zap fixme. | Chris Lattner |
2010-03-04 | now that complexpatterns are all emitted at the end of the match | Chris Lattner |
2010-03-04 | change the new isel matcher to emit ComplexPattern matches | Chris Lattner |
2010-03-04 | enhance comment output to specify what recorded slot | Chris Lattner |
2010-03-02 | Rewrite chain handling validation and input TokenFactor handling | Chris Lattner |
2010-03-01 | resolve some fixmes | Chris Lattner |
2010-03-01 | resolve a fixme and simplify code by moving insertion of the | Chris Lattner |
2010-03-01 | resolve a fixme by having the .td file parser reject thigns like | Chris Lattner |
2010-03-01 | Emit type checks late instead of early, this encourages | Chris Lattner |
2010-03-01 | Emit a redundant check for immediates at root context, e.g. (imm 0). | Chris Lattner |
2010-03-01 | eliminate the CheckMultiOpcodeMatcher code and have each | Chris Lattner |