| Age | Commit message (Expand) | Author |
| 2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
| 2008-12-30 | - Start moving target-dependent nodes that could be represented by an | Scott Michel |
| 2008-12-29 | Fixed spelling, removed trailing whitespace. | Misha Brukman |
| 2008-12-29 | - Various '#if 0' cleanups. | Scott Michel |
| 2008-12-27 | - Remove Tilmann's custom truncate lowering: it completely hosed over | Scott Michel |
| 2008-12-10 | CellSPU: | Scott Michel |
| 2008-12-09 | CellSPU: | Scott Michel |
| 2008-12-04 | CellSPU: Fix bug 3055 | Scott Michel |
| 2008-12-04 | Missing closing brace and reverse conditional condition on NDEBUG | Scott Michel |
| 2008-12-04 | This code is apparently quite confused. In the meantime, | Chris Lattner |
| 2008-12-04 | CellSPU: | Scott Michel |
| 2008-12-03 | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman |
| 2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |
| 2008-12-02 | CellSPU: | Scott Michel |
| 2008-12-01 | CellSPU: | Scott Michel |
| 2008-12-01 | There are no longer any places that require a | Duncan Sands |
| 2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
| 2008-11-25 | CellSPU: | Scott Michel |
| 2008-11-25 | CellSPU: Relax constraints on when to generate a X-form address, evidently | Scott Michel |
| 2008-11-25 | CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". | Scott Michel |
| 2008-11-24 | CellSPU: | Scott Michel |
| 2008-11-24 | CellSPU: | Scott Michel |
| 2008-11-24 | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng |
| 2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |
| 2008-11-22 | CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it | Scott Michel |
| 2008-11-21 | CellSPU: | Scott Michel |
| 2008-11-20 | CellSPU: | Scott Michel |
| 2008-11-20 | CellSPU: Custom lower truncating stores of i8 to i1 (should not have been | Scott Michel |
| 2008-11-20 | CellSPU: Adjust spacing/tabulation | Scott Michel |
| 2008-11-19 | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman |
| 2008-11-19 | CellSPU: Do not custom lower i1 stores, rely on type legalization to do the | Scott Michel |
| 2008-11-19 | Temporary check-in for Duncan to demonstrate CellSPU store problem. | Scott Michel |
| 2008-11-18 | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman |
| 2008-11-15 | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes |
| 2008-11-11 | Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU | Scott Michel |
| 2008-11-10 | CellSPU: Fix bug 3606, as well as some ongoing work. | Scott Michel |
| 2008-11-08 | CMake: corrected library target name for dependency: LLVMCellSPU -> | Oscar Fuentes |
| 2008-11-08 | CMake: Reflected changes on the CellSPU target build. May require a | Oscar Fuentes |
| 2008-11-08 | Fixed a pasto. | Oscar Fuentes |
| 2008-11-08 | CellSPU: Bring SPU's assembly printer more in-line with current LLVM code | Scott Michel |
| 2008-11-08 | CellSPU: Fix prologue/epilogue emission when function contains calls but | Scott Michel |
| 2008-11-07 | CellSPU: Ensure that C strings are always put in the .rodata section | Scott Michel |
| 2008-11-07 | Teach CellSPU about ELF sections and new section emitter classes. | Scott Michel |
| 2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
| 2008-11-05 | Use getTargetConstant instead of getConstant for nodes that should not be vis... | Dan Gohman |
| 2008-11-03 | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman |
| 2008-10-30 | Shift amounts should have the type given by | Duncan Sands |
| 2008-10-30 | Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack | Scott Michel |
| 2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
| 2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |