summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAge
* Fix typo in commment tyep->type.Craig Topper2014-01-25
* Use ArrayRef to simplify some code.Craig Topper2014-01-21
* Allow types to be omitted in output patterns.Jakob Stoklund Olesen2013-03-24
* Allow direct value types in pattern definitions.Jakob Stoklund Olesen2013-03-23
* Extend TableGen instruction selection matcher to improve handlingUlrich Weigand2013-03-19
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* Tablegen: Add OperandWithDefaultOps Operand typeTom Stellard2012-09-06
* Teach TableGen to put chains on more instructionsTim Northover2012-06-26
* fix a failure path to print the right thing, part of PR12357Chris Lattner2012-03-26
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-29
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-27
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-18
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-15
* Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather thanCameron Zwarich2011-05-19
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-11
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* continue renaming flag -> glue.Chris Lattner2010-12-23
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-21
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-01
* zap dead code.Chris Lattner2010-09-04
* We already have this as OperandNode.Eric Christopher2010-08-10
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-24
* fix a long standing fixme, which required fixing a bunch of otherChris Lattner2010-03-27
* hoist some funky logic into CodeGenInstructionChris Lattner2010-03-27
* continue pushing tblgen's support for nodes with multipleChris Lattner2010-03-27
* add plumbing for handling multiple result nodes Chris Lattner2010-03-24
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-19
* resolve fixme: we now infer the instruction-level 'isvariadic' bitChris Lattner2010-03-19
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-19
* look up instructions by record, not by name.Chris Lattner2010-03-19
* expand tblgen's support for instructions with implicit defs.Chris Lattner2010-03-18
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-15
* more factoring.Chris Lattner2010-03-07
* zap fixme.Chris Lattner2010-03-04
* now that complexpatterns are all emitted at the end of the matchChris Lattner2010-03-04
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-04
* enhance comment output to specify what recorded slotChris Lattner2010-03-04
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-02
* resolve some fixmesChris Lattner2010-03-01
* resolve a fixme and simplify code by moving insertion of theChris Lattner2010-03-01
* resolve a fixme by having the .td file parser reject thigns likeChris Lattner2010-03-01
* Emit type checks late instead of early, this encouragesChris Lattner2010-03-01