| Commit message (Expand) | Author | Age | Files | Lines |
* | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner | 2004-11-20 | 1 | -6/+40 |
* | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner | 2004-11-20 | 2 | -5/+26 |
* | Add the getRelocationType method that I forgot | Chris Lattner | 2004-11-20 | 1 | -0/+6 |
* | Allow targets to implement relocation support. | Chris Lattner | 2004-11-20 | 1 | -0/+11 |
* | Implement vacopy and vanext. | Brian Gaeke | 2004-11-20 | 2 | -6/+24 |
* | Add accessor | Chris Lattner | 2004-11-20 | 1 | -0/+4 |
* | New file | Chris Lattner | 2004-11-20 | 1 | -0/+117 |
* | Allow constructor parameter to override aggregating args; fix spacing | Misha Brukman | 2004-11-20 | 1 | -2/+2 |
* | Remove dead #include | Chris Lattner | 2004-11-20 | 1 | -2/+2 |
* | If we're going to mention mv and cp, clearly, we also need `rm' | Misha Brukman | 2004-11-20 | 1 | -0/+1 |
* | 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 |
* | Forgot to join srcdir and subdir for complete path for input files. | Tanya Lattner | 2004-11-19 | 1 | -1/+1 |
* | Adding srcdir arg. Added ability to specify the path to an input file. This i... | Tanya Lattner | 2004-11-19 | 1 | -5/+10 |
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 63 | -63/+63 |
* | 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 |
* | Ignore files generated by pod2html | Misha Brukman | 2004-11-19 | 1 | -0/+1 |
* | * Remove disk space requirements, they vary wildly, depend on the number of | Misha Brukman | 2004-11-19 | 1 | -30/+37 |
* | Handle GhostLinkage case for completeness (should not be seen by the asm writer) | Misha Brukman | 2004-11-19 | 2 | -0/+6 |
* | Test case for reading MacOSX archives. | Reid Spencer | 2004-11-19 | 1 | -0/+10 |
* | MacOSX test archive (buggy). | Reid Spencer | 2004-11-19 | 1 | -0/+0 |
* | 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 |
* | External symbols are const char*'s now, change this to match. | Chris Lattner | 2004-11-19 | 1 | -1/+1 |
* | Instead of storing std::string's for ExternalSymbol references, rely on the | Chris Lattner | 2004-11-19 | 2 | -19/+9 |
* | First part of varargs support: getting all varargs which could possibly | Brian Gaeke | 2004-11-19 | 2 | -2/+42 |
* | Fix a bug that caused stuff like this: | Chris Lattner | 2004-11-19 | 1 | -1/+2 |
* | 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 |
* | Make sure we can read an archive after it has been ranlib'd | Reid Spencer | 2004-11-19 | 2 | -1/+7 |
* | 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 |
* | Fix the exposed prototype for the lower packed pass, thanks to | Chris Lattner | 2004-11-19 | 1 | -1/+2 |
* | Add hooks to free all memory allocated by the singleton factories in these | Chris Lattner | 2004-11-19 | 2 | -0/+68 |
* | Add static functions to clear singleton maps. Patch contributed by | Chris Lattner | 2004-11-19 | 2 | -1/+12 |
* | These methods are long gone, ConstantPointerRef is dead. | Chris Lattner | 2004-11-19 | 1 | -5/+0 |
* | CPR is dead. | Chris Lattner | 2004-11-19 | 1 | -1/+0 |
* | Add note that this is for old bytecode files. | Chris Lattner | 2004-11-19 | 1 | -1/+1 |
* | Mission accomplished! | Chris Lattner | 2004-11-19 | 1 | -1/+0 |
* | Allow this to compile even on machines that HAVE the bzlib library but do | Reid Spencer | 2004-11-19 | 1 | -5/+11 |
* | This is a horrible hack to work around libstdc++ bugs :( | Chris Lattner | 2004-11-19 | 1 | -2/+6 |
* | Eliminate another 6k register copies that the register allocator would just | Nate Begeman | 2004-11-19 | 1 | -8/+14 |
* | Fix a bug in the checkin where I adjusted this code to work when | Chris Lattner | 2004-11-19 | 1 | -7/+8 |