| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Clean up DEBUG output | Chris Lattner | 2004-11-21 | 1 | -5/+5 |
* | Allow targets to avoid emitting a stub for EVERY lazily resolved call. In | Chris Lattner | 2004-11-21 | 1 | -9/+30 |
* | 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 |
* | Implement relocation support by adding a target independent resolver interface. | Chris Lattner | 2004-11-20 | 1 | -12/+133 |
* | 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 | 2 | -9/+9 |
* | This method does not exist any longer. | Chris Lattner | 2004-11-20 | 1 | -4/+0 |
* | Fixed assertion from triggering. We need to check if the commandline map is e... | Tanya Lattner | 2004-11-20 | 1 | -0/+2 |
* | Cast the void* handle data member to HMODULE* to keep the VC++ compiler | Reid Spencer | 2004-11-20 | 2 | -10/+18 |
* | 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 |
* | Distinguish between BSD4.4 and SVR4 symbol tables | Reid Spencer | 2004-11-20 | 8 | -80/+132 |
* | 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 |
* | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner | 2004-11-20 | 1 | -6/+40 |
* | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner | 2004-11-20 | 1 | -0/+12 |
* | Implement vacopy and vanext. | Brian Gaeke | 2004-11-20 | 2 | -6/+24 |
* | Add accessor | Chris Lattner | 2004-11-20 | 1 | -0/+4 |
* | Allow constructor parameter to override aggregating args; fix spacing | Misha Brukman | 2004-11-20 | 1 | -2/+2 |
* | 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 |
* | Match change in MachineCodeEmitter prototype. | Chris Lattner | 2004-11-19 | 2 | -4/+4 |
* | 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 |
* | Fix memory leaks, patch contributed by Morten Ofstad! | Chris Lattner | 2004-11-19 | 1 | -15/+21 |
* | Patches to avoid "leaking" memory on process exit. Patch contributed by | Chris Lattner | 2004-11-19 | 1 | -39/+25 |
* | Correct the computation of when to add the padding. It is not based on the | Reid Spencer | 2004-11-19 | 4 | -18/+18 |