Age | Commit message (Expand) | Author |
2004-11-22 | Do not count debugger intrinsics in size estimation. | Chris Lattner |
2004-11-22 | Ignore debugger intrinsics when doing inlining size computations. | Chris Lattner |
2004-11-22 | Do not consider debug intrinsics in the size computations for loop unrolling. | Chris Lattner |
2004-11-22 | Add stub method for long shift codegen. | Brian Gaeke |
2004-11-22 | Update to-do list. | Brian Gaeke |
2004-11-22 | Support targets that require stubs for external functions better | Chris Lattner |
2004-11-22 | Fix a comment to imply the correct semantics. | Reid Spencer |
2004-11-22 | Initial checkin of the V9 relocation types | Chris Lattner |
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 Shootout-C++/wc, which was broken by my recent changes to emit fewer | Nate Begeman |
2004-11-21 | There is no reason to emit function stubs for direct calls. | Chris Lattner |
2004-11-21 | Clean up DEBUG output | Chris Lattner |
2004-11-21 | Allow targets to avoid emitting a stub for EVERY lazily resolved call. In | Chris Lattner |
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-21 | ignore generated files | Chris Lattner |
2004-11-21 | ignore generated files. | Chris Lattner |
2004-11-20 | Implement relocation support by adding a target independent resolver interface. | Chris Lattner |
2004-11-20 | Remove all JIT specific code and switch the code generator over to emitting | Chris Lattner |
2004-11-20 | Implement the X86 JIT interfaces | Chris Lattner |
2004-11-20 | Describe the X86 target-specific relocations. | Chris Lattner |
2004-11-20 | We implement these interfaces | Chris Lattner |
2004-11-20 | Adjust to changed interfaces | Chris Lattner |
2004-11-20 | This method does not exist any longer. | Chris Lattner |
2004-11-20 | Fixed assertion from triggering. We need to check if the commandline map is e... | Tanya Lattner |
2004-11-20 | Cast the void* handle data member to HMODULE* to keep the VC++ compiler | Reid Spencer |
2004-11-20 | Support most cases of vaarg (except double). | Brian Gaeke |
2004-11-20 | Update failing test cases & to-do list. | Brian Gaeke |
2004-11-20 | Distinguish between BSD4.4 and SVR4 symbol tables | Reid Spencer |
2004-11-20 | This method was never implemented | Chris Lattner |
2004-11-20 | Remove this method, it's not clear how it could be implemented indep of 32 or... | Chris Lattner |
2004-11-20 | getJITStubForFunction is optional and unimplemented, just remove it for now. | Chris Lattner |
2004-11-20 | getJITStubForFunction is optional and unimplemented, just remove it. | Chris Lattner |
2004-11-20 | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner |
2004-11-20 | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner |
2004-11-20 | Implement vacopy and vanext. | Brian Gaeke |
2004-11-20 | Add accessor | Chris Lattner |
2004-11-20 | Allow constructor parameter to override aggregating args; fix spacing | Misha Brukman |
2004-11-20 | Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we | Misha Brukman |
2004-11-19 | Made modsched hidden and changed so it matches the style of other options. | Tanya Lattner |
2004-11-19 | Fix grammar | Misha Brukman |
2004-11-19 | Add protoypes for 64-bit long/ulong div, mul, and rem functions | Misha Brukman |
2004-11-19 | Fix file comment header | Misha Brukman |
2004-11-19 | Handle GhostLinkage case for completeness (should not be seen by the asm writer) | Misha Brukman |
2004-11-19 | Add VANext and VAArg stubs. | Brian Gaeke |
2004-11-19 | Implement va_start. | Brian Gaeke |
2004-11-19 | Dont' forget to switch back to decimal output | Chris Lattner |