aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-1/+1
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-291-2/+2
* Unconstify InitsDavid Greene2011-07-291-6/+6
* [AVX] Constify InitsDavid Greene2011-07-291-6/+6
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-111-7/+6
* [AVX] Make Inits FoldableDavid Greene2011-07-111-6/+7
* Add support for alternative register names, useful for instructions whose ope...Owen Anderson2011-06-271-7/+11
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-181-12/+3
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-151-2/+2
* Fix PR9947 by placing OPFL_MemRefs on the node using memory operands rather thanCameron Zwarich2011-05-191-14/+48
* Teach TableGen to pre-calculate register enum values when creating theJim Grosbach2011-03-111-1/+14
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-8/+8
* continue renaming flag -> glue.Chris Lattner2010-12-231-31/+31
* Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.Jim Grosbach2010-12-211-97/+97
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-1/+1
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-011-2/+2
* zap dead code.Chris Lattner2010-09-041-1/+0
* We already have this as OperandNode.Eric Christopher2010-08-101-5/+2
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-0/+9
* fix a long standing fixme, which required fixing a bunch of otherChris Lattner2010-03-271-25/+27
* hoist some funky logic into CodeGenInstructionChris Lattner2010-03-271-2/+1
* continue pushing tblgen's support for nodes with multipleChris Lattner2010-03-271-8/+17
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-10/+9
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-191-10/+15
* resolve fixme: we now infer the instruction-level 'isvariadic' bitChris Lattner2010-03-191-5/+5
* add a new SDNPVariadic SDNP node flag, and use it inChris Lattner2010-03-191-1/+2
* look up instructions by record, not by name.Chris Lattner2010-03-191-1/+1
* expand tblgen's support for instructions with implicit defs.Chris Lattner2010-03-181-6/+14
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-151-12/+11
* more factoring.Chris Lattner2010-03-071-10/+4
* zap fixme.Chris Lattner2010-03-041-4/+0
* now that complexpatterns are all emitted at the end of the matchChris Lattner2010-03-041-4/+3
* change the new isel matcher to emit ComplexPattern matchesChris Lattner2010-03-041-27/+66
* enhance comment output to specify what recorded slotChris Lattner2010-03-041-1/+1
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-021-23/+0
* resolve some fixmesChris Lattner2010-03-011-10/+3
* resolve a fixme and simplify code by moving insertion of theChris Lattner2010-03-011-18/+8
* resolve a fixme by having the .td file parser reject thigns likeChris Lattner2010-03-011-9/+4
* Emit type checks late instead of early, this encouragesChris Lattner2010-03-011-1/+6
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-011-1/+10
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-011-21/+33
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-011-4/+7
* Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner2010-03-011-0/+7
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-011-1/+1
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-281-5/+1
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-281-8/+1
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-281-1/+2
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-281-4/+4
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-271-7/+5
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-251-49/+49