| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, | Chris Lattner | 2003-10-04 | 5 | -19/+15 |
* | 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 |
* | Constants are not getting merged together correctly when types are resolved | Chris Lattner | 2003-10-04 | 1 | -0/+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 | 2 | -53/+31 |
* | This checkin basically amounts to a complete rewrite of the type-resolution | Chris Lattner | 2003-10-03 | 5 | -346/+188 |
* | Changed all of these tests to be TestRunner tests (or, at least they can be | John Criswell | 2003-10-03 | 13 | -4/+24 |
* | These methods are dead, remove them. Because the bodies will soon be | Chris Lattner | 2003-10-03 | 1 | -2/+8 |
* | These methods are dead, remove them | Chris Lattner | 2003-10-03 | 1 | -4/+0 |
* | Renamed these tests so that they don't contain extra periods. | John Criswell | 2003-10-03 | 4 | -860/+4 |
* | Added links to the C and C++ frontends. | John Criswell | 2003-10-03 | 1 | -0/+10 |
* | Adding basic documentation for the LLVM C and C++ frontends. | John Criswell | 2003-10-03 | 2 | -0/+221 |
* | 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 | 4 | -62/+124 |
* | 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 |
* | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner | 2003-10-02 | 2 | -13/+16 |
* | There is no reason for the PATypeHolder class to derive from the | Chris Lattner | 2003-10-02 | 1 | -12/+19 |
* | Removed the check for purify as we don't support its use at present. | John Criswell | 2003-10-02 | 2 | -45/+2 |
* | Fixed the conditional targets for postscript files and tags. | John Criswell | 2003-10-02 | 1 | -2/+2 |
* | The objects mapped are really PATypeHolders, not PATypeHandles | Chris Lattner | 2003-10-02 | 1 | -2/+2 |
* | Remove obsolete tests which: | Chris Lattner | 2003-10-02 | 9 | -644/+0 |
* | Checkin new file, reduced by Brian | Chris Lattner | 2003-10-02 | 1 | -0/+9 |
* | Moved enum and command-line option in separate file. Also added function that... | Alkis Evlogimenos | 2003-10-02 | 3 | -30/+40 |
* | Add ideas and small revisions from Vikram | Chris Lattner | 2003-10-02 | 1 | -22/+44 |
* | Implement InstCombine/add.ll:test17 & 18 | Chris Lattner | 2003-10-02 | 1 | -0/+16 |
* | Add new testcases | Chris Lattner | 2003-10-02 | 1 | -0/+11 |
* | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 5 | -19/+46 |
* | fix spleling | Chris Lattner | 2003-10-02 | 1 | -3/+3 |
* | add note about .a files | Chris Lattner | 2003-10-02 | 1 | -1/+3 |
* | Initial checkin of the LLVM 1.0 release notes | Chris Lattner | 2003-10-02 | 1 | -0/+326 |
* | Use std::string::size_type for for ColonPos to stop gcc from giving a warning | Alkis Evlogimenos | 2003-10-01 | 1 | -1/+1 |
* | Remove obsolete scoped pred and succ iterator typedefs | Chris Lattner | 2003-10-01 | 1 | -10/+0 |
* | Use graph traits to perform generic interval construction | Chris Lattner | 2003-10-01 | 1 | -7/+8 |
* | Add graph traits specializations for intervals | Chris Lattner | 2003-10-01 | 1 | -0/+28 |
* | Amazingly enough, we actually do some stuff around here. Now if we could | Chris Lattner | 2003-10-01 | 1 | -7/+4 |
* | Make sure to include the "support" directory | Chris Lattner | 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 |
* | Corrected usage synopsis. | John Criswell | 2003-09-30 | 1 | -1/+9 |
* | Make sure to get the definition of getRegisterAllocator | Chris Lattner | 2003-09-30 | 1 | -0/+1 |
* | New testcase that was not correctly handled | Chris Lattner | 2003-09-30 | 1 | -0/+8 |
* | This bug is not fixed, but will be in the future eventually | Chris Lattner | 2003-09-30 | 1 | -0/+10 |
* | new testcase | Chris Lattner | 2003-09-30 | 1 | -0/+8 |
* | Forward declare a class | Chris Lattner | 2003-09-30 | 1 | -0/+1 |
* | This got merged into Passes.h | Chris Lattner | 2003-09-30 | 1 | -19/+0 |