| Age | Commit message (Expand) | Author |
| 2010-01-05 | Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGen | Dan Gohman |
| 2009-09-06 | Remove some unused variables and methods warned about by | Duncan Sands |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
| 2009-05-21 | TableGen for fast isel seems to assume an 'imm' | Dale Johannesen |
| 2009-01-22 | Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe... | Evan Cheng |
| 2008-10-15 | Add support for having multiple predicates on a TreePatternNode. | Dan Gohman |
| 2008-09-30 | Move the primary fast-isel top-level comments to FastISel.cpp, where | Dan Gohman |
| 2008-09-08 | Correctly handle physical register inputs. They are not explicit input operan... | Evan Cheng |
| 2008-09-07 | Fix indentation of generated code. | Evan Cheng |
| 2008-09-07 | Ignore multi-instruction patterns. e.g. | Evan Cheng |
| 2008-09-03 | Let tblgen only generate fastisel routines, not the class definition. This ma... | Evan Cheng |
| 2008-08-29 | Add initial support for fast isel of instructions that have inputs pinned to ... | Owen Anderson |
| 2008-08-28 | Add a target callback for FastISel. | Dan Gohman |
| 2008-08-28 | Add support for fast-isel of opcodes that require use of extract_subreg. Bec... | Owen Anderson |
| 2008-08-27 | Update a comment to reflect recent changes. | Dan Gohman |
| 2008-08-27 | Basic FastISel support for floating-point constants. | Dan Gohman |
| 2008-08-26 | Refactor a bunch of FastISelEmitter code into a helper class, and | Dan Gohman |
| 2008-08-26 | We need to check that the return type is correct, even in cases where we don't | Owen Anderson |
| 2008-08-26 | Throw the switch to allow FastISel to emit instructions whose return types di... | Owen Anderson |
| 2008-08-26 | Enhance TableGen to emit code for FastISel of opcodes with variadic return ty... | Owen Anderson |
| 2008-08-25 | Add a RetVT parameter to emitted FastISel methods, so that we will be able to... | Owen Anderson |
| 2008-08-25 | Deepen the map structure tablegen uses to compute FastISel patterns, in prepa... | Owen Anderson |
| 2008-08-25 | Add support for fast isel of (integer) immediate materialization pattens, and... | Owen Anderson |
| 2008-08-22 | Add a few comments. | Dan Gohman |
| 2008-08-22 | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman |
| 2008-08-21 | Basic fast-isel support for instructions with constant int operands. | Dan Gohman |
| 2008-08-21 | Remove the code that limited FastISel to certain fixed signatures. | Dan Gohman |
| 2008-08-21 | Begin making more use of the FastISelEmitter class. | Dan Gohman |
| 2008-08-20 | Remove an obsolete todo comment. | Dan Gohman |
| 2008-08-20 | Factor the code for determining the target-specific instruction | Dan Gohman |
| 2008-08-20 | Simplify FastISel's constructor argument list, make the FastISel | Dan Gohman |
| 2008-08-19 | For now, restrict FastISel to instructions that only involve one | Dan Gohman |
| 2008-08-19 | Factor out the code to scan an instruction's operands into a | Dan Gohman |
| 2008-08-19 | Add more comments. | Dan Gohman |
| 2008-08-19 | Fix indentation in FastISel tablegen-emitted code. | Dan Gohman |
| 2008-08-19 | Add more checking to filter out more kinds of things that | Dan Gohman |
| 2008-08-19 | 80 columns. | Dan Gohman |
| 2008-08-19 | Add a few doxygen comments. | Dan Gohman |
| 2008-08-13 | Initial checkin of the new "fast" instruction selection support. See | Dan Gohman |