summaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.cpp
Commit message (Expand)AuthorAge
...
* Remove an obsolete todo comment.Dan Gohman2008-08-20
* Factor the code for determining the target-specific instructionDan Gohman2008-08-20
* Simplify FastISel's constructor argument list, make the FastISelDan Gohman2008-08-20
* For now, restrict FastISel to instructions that only involve oneDan Gohman2008-08-19
* Factor out the code to scan an instruction's operands into aDan Gohman2008-08-19
* Add more comments.Dan Gohman2008-08-19
* Fix indentation in FastISel tablegen-emitted code.Dan Gohman2008-08-19
* Add more checking to filter out more kinds of things thatDan Gohman2008-08-19
* 80 columns.Dan Gohman2008-08-19
* Add a few doxygen comments.Dan Gohman2008-08-19
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-13