major surgery on tblgen: generalize TreePatternNode
[oota-llvm.git] / utils / TableGen / FastISelEmitter.cpp
2010-03-19 Chris Lattnermajor surgery on tblgen: generalize TreePatternNode
2010-03-19 Chris Lattnerlook up instructions by record, not by name.
2010-03-15 Chris LattnerCompletely rewrite tblgen's type inference mechanism,
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-05-21 Dale JohannesenTableGen for fast isel seems to assume an 'imm'
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2008-10-15 Dan GohmanAdd support for having multiple predicates on a TreePat...
2008-09-30 Dan GohmanMove the primary fast-isel top-level comments to FastIS...
2008-09-08 Evan ChengCorrectly handle physical register inputs. They are...
2008-09-07 Evan ChengFix indentation of generated code.
2008-09-07 Evan ChengIgnore multi-instruction patterns. e.g.
2008-09-03 Evan ChengLet tblgen only generate fastisel routines, not the...
2008-08-29 Owen AndersonAdd initial support for fast isel of instructions that...
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Owen AndersonAdd support for fast-isel of opcodes that require use...
2008-08-27 Dan GohmanUpdate a comment to reflect recent changes.
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-26 Dan GohmanRefactor a bunch of FastISelEmitter code into a helper...
2008-08-26 Owen AndersonWe need to check that the return type is correct, even...
2008-08-26 Owen AndersonThrow the switch to allow FastISel to emit instructions...
2008-08-26 Owen AndersonEnhance TableGen to emit code for FastISel of opcodes...
2008-08-25 Owen AndersonAdd a RetVT parameter to emitted FastISel methods,...
2008-08-25 Owen AndersonDeepen the map structure tablegen uses to compute FastI...
2008-08-25 Owen AndersonAdd support for fast isel of (integer) immediate materi...
2008-08-22 Dan GohmanAdd a few comments.
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-21 Dan GohmanBasic fast-isel support for instructions with constant...
2008-08-21 Dan GohmanRemove the code that limited FastISel to certain fixed...
2008-08-21 Dan GohmanBegin making more use of the FastISelEmitter class.
2008-08-20 Dan GohmanRemove an obsolete todo comment.
2008-08-20 Dan GohmanFactor the code for determining the target-specific...
2008-08-20 Dan GohmanSimplify FastISel's constructor argument list, make...
2008-08-19 Dan GohmanFor now, restrict FastISel to instructions that only...
2008-08-19 Dan GohmanFactor out the code to scan an instruction's operands...
2008-08-19 Dan GohmanAdd more comments.
2008-08-19 Dan GohmanFix indentation in FastISel tablegen-emitted code.
2008-08-19 Dan GohmanAdd more checking to filter out more kinds of things...
2008-08-19 Dan Gohman80 columns.
2008-08-19 Dan GohmanAdd a few doxygen comments.
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...