| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify-cfg is really a function pass | Chris Lattner | 2003-10-05 | 1 | -1/+1 |
* | Be more careful handling PHI nodes, which might be of potentially high degree. | Chris Lattner | 2003-10-05 | 1 | -93/+80 |
* | 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 |
* | Output a very high-precision number | Chris Lattner | 2003-10-05 | 2 | -2/+2 |
* | 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 |
* | Add some new methods to forward to | Chris Lattner | 2003-10-05 | 1 | -2/+23 |
* | 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 |