summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelMatcherGen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fix most of the failures in the x86 suite by handling multiple Chris Lattner2010-02-211-8/+36
* Always emit register class id references as i32 likeChris Lattner2010-02-211-1/+1
* implement the last known missing feature: updating uses of results Chris Lattner2010-02-211-4/+4
* Lots of improvements to the new dagisel emitter. This gets it toChris Lattner2010-02-211-89/+335
* I confused myself, temporaries will be recorded right along with other inputs.Chris Lattner2010-02-191-31/+7
* introduce a new ResultVal and start keeping track of temporary values.Chris Lattner2010-02-191-12/+60
* add support for referencing registers and immediates,Chris Lattner2010-02-181-0/+32
* start sketching out the structure of code for result emission generation.Chris Lattner2010-02-181-8/+113
* rename the child field to 'next'. This is not a parent/child Chris Lattner2010-02-181-3/+3
* eliminate the MatcherNodeWithChild class, give the 'child'Chris Lattner2010-02-181-7/+7
* Emulate the current isel's "IsChainCompatible" logic for now.Chris Lattner2010-02-171-4/+17
* properly record chain inputs to complex patterns,Chris Lattner2010-02-171-6/+13
* Prep work to handle input chains of matched patterns and checking forChris Lattner2010-02-171-4/+28
* record input chains.Chris Lattner2010-02-171-0/+9
* prefix captured value names with $ so they look likeChris Lattner2010-02-171-3/+2
* improve comments on OPC_Record to say what we're recording a node.Chris Lattner2010-02-171-1/+1
* make the new isel generator plop out a CheckComplexPattern functionChris Lattner2010-02-171-3/+9
* fix inverted condition.Chris Lattner2010-02-171-1/+3
* complex patterns don't get 'record' nodes, they implicitlyChris Lattner2010-02-161-1/+20
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-161-1/+0
* simplify this code. In the new world order there is noChris Lattner2010-02-161-27/+24
* convert the new matcher to check intermediate nodes for a singleChris Lattner2010-02-161-4/+2
* remove now dead code and fixme.Chris Lattner2010-02-161-2/+0
* add support for the new isel matcher to generate Chris Lattner2010-02-161-10/+53
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-151-0/+287
OpenPOWER on IntegriCloud