| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The first PHI node may be null, scan for the first non-null one | Chris Lattner | 2003-10-05 | 1 | -1/+4 |
* | The VersionNumbers vector is only used during PHI placement. Turn it into an... | Chris Lattner | 2003-10-05 | 1 | -10/+6 |
* | * Update file header comment | Chris Lattner | 2003-10-05 | 1 | -44/+64 |
* | Simplify the loop a bit | Chris Lattner | 2003-10-05 | 1 | -10/+9 |
* | There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a | Chris Lattner | 2003-10-05 | 1 | -18/+8 |
* | The PhiNodes 2D vector is only used during PHI node placement. It doesn't | Chris Lattner | 2003-10-05 | 1 | -11/+10 |
* | * Document instance vars better | Chris Lattner | 2003-10-05 | 1 | -20/+26 |
* | Two small cleanups/speedups: | Chris Lattner | 2003-10-05 | 1 | -29/+31 |
* | * Minor cleanups | Chris Lattner | 2003-10-05 | 1 | -42/+28 |
* | A couple of minor code cleanups. | Chris Lattner | 2003-10-05 | 2 | -42/+32 |
* | Type tables are now AbstractTypeUsers. This allows them to merge together | Chris Lattner | 2003-10-05 | 1 | -135/+217 |
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 3 | -10/+8 |
* | Transform two methods to return pointers directly instead of returning them | Chris Lattner | 2003-10-04 | 3 | -66/+42 |
* | Use V for values, not D. | Chris Lattner | 2003-10-04 | 1 | -16/+15 |
* | Do not leak the ModuleProvider if releaseModule() throws. | Chris Lattner | 2003-10-04 | 1 | -11/+6 |
* | Minor random speedup: make Constant::getNullValue only call ConstantFOO::get | Chris Lattner | 2003-10-03 | 1 | -13/+45 |
* | Explicit copy ctors are no longer needed | Chris Lattner | 2003-10-03 | 1 | -21/+0 |
* | Minor cleanups | Chris Lattner | 2003-10-03 | 1 | -31/+17 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 2 | -284/+138 |
* | These methods are dead, remove them. Because the bodies will soon be | Chris Lattner | 2003-10-03 | 1 | -2/+8 |
* | Dramatically simplify DerivedType::refineAbstractTypeToInternal | Chris Lattner | 2003-10-03 | 1 | -44/+25 |
* | Make the PATypeHolder use a simple union-find implementation to handle | Chris Lattner | 2003-10-02 | 1 | -22/+30 |
* | There is no need for BytecodeParser to be an AbstractTypeUser. Instead, it | Chris Lattner | 2003-10-02 | 2 | -28/+3 |
* | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner | 2003-10-02 | 2 | -18/+2 |
* | The objects mapped are really PATypeHolders, not PATypeHandles | Chris Lattner | 2003-10-02 | 1 | -2/+2 |
* | Moved enum and command-line option in separate file. Also added function that... | Alkis Evlogimenos | 2003-10-02 | 2 | -29/+37 |
* | Implement InstCombine/add.ll:test17 & 18 | Chris Lattner | 2003-10-02 | 1 | -0/+16 |
* | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 1 | -6/+25 |
* | Use std::string::size_type for for ColonPos to stop gcc from giving a warning | Alkis Evlogimenos | 2003-10-01 | 1 | -1/+1 |
* | Revert previous change. For some reason this went into the main branch | Alkis Evlogimenos | 2003-10-01 | 1 | -19/+2 |
* | Added command line option for linear scan allocator | Alkis Evlogimenos | 2003-10-01 | 1 | -2/+19 |
* | The comment seems irrelevant as the pass has become a BasicBlock pass. | Misha Brukman | 2003-10-01 | 1 | -2/+0 |
* | Make sure to get the definition of getRegisterAllocator | Chris Lattner | 2003-09-30 | 1 | -0/+1 |
* | RegisterAllocation.h is going away | Chris Lattner | 2003-09-30 | 1 | -1/+0 |
* | include passes.h which defines the interface this file exposes | Chris Lattner | 2003-09-30 | 2 | -8/+8 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 3 | -3/+3 |
* | Doxygen-ified comments. | Misha Brukman | 2003-09-30 | 1 | -187/+147 |
* | Made code more terse: | Misha Brukman | 2003-09-30 | 1 | -15/+4 |
* | Add statistic for # of emitWord() calls. | Brian Gaeke | 2003-09-30 | 1 | -0/+2 |
* | 1. Use better error messages in LinkFiles(). | Brian Gaeke | 2003-09-30 | 1 | -2/+2 |
* | Update file headers for renamed files. | Chris Lattner | 2003-09-30 | 1 | -12/+4 |
* | Fixed space issues, code alignment, tabs -> spaces. | Misha Brukman | 2003-09-29 | 1 | -11/+11 |
* | Implementation of the abstraction of running our tools + gcc, taken out of | Misha Brukman | 2003-09-29 | 1 | -0/+374 |
* | Tersified code: | Misha Brukman | 2003-09-29 | 1 | -39/+33 |
* | * Ordered includes according to LLVM programmers' guide | Misha Brukman | 2003-09-29 | 1 | -127/+50 |
* | Removed Support directory. It now lives in llvm/support/lib. | John Criswell | 2003-09-29 | 1 | -1/+1 |
* | Moved code from llvm/lib/Support to llvm/support/lib/Support. | John Criswell | 2003-09-29 | 1 | -1/+1 |
* | Just rethrow previous exception instead of making a new one | Chris Lattner | 2003-09-26 | 1 | -1/+1 |
* | Define the instance variable Buffer, not the automatic variable Buffer. | Chris Lattner | 2003-09-25 | 1 | -3/+2 |
* | DOn't crash if program calls the null pointer | Chris Lattner | 2003-09-24 | 1 | -1/+7 |