| Age | Commit message (Expand) | Author |
| 2009-12-28 | Remove dead variable. | Bill Wendling |
| 2009-12-28 | Remove dead store. The initial value was never used, but always overridden. | Bill Wendling |
| 2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-09-06 | Remove strange 'const' qualifiers, as warned about by icc | Duncan Sands |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-25 | Updated i128 sext support for CellSPU backend, contributed by Ken Werner (IBM) | Scott Michel |
| 2009-08-24 | 128-bit sign extension and vector shift cleanups, contributed by Ken Werner | Scott Michel |
| 2009-08-24 | Initialize ShufBytes, as gcc 4.4 can't detect that the entire array is | Scott Michel |
| 2009-08-23 | eliminate uses of cerr() | Chris Lattner |
| 2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 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-10 | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson |
| 2009-08-10 | Continue the SimpleValueType-ification. | Owen Anderson |
| 2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
| 2009-08-07 | Fix a bunch of namespace pollution. | Dan Gohman |
| 2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-17 | Add operation expansion/promotion for a bunch of operations, many of | Eli Friedman |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-14 | eliminate extra space. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
| 2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
| 2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
| 2009-06-16 | Misc accumulated tweaks to legalization logic for various targets. | Eli Friedman |
| 2009-05-27 | Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and | Eli Friedman |
| 2009-05-26 | Back out r72431, it is causing a number of compilation crashes with clang. | Daniel Dunbar |
| 2009-05-26 | Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and | Eli Friedman |
| 2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
| 2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
| 2009-04-24 | PR2957 | Nate Begeman |
| 2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
| 2009-03-26 | fix warning in -asserts mode. | Chris Lattner |
| 2009-03-17 | CellSPU: | Scott Michel |
| 2009-03-16 | CellSPU: | Scott Michel |
| 2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
| 2009-02-22 | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel |
| 2009-02-07 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
| 2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
| 2009-02-06 | Remove more non-DebugLoc versions of getNode. | Dale Johannesen |
| 2009-02-06 | Get rid of one more non-DebugLoc getNode and | Dale Johannesen |