| Age | Commit message (Expand) | Author |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-14 | Implement DISABLE_INLINE for MSVC. This required changing the position in all | Benjamin Kramer |
| 2009-11-08 | It is invalid to infer the value type from the result #0 of the node | Anton Korobeynikov |
| 2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
| 2009-10-29 | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman |
| 2009-10-29 | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman |
| 2009-10-15 | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen |
| 2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
| 2009-09-11 | Eliminate some unnecessary implicit constructors in generated DAG ISel code. | Owen Anderson |
| 2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
| 2009-08-23 | remove some DOUTs | Chris Lattner |
| 2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
| 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-08-07 | strength reduce anonymous namespace to static. | Chris Lattner |
| 2009-07-30 | Remove itohexstr, which only had one user. | Daniel Dunbar |
| 2009-07-29 | make ptr_rc derive from a new PointerLikeRegClass tblgen class. | Chris Lattner |
| 2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
| 2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
| 2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
| 2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |
| 2009-05-12 | Slightly improve generated code in a degenerate case. | Dale Johannesen |
| 2009-05-04 | Restore minor deletion. | Mike Stump |
| 2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
| 2009-04-29 | Second attempt: | Bill Wendling |
| 2009-04-28 | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling |
| 2009-04-28 | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling |
| 2009-04-13 | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman |
| 2009-04-03 | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman |
| 2009-03-26 | fix a few spelling errors and typos | Jim Grosbach |
| 2009-03-26 | Use 'bool' for FoundRC | Jim Grosbach |
| 2009-03-25 | Modify getRegisterValueType() to allow for a register being in mutliple | Jim Grosbach |
| 2009-02-06 | Get rid of one more non-DebugLoc getNode and | Dale Johannesen |
| 2009-02-05 | Remove a non-DebugLoc version of getNode. | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
| 2009-01-29 | Explain why this is here. | Bill Wendling |
| 2009-01-29 | - Add DebugLoc to getTargetNode(). | Bill Wendling |
| 2009-01-29 | Move the code that starts printing the Select_* functions | Dan Gohman |
| 2009-01-16 | Avoid triggering an assertion failure when an instruction pattern | Dan Gohman |
| 2009-01-16 | Add support for instructions with multiple ComplexPatterns, by | Dan Gohman |
| 2009-01-05 | Delete an unused variable and simplify the code. | Dan Gohman |
| 2008-12-19 | Use dyn_cast intead of isa + cast in the generated DAGISel code. This | Dan Gohman |
| 2008-12-03 | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman |
| 2008-11-27 | On x86 favors folding short immediate into some arithmetic operations (e.g. a... | Evan Cheng |
| 2008-11-05 | Use an assert to check that SelectCode isn't called on | Dan Gohman |
| 2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
| 2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
| 2008-10-17 | Use INT64_C to emit constant values, to avoid problems with | Dan Gohman |
| 2008-10-17 | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman |