| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Implement an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -3/+30 |
* | Remove a long-dead pass. Actually, this pass was never used at all. | Chris Lattner | 2004-09-14 | 1 | -182/+0 |
* | 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 | 4 | -38/+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 | 5 | -121/+153 |
* | Implement the GetLibraryPath function. | Reid Spencer | 2004-09-14 | 2 | -0/+90 |
* | Add support for the link-time pass list to Modules. | Reid Spencer | 2004-09-13 | 4 | -1/+37 |
* | Simplify the sys::Memory interface per Chris' request. | Reid Spencer | 2004-09-13 | 10 | -72/+82 |
* | Clean up the interface and implementation of sys::Program so that it is | Reid Spencer | 2004-09-13 | 2 | -30/+32 |
* | Changes to make this work with Jason's patch. I checked this by hand, but | Chris Lattner | 2004-09-13 | 2 | -96/+100 |
* | 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 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 |
* | Convert the Emitter to use the lib/System "Memory" interface instead of the | Reid Spencer | 2004-09-11 | 1 | -2/+5 |
* | 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 |
* | Print the dependent libraries when dumping bytecode. | Reid Spencer | 2004-09-11 | 1 | -0/+2 |
* | Renamed file to SparcV8ISelSimple.cpp | Misha Brukman | 2004-09-10 | 2 | -2300/+0 |
* | Roll back constant printing changes until the problems with larger | Brian Gaeke | 2004-09-10 | 1 | -35/+434 |
* | Add assertion descriptiosn on type mismatches when creating | Alkis Evlogimenos | 2004-09-10 | 1 | -6/+8 |
* | Grow the map on entry so that we don't crash if joinIntervals never | Alkis Evlogimenos | 2004-09-09 | 1 | -2/+1 |
* | Use a shorter form to express implicit use/defs in FpGETRESULT and | Alkis Evlogimenos | 2004-09-08 | 1 | -6/+4 |
* | A call instruction should implicitely define ST0 since the return | Alkis Evlogimenos | 2004-09-08 | 1 | -3/+8 |
* | This file does not need <iostream>, I think. | Brian Gaeke | 2004-09-08 | 4 | -4/+0 |
* | Use a DenseMap for mapping reg->reg. This improves the LiveInterval | Alkis Evlogimenos | 2004-09-08 | 2 | -9/+12 |
* | Add 64 bit divide instructions, and use them | Nate Begeman | 2004-09-06 | 2 | -34/+15 |
* | Indent to 2 spaces and cleanup excess whitespace. | Alkis Evlogimenos | 2004-09-05 | 1 | -48/+47 |
* | Indent to 2 spaces. | Alkis Evlogimenos | 2004-09-05 | 1 | -26/+27 |
* | * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between | Misha Brukman | 2004-09-05 | 3 | -13/+59 |
* | Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm | Misha Brukman | 2004-09-05 | 1 | -710/+0 |
* | Include MathExtras.h to fix build breakage, thanks to Vladimir | Nate Begeman | 2004-09-04 | 2 | -0/+2 |
* | All PPC instructions are now auto-printed | Nate Begeman | 2004-09-04 | 11 | -1176/+944 |
* | Clean up some "clean:" targets so they use $(VERB) and don't print anything | Reid Spencer | 2004-09-03 | 1 | -1/+1 |
* | Order #includes alphabetically, local .h files first. | Misha Brukman | 2004-09-03 | 1 | -3/+2 |
* | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 12 | -5/+14 |
* | Change the way we choose a free register: instead of picking the first | Alkis Evlogimenos | 2004-09-02 | 1 | -4/+15 |
* | Change the way we choose a free register: instead of picking the first | Alkis Evlogimenos | 2004-09-02 | 1 | -3/+14 |