| 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 |
* | Convert index type for getelementptr instruction from uint to long | Chris Lattner | 2002-09-11 | 1 | -2/+2 |
* | 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 |
* | Add convenience ctor to BranchInst | Chris Lattner | 2002-09-10 | 1 | -1/+2 |
* | 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 |
* | Check for cannonicalization of shl X, 1 -> add X, X | Chris Lattner | 2002-09-10 | 1 | -0/+4 |
* | 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 |
* | Fix config file due to directories changing | Chris Lattner | 2002-09-10 | 2 | -6/+6 |
* | 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 |
* | Clean up pointer using testcases | Chris Lattner | 2002-09-10 | 3 | -50/+7 |
* | 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 |
* | Remove a testcase that is irrelevant now, fix a pointer adding testcase | Chris Lattner | 2002-09-10 | 2 | -70/+3 |
* | Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.ll | Chris Lattner | 2002-09-10 | 1 | -0/+3 |
* | New testcase for poitner problem | Chris Lattner | 2002-09-10 | 1 | -0/+9 |
* | 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 | 3 | -3/+0 |
* | Implement support for inserting an instruction into a basic block right when it | Chris Lattner | 2002-09-10 | 6 | -69/+79 |
* | Clean up indvar printing | Chris Lattner | 2002-09-10 | 1 | -3/+3 |
* | Eliminate the GenericBinaryInst class | Chris Lattner | 2002-09-10 | 1 | -1/+0 |
* | * Eliminate GenericBinaryInst class | Chris Lattner | 2002-09-10 | 1 | -20/+8 |
* | Eliminate the GenericBinaryInst class. | Chris Lattner | 2002-09-10 | 1 | -8/+8 |
* | Eliminate setType method | Chris Lattner | 2002-09-10 | 1 | -2/+0 |
* | Finish up the isa/cast/dyn_cast section | Chris Lattner | 2002-09-10 | 1 | -6/+43 |
* | * Clean up code a little bit | Chris Lattner | 2002-09-10 | 1 | -19/+27 |
* | Run indvars tests | Chris Lattner | 2002-09-10 | 1 | -2/+2 |
* | Add new testcase for broken indvars case | Chris Lattner | 2002-09-10 | 2 | -0/+26 |
* | 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 |
* | Write most of the isa, cast, dyn_cast section. It's not done yet though. | Chris Lattner | 2002-09-10 | 1 | -10/+66 |
* | 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 |
* | * Write the prose for the Basic Inspection and Traversal Routines section | Chris Lattner | 2002-09-09 | 1 | -17/+33 |
* | *** empty log message *** | Joel Stanley | 2002-09-09 | 1 | -13/+13 |
* | - Made distinction between object->iterator and iterator->object | Joel Stanley | 2002-09-09 | 1 | -54/+64 |
* | Silly bug fix: Machine code vector could be empty for a no-op cast instruction, | Vikram S. Adve | 2002-09-09 | 1 | -5/+9 |
* | Clean up the isa section stub. It should not be listed twice | Chris Lattner | 2002-09-09 | 1 | -5/+14 |
* | Stub out another couple sections that it looks like 426's MP1 will really | Chris Lattner | 2002-09-09 | 1 | -10/+32 |
* | Fix minor typo | Chris Lattner | 2002-09-09 | 1 | -1/+1 |