| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ... | Tanya Lattner | 2004-11-22 | 3 | -9/+32 |
* | Remove JIT-specific code from the code emitter. | Chris Lattner | 2004-11-22 | 2 | -569/+35 |
* | New methods implemented | Chris Lattner | 2004-11-22 | 1 | -0/+18 |
* | Implement the Sparc JIT interfaces, including relocation support. | Chris Lattner | 2004-11-22 | 1 | -0/+354 |
* | Add stub method for long shift codegen. | Brian Gaeke | 2004-11-22 | 2 | -0/+42 |
* | Update to-do list. | Brian Gaeke | 2004-11-22 | 2 | -2/+0 |
* | Initial checkin of the V9 relocation types | Chris Lattner | 2004-11-22 | 1 | -0/+42 |
* | Implement setcc on longs. | Brian Gaeke | 2004-11-21 | 2 | -42/+72 |
* | Add all the rest of the ADD and SUB variants, some of which are important for | Brian Gaeke | 2004-11-21 | 2 | -4/+26 |
* | Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). | Brian Gaeke | 2004-11-21 | 2 | -4/+130 |
* | Update to-do list. | Brian Gaeke | 2004-11-21 | 2 | -6/+4 |
* | Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer | Nate Begeman | 2004-11-21 | 1 | -5/+6 |
* | There is no reason to emit function stubs for direct calls. | Chris Lattner | 2004-11-21 | 2 | -2/+1 |
* | Fix extraStack calculation -- I think in fact it might be getting a bit *too* | Brian Gaeke | 2004-11-21 | 2 | -18/+44 |
* | Update list of failing benchmarks & to-do list. | Brian Gaeke | 2004-11-21 | 2 | -12/+2 |
* | ignore generated files | Chris Lattner | 2004-11-21 | 2 | -0/+3 |
* | ignore generated files. | Chris Lattner | 2004-11-21 | 1 | -0/+2 |
* | Remove all JIT specific code and switch the code generator over to emitting | Chris Lattner | 2004-11-20 | 1 | -194/+26 |
* | Implement the X86 JIT interfaces | Chris Lattner | 2004-11-20 | 1 | -0/+140 |
* | Describe the X86 target-specific relocations. | Chris Lattner | 2004-11-20 | 1 | -0/+33 |
* | We implement these interfaces | Chris Lattner | 2004-11-20 | 1 | -5/+13 |
* | Adjust to changed interfaces | Chris Lattner | 2004-11-20 | 1 | -2/+2 |
* | Support most cases of vaarg (except double). | Brian Gaeke | 2004-11-20 | 2 | -2/+56 |
* | Update failing test cases & to-do list. | Brian Gaeke | 2004-11-20 | 2 | -8/+6 |
* | This method was never implemented | Chris Lattner | 2004-11-20 | 1 | -6/+0 |
* | Remove this method, it's not clear how it could be implemented indep of 32 or... | Chris Lattner | 2004-11-20 | 2 | -12/+0 |
* | getJITStubForFunction is optional and unimplemented, just remove it for now. | Chris Lattner | 2004-11-20 | 2 | -12/+0 |
* | getJITStubForFunction is optional and unimplemented, just remove it. | Chris Lattner | 2004-11-20 | 4 | -23/+0 |
* | Implement vacopy and vanext. | Brian Gaeke | 2004-11-20 | 2 | -6/+24 |
* | Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we | Misha Brukman | 2004-11-20 | 2 | -46/+0 |
* | Made modsched hidden and changed so it matches the style of other options. | Tanya Lattner | 2004-11-19 | 1 | -2/+2 |
* | Fix grammar | Misha Brukman | 2004-11-19 | 2 | -2/+2 |
* | Add protoypes for 64-bit long/ulong div, mul, and rem functions | Misha Brukman | 2004-11-19 | 2 | -0/+46 |
* | Fix file comment header | Misha Brukman | 2004-11-19 | 1 | -1/+1 |
* | Handle GhostLinkage case for completeness (should not be seen by the asm writer) | Misha Brukman | 2004-11-19 | 2 | -0/+6 |
* | Add VANext and VAArg stubs. | Brian Gaeke | 2004-11-19 | 2 | -2/+20 |
* | Implement va_start. | Brian Gaeke | 2004-11-19 | 2 | -4/+32 |
* | Dont' forget to switch back to decimal output | Chris Lattner | 2004-11-19 | 1 | -1/+2 |
* | First part of varargs support: getting all varargs which could possibly | Brian Gaeke | 2004-11-19 | 2 | -2/+42 |
* | va_end can safely be codegen'd to nothing on v8. | Brian Gaeke | 2004-11-19 | 2 | -2/+4 |
* | A very sorry stub implementation of varargs intrinsics... | Brian Gaeke | 2004-11-19 | 2 | -4/+22 |
* | Update list of expected test failures. | Brian Gaeke | 2004-11-19 | 2 | -2/+0 |
* | Fix bug in casting to long/ulong. | Brian Gaeke | 2004-11-19 | 2 | -22/+54 |
* | Eliminate another 6k register copies that the register allocator would just | Nate Begeman | 2004-11-19 | 1 | -8/+14 |
* | Generate fewer reg-reg copies for the register allocator to deal with. | Nate Begeman | 2004-11-19 | 1 | -64/+39 |
* | Fixed to fit in 80 columns. | Tanya Lattner | 2004-11-18 | 1 | -1/+2 |
* | Adding option to llc for ModuloScheduling. By default it is turned off. | Tanya Lattner | 2004-11-18 | 1 | -2/+13 |
* | Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how | Brian Gaeke | 2004-11-18 | 2 | -140/+180 |
* | Update current expected failures list - expand it to include all of | Brian Gaeke | 2004-11-18 | 2 | -20/+44 |
* | Eliminate another common source of moves that the register allocator | Nate Begeman | 2004-11-18 | 1 | -5/+4 |