summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FastISelEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Enhance TableGen to emit code for FastISel of opcodes with variadic return ty...Owen Anderson2008-08-261-13/+97
* Add a RetVT parameter to emitted FastISel methods, so that we will be able to...Owen Anderson2008-08-251-8/+14
* Deepen the map structure tablegen uses to compute FastISel patterns, in prepa...Owen Anderson2008-08-251-54/+61
* Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson2008-08-251-3/+6
* Add a few comments.Dan Gohman2008-08-221-0/+4
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-221-28/+66
* Basic fast-isel support for instructions with constant int operands.Dan Gohman2008-08-211-13/+40
* Remove the code that limited FastISel to certain fixed signatures.Dan Gohman2008-08-211-19/+5
* Begin making more use of the FastISelEmitter class.Dan Gohman2008-08-211-27/+23
* Remove an obsolete todo comment.Dan Gohman2008-08-201-2/+0
* Factor the code for determining the target-specific instructionDan Gohman2008-08-201-7/+1
* Simplify FastISel's constructor argument list, make the FastISelDan Gohman2008-08-201-5/+3
* For now, restrict FastISel to instructions that only involve oneDan Gohman2008-08-191-2/+6
* Factor out the code to scan an instruction's operands into aDan Gohman2008-08-191-26/+36
* Add more comments.Dan Gohman2008-08-191-1/+8
* Fix indentation in FastISel tablegen-emitted code.Dan Gohman2008-08-191-1/+1
* Add more checking to filter out more kinds of things thatDan Gohman2008-08-191-1/+11
* 80 columns.Dan Gohman2008-08-191-2/+4
* Add a few doxygen comments.Dan Gohman2008-08-191-0/+6
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-131-0/+362
OpenPOWER on IntegriCloud