| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused enum value | Chris Lattner | 2004-12-17 | 1 | -2/+2 |
| * | Remove unused #include | Chris Lattner | 2004-12-17 | 2 | -2/+2 |
| * | Change the sentinal | Chris Lattner | 2004-12-17 | 1 | -2/+2 |
| * | Create a stack slot for the return address lazily instead of eagerly. This | Chris Lattner | 2004-12-17 | 1 | -4/+8 |
| * | Chris is a pain ;) Removing reassociate. | Tanya Lattner | 2004-12-16 | 1 | -6/+0 |
| * | Removing commented out lines. | Tanya Lattner | 2004-12-16 | 1 | -8/+3 |
| * | Removed LICM and GCSE. | Tanya Lattner | 2004-12-16 | 1 | -3/+3 |
| * | Remove dead #include | Chris Lattner | 2004-12-16 | 1 | -1/+0 |
| * | Adjust to changes in asmwriter filenames | Chris Lattner | 2004-12-16 | 2 | -4/+4 |
| * | Specify all of the targets built. | Chris Lattner | 2004-12-16 | 1 | -1/+1 |
| * | Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead | Chris Lattner | 2004-12-16 | 2 | -14/+11 |
| * | Fix header | Chris Lattner | 2004-12-16 | 1 | -1/+1 |
| * | Factor out common .td file chunks. | Chris Lattner | 2004-12-16 | 4 | -27/+8 |
| * | Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. | Chris Lattner | 2004-12-15 | 2 | -0/+2 |
| * | The mystery of Olden/tsp solved, and more opportunities for speedup. | Brian Gaeke | 2004-12-14 | 2 | -0/+12 |
| * | Get rid of shifts by zero in most cases. | Brian Gaeke | 2004-12-14 | 4 | -24/+12 |
| * | When generating code for X86 targets, make sure the fp control word is set | Chris Lattner | 2004-12-13 | 2 | -0/+26 |
| * | Add some notes | Chris Lattner | 2004-12-13 | 2 | -2/+42 |
| * | Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We | Chris Lattner | 2004-12-13 | 1 | -0/+22 |
| * | Add V8 SPEC status. | Brian Gaeke | 2004-12-13 | 2 | -0/+20 |
| * | Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs | Chris Lattner | 2004-12-12 | 1 | -0/+1 |
| * | CSE calls to getTypeSize. | Chris Lattner | 2004-12-12 | 1 | -3/+2 |
| * | Use the target triple to pick this target. | Chris Lattner | 2004-12-12 | 5 | -3/+27 |
| * | Complete the list of MultiSource failures. | Brian Gaeke | 2004-12-12 | 2 | -10/+24 |
| * | hbd should be working now. | Brian Gaeke | 2004-12-12 | 2 | -2/+0 |
| * | Finally enable the setcc-branch folding code. | Brian Gaeke | 2004-12-12 | 2 | -34/+146 |
| * | Add (currently disabled) code for canFoldSetCC | Brian Gaeke | 2004-12-12 | 2 | -0/+20 |
| * | Add stubs for setcc-branch folding support. | Brian Gaeke | 2004-12-12 | 2 | -0/+22 |
| * | Print llvm code one function at a time. | Brian Gaeke | 2004-12-11 | 2 | -2/+2 |
| * | JIT should print LLVM each function before selecting instructions for it. | Brian Gaeke | 2004-12-11 | 2 | -0/+8 |
| * | Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine | Brian Gaeke | 2004-12-11 | 2 | -2/+12 |
| * | Look for many more moves to fold (previously, we only | Brian Gaeke | 2004-12-11 | 2 | -4/+48 |
| * | Make GEPs not suck so much: | Brian Gaeke | 2004-12-11 | 2 | -30/+134 |
| * | Update lists of failing benchmarks, including info on which | Brian Gaeke | 2004-12-11 | 2 | -48/+42 |
| * | Move -lowerselect later in the chain; some select instructions were | Brian Gaeke | 2004-12-10 | 2 | -12/+12 |
| * | Add the rest of the multiply instructions. | Brian Gaeke | 2004-12-10 | 2 | -4/+16 |
| * | Support binary operations with immediates for <= cInt. | Brian Gaeke | 2004-12-10 | 2 | -8/+46 |
| * | Update lists of failing benchmarks (except C++...something is the | Brian Gaeke | 2004-12-10 | 2 | -4/+2 |
| * | Emit correct prototype for __builtin_alloca on V8. | Brian Gaeke | 2004-12-10 | 2 | -2/+16 |
| * | Add SparcV8 target back into the build | Brian Gaeke | 2004-12-10 | 1 | -1/+1 |
| * | Adjust paths: Sparc/V8 --> SparcV8 | Brian Gaeke | 2004-12-10 | 4 | -6/+6 |
| * | Make this file self-contained. | Brian Gaeke | 2004-12-10 | 2 | -2/+124 |
| * | Update list of failing MultiSource benchmarks. It works out to +5 -5, but I | Brian Gaeke | 2004-12-10 | 2 | -14/+14 |
| * | When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter of | Brian Gaeke | 2004-12-10 | 2 | -2/+6 |
| * | We're continuing to make progress on MultiSource. | Brian Gaeke | 2004-12-09 | 2 | -10/+34 |
| * | Bytes and shorts are aligned differently from words. | Brian Gaeke | 2004-12-09 | 2 | -2/+2 |
| * | Fix asm-printing directives (how did we not see this before...apparently, | Brian Gaeke | 2004-12-09 | 2 | -6/+6 |
| * | Move lower intrinsics before FP constant emission, in case | Chris Lattner | 2004-12-05 | 2 | -4/+14 |
| * | Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and | Chris Lattner | 2004-12-03 | 2 | -2/+8 |
| * | This code rotted - change it to call abort() until someone wants | Brian Gaeke | 2004-12-03 | 2 | -52/+4 |