| Commit message (Expand) | Author | Age | Files | Lines |
* | Recently changed getelementptr to use 'long' indexes for sequential types | Chris Lattner | 2002-09-11 | 1 | -0/+10 |
* | Allocation insts always have one operand | Chris Lattner | 2002-09-11 | 1 | -2/+1 |
* | Add convenience ctor to BranchInst | Chris Lattner | 2002-09-10 | 1 | -0/+7 |
* | Fix the last of the silly bugs I just introduced. :( | Chris Lattner | 2002-09-10 | 1 | -3/+3 |
* | Fix bugs in previous checkins | Chris Lattner | 2002-09-10 | 1 | -4/+4 |
* | Fix bug in previous checkin | Chris Lattner | 2002-09-10 | 1 | -0/+1 |
* | Add cannonicalization of shl X, 1 -> add X, X | Chris Lattner | 2002-09-10 | 1 | -4/+12 |
* | Fix minor problems in previous checkin | Chris Lattner | 2002-09-10 | 1 | -1/+1 |
* | Fix minor problems in previous checkin | Chris Lattner | 2002-09-10 | 1 | -3/+3 |
* | Clean up code due to auto-insert constructors | Chris Lattner | 2002-09-10 | 2 | -9/+8 |
* | Clean up code due to auto-insert constructors | Chris Lattner | 2002-09-10 | 6 | -61/+31 |
* | Clean up code | Chris Lattner | 2002-09-10 | 1 | -8/+4 |
* | Use explicit ctor | Chris Lattner | 2002-09-10 | 1 | -1/+2 |
* | Tighten up assertion checking for binary operators, not allowing invalid | Chris Lattner | 2002-09-10 | 1 | -2/+27 |
* | Tighten up error checking in parser, disallowing instructions that f.e., | Chris Lattner | 2002-09-10 | 1 | -3/+23 |
* | Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.ll | Chris Lattner | 2002-09-10 | 1 | -0/+3 |
* | Simplify code (somtimes dramatically), by using the new "auto-insert" feature | Chris Lattner | 2002-09-10 | 7 | -219/+117 |
* | Simplify code (somtimes dramatically), by using the new "auto-insert" feature | Chris Lattner | 2002-09-10 | 2 | -124/+64 |
* | Add support for printing constpointerrefs more nicely | Chris Lattner | 2002-09-10 | 1 | -0/+7 |
* | Add capability to insert an instruction into a basic block immediately after | Chris Lattner | 2002-09-10 | 7 | -68/+88 |
* | Remove extra #include | Chris Lattner | 2002-09-10 | 2 | -2/+0 |
* | Clean up indvar printing | Chris Lattner | 2002-09-10 | 1 | -3/+3 |
* | * Clean up code a little bit | Chris Lattner | 2002-09-10 | 1 | -19/+27 |
* | Fix typeo in assertion message | Chris Lattner | 2002-09-10 | 1 | -1/+1 |
* | Hack unneccesary now that shifts of pointers are no longer legal! | Chris Lattner | 2002-09-10 | 1 | -1/+0 |
* | Do not allow adds of pointer types, or many other operations on pointer types. | Chris Lattner | 2002-09-09 | 1 | -8/+47 |
* | Disallow creation of pointer typed shift instructions | Chris Lattner | 2002-09-09 | 1 | -1/+4 |
* | Silly bug fix: Machine code vector could be empty for a no-op cast instruction, | Vikram S. Adve | 2002-09-09 | 1 | -5/+9 |
* | Factor silly code duplication out | Chris Lattner | 2002-09-08 | 1 | -10/+5 |
* | Fix Bug: test/Regression/Transforms/InstCombine/2002-09-08-PointerShiftBug.ll | Chris Lattner | 2002-09-08 | 1 | -0/+1 |
* | Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't | Chris Lattner | 2002-09-08 | 2 | -2/+12 |
* | Inform the memory leak detector that TmpInstruction objects should not be | Chris Lattner | 2002-09-08 | 2 | -0/+48 |
* | Enable "garbage detection" of LLVM objects. Check for leaks after running | Chris Lattner | 2002-09-08 | 1 | -0/+5 |
* | Enable "garbage detection" of LLVM objects. Now users should be obnoxious | Chris Lattner | 2002-09-08 | 5 | -7/+70 |
* | Minor simplification | Chris Lattner | 2002-09-08 | 1 | -6/+5 |
* | Checkin initial support for automatic memory leak detection routines | Chris Lattner | 2002-09-08 | 2 | -0/+132 |
* | * Add capability to recognize alias properties of the following common cases: | Chris Lattner | 2002-09-08 | 1 | -12/+79 |
* | Move code out of header files into .cpp files to make future changes easier | Chris Lattner | 2002-09-06 | 3 | -2/+36 |
* | * Remove extraneous #includes | Chris Lattner | 2002-09-06 | 1 | -6/+5 |
* | Initial checkin of Correlated Expression Elimination Pass | Chris Lattner | 2002-09-06 | 1 | -0/+974 |
* | Fix file header to be accurate, instead of something I just copied and pasted. | Chris Lattner | 2002-09-06 | 1 | -3/+2 |
* | Fix bug with critical edge splitting code where it wouldn't update PHI nodes | Chris Lattner | 2002-09-06 | 1 | -2/+12 |
* | Check in the implementation of critical edge detection and splitting | Chris Lattner | 2002-09-06 | 1 | -0/+84 |
* | Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions. | Vikram S. Adve | 2002-09-05 | 1 | -1/+17 |
* | Bug fixes in casting between floats and ints smaller than 64 bits. | Vikram S. Adve | 2002-09-05 | 1 | -48/+102 |
* | -- Use size of pointer element type instead of pointer type in array offsets! | Vikram S. Adve | 2002-09-05 | 1 | -27/+46 |
* | -- Bug fix: use byte offsets not typed offsets in output assembly! | Vikram S. Adve | 2002-09-05 | 1 | -19/+24 |
* | Minor bug fix. | Chris Lattner | 2002-09-03 | 3 | -6/+6 |
* | Implement setcc for booleans. Fixes bug: | Chris Lattner | 2002-09-03 | 1 | -0/+4 |
* | - Renamed Type::isIntegral() to Type::isInteger() | Chris Lattner | 2002-09-03 | 12 | -84/+61 |