| Age | Commit message (Expand) | Author |
| 2009-11-24 | Make capitalization of names starting "is" more consistent. | Dale Johannesen |
| 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-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
| 2009-11-13 | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-11-04 | Add PowerPC codegen for indirect branches. | Bob Wilson |
| 2009-10-18 | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng |
| 2009-10-18 | Only fixed stack objects and spill slots should be get FixedStack PseudoSourc... | Evan Cheng |
| 2009-10-17 | Revert 84315 for now. Re-thinking the patch. | Evan Cheng |
| 2009-10-17 | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng |
| 2009-09-27 | LBRX no longer has an explicit SrcValueSDNode operand, so the type | Dan Gohman |
| 2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
| 2009-09-25 | Don't try to use pre-indexed addressing with sthbrx/stwbrx | Dan Gohman |
| 2009-09-19 | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng |
| 2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
| 2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-31 | Revert commit 80428. It completely broke exception | Duncan Sands |
| 2009-08-29 | - Add target lowering methods to get the preferred format for the FDE and LSDA | Bill Wendling |
| 2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
| 2009-08-15 | Add support for the PowerPC 64-bit SVR4 ABI. | Tilmann Scheller |
| 2009-08-13 | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 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 | Continue the SimpleValueType-ification. | Owen Anderson |
| 2009-08-10 | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson |
| 2009-08-08 | 1. Make MCSection an abstract class. | Chris Lattner |
| 2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
| 2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
| 2009-07-31 | refactor section construction in TLOF to be through an explicit | Chris Lattner |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-28 | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner |
| 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-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | 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 | Refactor ABI code in the PowerPC backend. | Tilmann Scheller |
| 2009-07-03 | Implement the SVR4 ABI for PowerPC. | Tilmann Scheller |
| 2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
| 2009-07-03 | Small cleanups in the PowerPC backend. | 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-04 | Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was | Dale Johannesen |
| 2009-05-28 | Return the operand rather than a null SDValue when the given SELECT_CC | Eli Friedman |