| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename SwapStructureContents -> IPO/SimpleStructMutation | Chris Lattner | 2002-01-21 | 2 | -5/+6 |
* | Implementation of the new spiffy pass system | Chris Lattner | 2002-01-21 | 1 | -0/+117 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 9 | -71/+76 |
* | Oops lost a parenthesis somehow :( | Chris Lattner | 2002-01-21 | 2 | -2/+2 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 132 | -1747/+1584 |
* | Fixed a bug in spill cost estimation | Ruchira Sasanka | 2002-01-08 | 2 | -8/+12 |
* | PhyRegAlloc.cpp: Added temp area resetting before every call | Ruchira Sasanka | 2002-01-07 | 4 | -4/+6 |
* | Added more comments | Ruchira Sasanka | 2002-01-07 | 2 | -36/+28 |
* | removed SizeOfStackOperand constant from the SparcRegInfo class - no longer used | Ruchira Sasanka | 2002-01-07 | 1 | -2/+1 |
* | Added more comments | Ruchira Sasanka | 2002-01-07 | 1 | -42/+102 |
* | Added comments and correct logic for finding register sizes. | Ruchira Sasanka | 2002-01-07 | 4 | -176/+243 |
* | Added destructors and comments. | Ruchira Sasanka | 2002-01-07 | 10 | -264/+646 |
* | Added comments, destructors where necessary. | Ruchira Sasanka | 2002-01-07 | 10 | -212/+356 |
* | Eliminate function getIndicesBROKEN(). | Vikram S. Adve | 2001-12-15 | 1 | -16/+0 |
* | Eliminate all uses of memInst->getIndicesBROKEN(). | Vikram S. Adve | 2001-12-15 | 3 | -24/+15 |
* | getIndexedOffset() shd take vector of Values, not of Constants! | Vikram S. Adve | 2001-12-15 | 1 | -1/+1 |
* | Remove int hack to allow unsigned numbers greater than 2^63 - 1... | Vikram S. Adve | 2001-12-15 | 1 | -6/+35 |
* | initial checkin | Chris Lattner | 2001-12-14 | 1 | -0/+150 |
* | * Support the new -q flag for automated tests | Chris Lattner | 2001-12-14 | 1 | -39/+32 |
* | * 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 |
* | * isFirstClassType is now provided by the Type class | Chris Lattner | 2001-12-14 | 1 | -7/+2 |
* | * add ReplaceInstWithInst | Chris Lattner | 2001-12-14 | 1 | -26/+25 |
* | Remove unsized array support | Chris Lattner | 2001-12-14 | 1 | -6/+0 |
* | * Support pointer indexing | Chris Lattner | 2001-12-14 | 1 | -210/+33 |
* | Many many changes and bugfixes: | Chris Lattner | 2001-12-14 | 1 | -130/+199 |
* | The proper prototype for malloc returns a pointer, not an unsized array | Chris Lattner | 2001-12-14 | 1 | -6/+3 |
* | Allow pointer indexing | Chris Lattner | 2001-12-14 | 1 | -1/+1 |
* | Remove unsized array support | Chris Lattner | 2001-12-14 | 3 | -17/+4 |
* | Add pointer indexing support | Chris Lattner | 2001-12-14 | 1 | -9/+12 |
* | Don't waste as much horizontal space on #uses flag when printing | Chris Lattner | 2001-12-14 | 1 | -1/+1 |
* | * Fix cases where we were calling Type->getName() instead of Type->getDescrip... | Chris Lattner | 2001-12-14 | 1 | -21/+12 |
* | * Refactor trace values to work as a proper pass. Before it used to add | Chris Lattner | 2001-12-14 | 1 | -420/+177 |
* | added a section on how to modify live variable code to use LLVM instructions | Ruchira Sasanka | 2001-12-13 | 2 | -10/+50 |
* | Not just arrays are unsized | Chris Lattner | 2001-12-13 | 1 | -1/+1 |
* | Assertion could never fail because another one would in it's place. :) | Chris Lattner | 2001-12-13 | 1 | -1/+1 |
* | Some programs are using BB's as values, until we resolve this. Disable the as... | Chris Lattner | 2001-12-13 | 1 | -1/+3 |
* | Build runtime library with local GCCAS | Chris Lattner | 2001-12-13 | 1 | -4/+4 |
* | Implement sprintf | Chris Lattner | 2001-12-13 | 1 | -11/+25 |
* | 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 |
* | Added more comments. Added code to destructor in MethodLiveVarInfo to delete | Ruchira Sasanka | 2001-12-08 | 4 | -42/+156 |
* | Added comments are more documentation info | Ruchira Sasanka | 2001-12-08 | 2 | -0/+376 |
* | Implement more general conversions for getelementptr instructions | Chris Lattner | 2001-12-07 | 1 | -17/+104 |
* | Remove code that is superceeded by code in ExprTypeConvert.cpp | Chris Lattner | 2001-12-07 | 1 | -40/+1 |
* | Don't insert scales of 1 :) | Chris Lattner | 2001-12-07 | 1 | -1/+2 |
* | Do not pessimize users of this function. Fix logic. | Chris Lattner | 2001-12-06 | 1 | -2/+2 |
* | We can do cast-add elimination even on casts that reinterpret | Chris Lattner | 2001-12-06 | 1 | -13/+11 |