| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more debug output | Chris Lattner | 2002-02-01 | 1 | -1/+5 |
* | * Make debugging output nicer | Chris Lattner | 2002-01-31 | 2 | -62/+138 |
* | Provide the right AnalysisID for postdominators | Chris Lattner | 2002-01-31 | 1 | -3/+5 |
* | Implement new pass framework | Chris Lattner | 2002-01-31 | 1 | -132/+125 |
* | Convert analyses to new pass structure | Chris Lattner | 2002-01-31 | 2 | -33/+58 |
* | Fix bug where we didn't initialize and finalize basic block passes | Chris Lattner | 2002-01-31 | 1 | -6/+22 |
* | Checkin new pass framework. This one is more useful and automatically | Chris Lattner | 2002-01-30 | 1 | -0/+395 |
* | Remove extraneous #includes | Chris Lattner | 2002-01-26 | 2 | -2/+0 |
* | This checkin fixes the bug described in: | Chris Lattner | 2002-01-25 | 1 | -19/+19 |
* | Check in fix for bug: test/Regression/Assembler/ValueRefineAbsType.ll | Chris Lattner | 2002-01-25 | 1 | -2/+4 |
* | * Expose new command line arg --debug-pass for gccas and llc debugging | Chris Lattner | 2002-01-23 | 1 | -9/+60 |
* | Oops, misnamed function, didn't override correctly, drat. | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP) | Chris Lattner | 2002-01-22 | 1 | -6/+18 |
* | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner | 2002-01-21 | 1 | -1/+1 |
* | Pull stuff out of opt namespace | Chris Lattner | 2002-01-21 | 3 | -11/+0 |
* | Implementation of the new spiffy pass system | Chris Lattner | 2002-01-21 | 1 | -0/+117 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 18 | -87/+131 |
* | Eliminate function getIndicesBROKEN(). | Vikram S. Adve | 2001-12-15 | 1 | -16/+0 |
* | * Assert that indices are valid for an indexing instruction. | Chris Lattner | 2001-12-14 | 1 | -12/+19 |
* | Rename ConstPoolVals.cpp to Constants.cpp | Chris Lattner | 2001-12-14 | 1 | -0/+0 |
* | Remove unsized array support | Chris Lattner | 2001-12-14 | 1 | -19/+18 |
* | Make strings SByte* arrays instead of UByte * arrays | Chris Lattner | 2001-12-14 | 1 | -3/+3 |
* | Don't waste as much horizontal space on #uses flag when printing | Chris Lattner | 2001-12-14 | 1 | -1/+1 |
* | Swap operands now preserves the semantics of the binary operator by changing | Chris Lattner | 2001-12-13 | 1 | -0/+26 |
* | Add debugging to make a more useful message if a value gets constructed with ... | Chris Lattner | 2001-12-13 | 1 | -1/+6 |
* | Do not pessimize users of this function. Fix logic. | Chris Lattner | 2001-12-06 | 1 | -2/+2 |
* | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 7 | -16/+16 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 15 | -400/+399 |
* | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner | 2001-12-03 | 3 | -2/+4 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 7 | -11/+11 |
* | Implement internal | Chris Lattner | 2001-11-26 | 1 | -5/+5 |
* | Implement support for internal methods | Chris Lattner | 2001-11-26 | 1 | -5/+11 |
* | Implement support for internal methods | Chris Lattner | 2001-11-26 | 1 | -1/+3 |
* | Fix a bad assertion to be correct . The root basic block can be used by PHI n... | Chris Lattner | 2001-11-26 | 1 | -1/+3 |
* | Support Array Indexing | Chris Lattner | 2001-11-26 | 1 | -27/+35 |
* | Implement: isLosslesslyConvertableTo and new CompositeType base class | Chris Lattner | 2001-11-26 | 1 | -2/+53 |
* | If a name conflict occurs when inserting a value, rename it. | Chris Lattner | 2001-11-26 | 1 | -3/+8 |
* | Be more const correct | Chris Lattner | 2001-11-26 | 2 | -8/+8 |
* | Minor style cleanups | Chris Lattner | 2001-11-13 | 1 | -3/+2 |
* | Removed MachineCodeForMethod object and made it an annotation. | Vikram S. Adve | 2001-11-08 | 1 | -5/+1 |
* | Add #includes to enable buiding in Release mode | Chris Lattner | 2001-11-07 | 2 | -0/+2 |
* | Implement CachedWriter class to allow module level printing of various compon... | Chris Lattner | 2001-11-07 | 1 | -1/+36 |
* | Add notes | Chris Lattner | 2001-11-06 | 1 | -1/+3 |
* | Print out the abridged form of the call instruction. | Chris Lattner | 2001-11-06 | 1 | -2/+15 |
* | Give me PHI's space back | Chris Lattner | 2001-11-06 | 1 | -0/+1 |
* | Print PHI nodes with zero operands even if they are illegal | Chris Lattner | 2001-11-06 | 1 | -5/+4 |
* | Don't forget to link type names together too. Fix for Olden/mst benchmark | Chris Lattner | 2001-11-03 | 1 | -0/+45 |
* | Remove debugging info | Chris Lattner | 2001-11-03 | 1 | -10/+0 |
* | Fix major bugs in type resolution | Chris Lattner | 2001-11-03 | 2 | -27/+126 |
* | Add extra code for debugging linker problems | Chris Lattner | 2001-11-03 | 1 | -2/+19 |