aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.cpp
AgeCommit message (Expand)Author
2009-01-22Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng
2008-10-15Add support for having multiple predicates on a TreePatternNode.Dan Gohman
2008-09-30Move the primary fast-isel top-level comments to FastISel.cpp, whereDan Gohman
2008-09-08Correctly handle physical register inputs. They are not explicit input operan...Evan Cheng
2008-09-07Fix indentation of generated code.Evan Cheng
2008-09-07Ignore multi-instruction patterns. e.g.Evan Cheng
2008-09-03Let tblgen only generate fastisel routines, not the class definition. This ma...Evan Cheng
2008-08-29Add initial support for fast isel of instructions that have inputs pinned to ...Owen Anderson
2008-08-28Add a target callback for FastISel.Dan Gohman
2008-08-28Add support for fast-isel of opcodes that require use of extract_subreg. Bec...Owen Anderson
2008-08-27Update a comment to reflect recent changes.Dan Gohman
2008-08-27Basic FastISel support for floating-point constants.Dan Gohman
2008-08-26Refactor a bunch of FastISelEmitter code into a helper class, andDan Gohman
2008-08-26We need to check that the return type is correct, even in cases where we don'tOwen Anderson
2008-08-26Throw the switch to allow FastISel to emit instructions whose return types di...Owen Anderson
2008-08-26Enhance TableGen to emit code for FastISel of opcodes with variadic return ty...Owen Anderson
2008-08-25Add a RetVT parameter to emitted FastISel methods, so that we will be able to...Owen Anderson
2008-08-25Deepen the map structure tablegen uses to compute FastISel patterns, in prepa...Owen Anderson
2008-08-25Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson
2008-08-22Add a few comments.Dan Gohman
2008-08-22Factor out the predicate check code from DAGISelEmitter.cppDan Gohman
2008-08-21Basic fast-isel support for instructions with constant int operands.Dan Gohman
2008-08-21Remove the code that limited FastISel to certain fixed signatures.Dan Gohman
2008-08-21Begin making more use of the FastISelEmitter class.Dan Gohman
2008-08-20Remove an obsolete todo comment.Dan Gohman
2008-08-20Factor the code for determining the target-specific instructionDan Gohman
2008-08-20Simplify FastISel's constructor argument list, make the FastISelDan Gohman
2008-08-19For now, restrict FastISel to instructions that only involve oneDan Gohman
2008-08-19Factor out the code to scan an instruction's operands into aDan Gohman
2008-08-19Add more comments.Dan Gohman
2008-08-19Fix indentation in FastISel tablegen-emitted code.Dan Gohman
2008-08-19Add more checking to filter out more kinds of things thatDan Gohman
2008-08-1980 columns.Dan Gohman
2008-08-19Add a few doxygen comments.Dan Gohman
2008-08-13Initial checkin of the new "fast" instruction selection support. SeeDan Gohman