aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.cpp
AgeCommit message (Expand)Author
2010-08-25Allow strict subclasses of register classes, this way we can handleEric Christopher
2010-08-24Fix comment.Eric Christopher
2010-08-17Remove predicate workaround, we're going to require that predicateEric Christopher
2010-07-28Filter out patterns that have PredicateOperands.Eric Christopher
2010-07-2680-col.Eric Christopher
2010-07-21Hack around extracts that aren't easy to process.Eric Christopher
2010-07-11Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson
2010-07-09These changes should have accompanied r107943.Dan Gohman
2010-07-08Revert 107840 107839 107813 107804 107800 107797 107791.Dan Gohman
2010-07-07Give FunctionLoweringInfo an MBB member, avoiding the need to pass itDan Gohman
2010-05-27Minor code simplification.Dan Gohman
2010-05-24Add the SubRegIndex TableGen class.Jakob Stoklund Olesen
2010-05-11Add initial kill flag support to FastISel.Dan Gohman
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2010-03-24add plumbing for handling multiple result nodes Chris Lattner
2010-03-19major surgery on tblgen: generalize TreePatternNodeChris Lattner
2010-03-19look up instructions by record, not by name.Chris Lattner
2010-03-15Completely rewrite tblgen's type inference mechanism,Chris Lattner
2010-01-05Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman
2009-09-06Remove some unused variables and methods warned about byDuncan Sands
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-05-21TableGen for fast isel seems to assume an 'imm'Dale Johannesen
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