aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/FastISelEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow strict subclasses of register classes, this way we can handleEric Christopher2010-08-251-2/+3
* Fix comment.Eric Christopher2010-08-241-2/+2
* Remove predicate workaround, we're going to require that predicateEric Christopher2010-08-171-9/+0
* Filter out patterns that have PredicateOperands.Eric Christopher2010-07-281-0/+12
* 80-col.Eric Christopher2010-07-261-2/+4
* Hack around extracts that aren't easy to process.Eric Christopher2010-07-211-0/+4
* Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen2010-07-111-13/+9
* Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman2010-07-101-2/+2
* --- Reverse-merging r107947 into '.':Bob Wilson2010-07-091-2/+2
* These changes should have accompanied r107943.Dan Gohman2010-07-091-2/+2
* Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman2010-07-081-2/+2
* Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman2010-07-071-2/+2
* Minor code simplification.Dan Gohman2010-05-271-9/+9
* Add the SubRegIndex TableGen class.Jakob Stoklund Olesen2010-05-241-8/+11
* Add initial kill flag support to FastISel.Dan Gohman2010-05-111-5/+5
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-2/+2
* add plumbing for handling multiple result nodes Chris Lattner2010-03-241-1/+3
* major surgery on tblgen: generalize TreePatternNodeChris Lattner2010-03-191-7/+14
* look up instructions by record, not by name.Chris Lattner2010-03-191-1/+1
* Completely rewrite tblgen's type inference mechanism,Chris Lattner2010-03-151-5/+4
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-051-1/+1
* Remove some unused variables and methods warned about byDuncan Sands2009-09-061-1/+0
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-16/+16
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-13/+13
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-031-10/+9
* TableGen for fast isel seems to assume an 'imm'Dale Johannesen2009-05-211-2/+2
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-221-2/+3
* Add support for having multiple predicates on a TreePatternNode.Dan Gohman2008-10-151-2/+2
* Move the primary fast-isel top-level comments to FastISel.cpp, whereDan Gohman2008-09-301-24/+6
* Correctly handle physical register inputs. They are not explicit input operan...Evan Cheng2008-09-081-9/+30
* Fix indentation of generated code.Evan Cheng2008-09-071-1/+1
* Ignore multi-instruction patterns. e.g.Evan Cheng2008-09-071-0/+14
* Let tblgen only generate fastisel routines, not the class definition. This ma...Evan Cheng2008-09-031-106/+5
* Add initial support for fast isel of instructions that have inputs pinned to ...Owen Anderson2008-08-291-19/+107
* Add a target callback for FastISel.Dan Gohman2008-08-281-0/+8
* Add support for fast-isel of opcodes that require use of extract_subreg. Bec...Owen Anderson2008-08-281-21/+43
* Update a comment to reflect recent changes.Dan Gohman2008-08-271-1/+1
* Basic FastISel support for floating-point constants.Dan Gohman2008-08-271-0/+13
* Refactor a bunch of FastISelEmitter code into a helper class, andDan Gohman2008-08-261-27/+63
* We need to check that the return type is correct, even in cases where we don'tOwen Anderson2008-08-261-0/+3
* Throw the switch to allow FastISel to emit instructions whose return types di...Owen Anderson2008-08-261-9/+16
* 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