| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove a long-dead pass. Actually, this pass was never used at all. | Chris Lattner | 2004-09-14 | 1 | -182/+0 |
* | Fix compilation warning. | Reid Spencer | 2004-09-14 | 1 | -1/+1 |
* | Fix a compilation error. | Reid Spencer | 2004-09-14 | 1 | -1/+1 |
* | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer | 2004-09-14 | 5 | -64/+1 |
* | Don't print newlines between passes in the pass list. | Chris Lattner | 2004-09-14 | 1 | -8/+8 |
* | Don't print newlines between each library in the deplibs list. | Chris Lattner | 2004-09-14 | 1 | -6/+6 |
* | Revamp the Register class, and allow the use of the RegisterGroup class to | Chris Lattner | 2004-09-14 | 6 | -129/+158 |
* | Adjust to #include movage | Chris Lattner | 2004-09-14 | 1 | -2/+2 |
* | Update to reflect stkrc's new optimization capabilities. | Reid Spencer | 2004-09-14 | 1 | -21/+13 |
* | Support substitution options for the W, M, and f options. | Reid Spencer | 2004-09-14 | 2 | -0/+6 |
* | Support the -WX, -f -M options as pass throughs | Reid Spencer | 2004-09-14 | 3 | -112/+234 |
* | Implement the GetLibraryPath function. | Reid Spencer | 2004-09-14 | 2 | -0/+90 |
* | Add the GetLibraryPath method. | Reid Spencer | 2004-09-13 | 1 | -0/+11 |
* | Add support for the link-time pass list to Modules. | Reid Spencer | 2004-09-13 | 5 | -2/+67 |
* | Sparc cannot link shared objects (libtool issue) which affects Stacker. | Misha Brukman | 2004-09-13 | 1 | -0/+5 |
* | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 0 | -0/+0 |
* | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 11 | -95/+115 |
* | Clean up the interface and implementation of sys::Program so that it is | Reid Spencer | 2004-09-13 | 3 | -52/+46 |
* | Changes to make this work with Jason's patch. I checked this by hand, but | Chris Lattner | 2004-09-13 | 2 | -96/+100 |
* | Change banner name to reflect actual program this Makefile is for. | Reid Spencer | 2004-09-13 | 1 | -1/+1 |
* | Get rid of compile warning by having llvmExecve return the result of its | Reid Spencer | 2004-09-13 | 1 | -1/+1 |
* | Initial implementation of llvm-ld: stolen from gccld. | Reid Spencer | 2004-09-13 | 5 | -0/+1158 |
* | Add LLEE into compilation, but not for Sparc | Misha Brukman | 2004-09-13 | 1 | -2/+7 |
* | Excise the -L option since llvm-link should not do library searches. It | Reid Spencer | 2004-09-12 | 1 | -42/+11 |
* | Excise dependent library linking at Chris' request. llvm-link is intended | Reid Spencer | 2004-09-12 | 1 | -105/+0 |
* | Squelch compilation warnings on Sparc | Misha Brukman | 2004-09-12 | 1 | -2/+2 |
* | * Fix grammar | Misha Brukman | 2004-09-12 | 1 | -4/+4 |
* | Fix filename: Printer.cpp has become X86AsmPrinter.cpp | Misha Brukman | 2004-09-12 | 1 | -1/+1 |
* | Unbreak doxygen, according to Reid. | Misha Brukman | 2004-09-12 | 1 | -2/+4 |
* | Fix code spacing/alignment | Misha Brukman | 2004-09-12 | 1 | -6/+4 |
* | Fix the replace method to assert if an item was erased from the set but not | Reid Spencer | 2004-09-11 | 1 | -2/+2 |
* | Correct the file header to reflect the new "examples" home for the file. | Reid Spencer | 2004-09-11 | 6 | -6/+6 |
* | Fix typo: sterror -> strerror | Reid Spencer | 2004-09-11 | 5 | -5/+5 |
* | Correct the dynamic lib suffix on Darwin. | Reid Spencer | 2004-09-11 | 1 | -1/+1 |
* | Provide initial implementations of Memory and Process concepts for various | Reid Spencer | 2004-09-11 | 28 | -10/+794 |
* | Provide a generic Unix implementation of the Memory concept. | Reid Spencer | 2004-09-11 | 2 | -0/+40 |
* | Provide a generic unix implementation of the Process abstraction. | Reid Spencer | 2004-09-11 | 2 | -0/+68 |
* | Implemented support for detecting file types by magic number, stripping | Reid Spencer | 2004-09-11 | 2 | -0/+96 |
* | Implementation of Process concept for SUSv2 platforms. | Reid Spencer | 2004-09-11 | 1 | -0/+31 |
* | Implement dependent library processing and search paths for them. | Reid Spencer | 2004-09-11 | 1 | -17/+144 |
* | Convert the Emitter to use the lib/System "Memory" interface instead of the | Reid Spencer | 2004-09-11 | 1 | -2/+5 |
* | Add library LLVMsystem.a because the JIT now needs it. | Reid Spencer | 2004-09-11 | 3 | -4/+4 |
* | Correct the interface of a function to use the correct typedef for an | Reid Spencer | 2004-09-11 | 1 | -2/+2 |
* | Implement the remove method for deleting entries from the SetVector. | Reid Spencer | 2004-09-11 | 1 | -0/+11 |
* | Implement support for dependent libraries. The "source" module's dependent | Reid Spencer | 2004-09-11 | 2 | -0/+42 |
* | Change interface to use correct typedef so it will always compile. | Reid Spencer | 2004-09-11 | 1 | -1/+1 |
* | Make the dependent libraries list use a SetVector instead of a regular | Reid Spencer | 2004-09-11 | 1 | -3/+4 |
* | Initial commit of a file to declare the interface for platform independent | Reid Spencer | 2004-09-11 | 1 | -0/+53 |
* | Add methods for detecting file types by magic number, getting the file name | Reid Spencer | 2004-09-11 | 1 | -1/+38 |
* | Add methods for detecting different kinds of files by their magic number, | Reid Spencer | 2004-09-11 | 1 | -0/+42 |