| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& | Reid Spencer | 2004-09-15 | 2 | -2/+2 |
* | Fix a bug in the previous checkin that broke 255.vortex | Chris Lattner | 2004-09-15 | 1 | -1/+1 |
* | When creating constant arrays check that the initializer vector is the | Alkis Evlogimenos | 2004-09-15 | 1 | -0/+2 |
* | Fit long lines into 80 cols via creative space elimination | Misha Brukman | 2004-09-15 | 1 | -4/+4 |
* | Wrap long line | Misha Brukman | 2004-09-15 | 1 | -1/+2 |
* | Targets are independent of each other, so compile them in parallel | Misha Brukman | 2004-09-15 | 1 | -1/+1 |
* | Bug fixed | Chris Lattner | 2004-09-15 | 1 | -1/+3 |
* | Make sure to update alias analysis information as we transform the function. | Chris Lattner | 2004-09-15 | 1 | -21/+57 |
* | If given an AliasSetTracker object to update, update it. | Chris Lattner | 2004-09-15 | 1 | -20/+81 |
* | Add an optional argument to PromoteMemToReg | Chris Lattner | 2004-09-15 | 1 | -1/+5 |
* | New testcase for PR420 | Chris Lattner | 2004-09-15 | 1 | -0/+22 |
* | Implement an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -3/+30 |
* | Add an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -9/+19 |
* | The Sparc linking .so problem extends to the sample project as well | Misha Brukman | 2004-09-14 | 1 | -0/+1 |
* | Add notes about some buggy passes | Chris Lattner | 2004-09-14 | 1 | -1/+1 |
* | Remove unused pass | Chris Lattner | 2004-09-14 | 1 | -23/+0 |
* | 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 |