summaryrefslogtreecommitdiff
path: root/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAge
* 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
* Emit a redundant check for immediates at root context, e.g. (imm 0).Chris Lattner2010-03-01
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-01
* enhance RecordNode and RecordChild comments to indicate whatChris Lattner2010-03-01
* Emit redundant opcode checks for andimm and orimm tests at rootChris Lattner2010-03-01
* inline the node transforms and node predicates into the generatedChris Lattner2010-03-01
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-28
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-28
* enhance EmitNodeMatcher to keep track of the recorded slot numbersChris Lattner2010-02-28
* add infrastructure to support forming selectnodeto. Not used yetChris Lattner2010-02-28
* change CheckOpcodeMatcher to hold the SDNodeInfo instead ofChris Lattner2010-02-27
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-25
* add a fixme for an experiment that defeated me for the time being.Chris Lattner2010-02-25
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-24
* Change ComplexPattern handling to push the node being matched asChris Lattner2010-02-22
* add a new CheckMultiOpcode opcode for checking that a nodeChris Lattner2010-02-22
* When matching patterns that have a complex pattern as their root, make Chris Lattner2010-02-22
* fix most of the failures in the x86 suite by handling multiple Chris Lattner2010-02-21
* Always emit register class id references as i32 likeChris Lattner2010-02-21
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-21
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-21
* I confused myself, temporaries will be recorded right along with other inputs.Chris Lattner2010-02-19
* introduce a new ResultVal and start keeping track of temporary values.Chris Lattner2010-02-19
* add support for referencing registers and immediates,Chris Lattner2010-02-18
* start sketching out the structure of code for result emission generation.Chris Lattner2010-02-18
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-18
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-18