Age | Commit message (Expand) | Author |
2005-01-01 | Substantially improve the code generated by non-folded setcc instructions. | Chris Lattner |
2004-12-17 | Remove unused #include | Chris Lattner |
2004-12-14 | The mystery of Olden/tsp solved, and more opportunities for speedup. | Brian Gaeke |
2004-12-14 | Get rid of shifts by zero in most cases. | Brian Gaeke |
2004-12-13 | Add some notes | Chris Lattner |
2004-12-13 | Add V8 SPEC status. | Brian Gaeke |
2004-12-12 | Use the target triple to pick this target. | Chris Lattner |
2004-12-12 | Complete the list of MultiSource failures. | Brian Gaeke |
2004-12-12 | hbd should be working now. | Brian Gaeke |
2004-12-12 | Finally enable the setcc-branch folding code. | Brian Gaeke |
2004-12-12 | Add (currently disabled) code for canFoldSetCC | Brian Gaeke |
2004-12-12 | Add stubs for setcc-branch folding support. | Brian Gaeke |
2004-12-11 | Print llvm code one function at a time. | Brian Gaeke |
2004-12-11 | JIT should print LLVM each function before selecting instructions for it. | Brian Gaeke |
2004-12-11 | Bools are *also* not ints. Sigh. Furthermore, most of the TargetMachine | Brian Gaeke |
2004-12-11 | Look for many more moves to fold (previously, we only | Brian Gaeke |
2004-12-11 | Make GEPs not suck so much: | Brian Gaeke |
2004-12-11 | Update lists of failing benchmarks, including info on which | Brian Gaeke |
2004-12-10 | Move -lowerselect later in the chain; some select instructions were | Brian Gaeke |
2004-12-10 | Add the rest of the multiply instructions. | Brian Gaeke |
2004-12-10 | Support binary operations with immediates for <= cInt. | Brian Gaeke |
2004-12-10 | Update lists of failing benchmarks (except C++...something is the | Brian Gaeke |
2004-12-10 | Adjust paths: Sparc/V8 --> SparcV8 | Brian Gaeke |
2004-12-10 | Make this file self-contained. | Brian Gaeke |
2004-12-10 | Update list of failing MultiSource benchmarks. It works out to +5 -5, but I | Brian Gaeke |
2004-12-10 | When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter of | Brian Gaeke |
2004-12-09 | We're continuing to make progress on MultiSource. | Brian Gaeke |
2004-12-09 | Bytes and shorts are aligned differently from words. | Brian Gaeke |
2004-12-09 | Fix asm-printing directives (how did we not see this before...apparently, | Brian Gaeke |
2004-12-03 | This code rotted - change it to call abort() until someone wants | Brian Gaeke |
2004-11-30 | Update list of failing benchmarks. | Brian Gaeke |
2004-11-30 | If we're about to emit something like: | Brian Gaeke |
2004-11-24 | Update list of failing benchmarks. | Brian Gaeke |
2004-11-24 | Fix bug in emitGEPOperation with large struct-member offsets. | Brian Gaeke |
2004-11-23 | Support shr long/ulong. | Brian Gaeke |
2004-11-23 | Support printing ConstantAggregateZeros. | Brian Gaeke |
2004-11-23 | Update failing SingleSource test-case list. | Brian Gaeke |
2004-11-23 | pseudocode for 64-bit lshr. | Brian Gaeke |
2004-11-23 | Add more known-failing tests. | Brian Gaeke |
2004-11-23 | Add the rest of the logical instructions. | Brian Gaeke |
2004-11-22 | Add stub method for long shift codegen. | Brian Gaeke |
2004-11-22 | Update to-do list. | Brian Gaeke |
2004-11-21 | Implement setcc on longs. | Brian Gaeke |
2004-11-21 | Add all the rest of the ADD and SUB variants, some of which are important for | Brian Gaeke |
2004-11-21 | Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). | Brian Gaeke |
2004-11-21 | Update to-do list. | Brian Gaeke |
2004-11-21 | Fix extraStack calculation -- I think in fact it might be getting a bit *too* | Brian Gaeke |
2004-11-21 | Update list of failing benchmarks & to-do list. | Brian Gaeke |
2004-11-20 | Support most cases of vaarg (except double). | Brian Gaeke |
2004-11-20 | Update failing test cases & to-do list. | Brian Gaeke |