aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner2002-09-111-0/+10
* Convert index type for getelementptr instruction from uint to longChris Lattner2002-09-111-2/+2
* Allocation insts always have one operandChris Lattner2002-09-111-2/+1
* Add convenience ctor to BranchInstChris Lattner2002-09-101-0/+7
* Add convenience ctor to BranchInstChris Lattner2002-09-101-1/+2
* Fix the last of the silly bugs I just introduced. :(Chris Lattner2002-09-101-3/+3
* Fix bugs in previous checkinsChris Lattner2002-09-101-4/+4
* Fix bug in previous checkinChris Lattner2002-09-101-0/+1
* Add cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-101-4/+12
* Check for cannonicalization of shl X, 1 -> add X, XChris Lattner2002-09-101-0/+4
* Fix minor problems in previous checkinChris Lattner2002-09-101-1/+1
* Fix minor problems in previous checkinChris Lattner2002-09-101-3/+3
* Fix config file due to directories changingChris Lattner2002-09-102-6/+6
* Clean up code due to auto-insert constructorsChris Lattner2002-09-102-9/+8
* Clean up code due to auto-insert constructorsChris Lattner2002-09-106-61/+31
* Clean up codeChris Lattner2002-09-101-8/+4
* Use explicit ctorChris Lattner2002-09-101-1/+2
* Clean up pointer using testcasesChris Lattner2002-09-103-50/+7
* Tighten up assertion checking for binary operators, not allowing invalidChris Lattner2002-09-101-2/+27
* Tighten up error checking in parser, disallowing instructions that f.e.,Chris Lattner2002-09-101-3/+23
* Remove a testcase that is irrelevant now, fix a pointer adding testcaseChris Lattner2002-09-102-70/+3
* Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.llChris Lattner2002-09-101-0/+3
* New testcase for poitner problemChris Lattner2002-09-101-0/+9
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-107-219/+117
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-102-124/+64
* Add support for printing constpointerrefs more nicelyChris Lattner2002-09-101-0/+7
* Add capability to insert an instruction into a basic block immediately afterChris Lattner2002-09-107-68/+88
* Remove extra #includeChris Lattner2002-09-103-3/+0
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-106-69/+79
* Clean up indvar printingChris Lattner2002-09-101-3/+3
* Eliminate the GenericBinaryInst classChris Lattner2002-09-101-1/+0
* * Eliminate GenericBinaryInst classChris Lattner2002-09-101-20/+8
* Eliminate the GenericBinaryInst class.Chris Lattner2002-09-101-8/+8
* Eliminate setType methodChris Lattner2002-09-101-2/+0
* Finish up the isa/cast/dyn_cast sectionChris Lattner2002-09-101-6/+43
* * Clean up code a little bitChris Lattner2002-09-101-19/+27
* Run indvars testsChris Lattner2002-09-101-2/+2
* Add new testcase for broken indvars caseChris Lattner2002-09-102-0/+26
* Fix typeo in assertion messageChris Lattner2002-09-101-1/+1
* Hack unneccesary now that shifts of pointers are no longer legal!Chris Lattner2002-09-101-1/+0
* Write most of the isa, cast, dyn_cast section. It's not done yet though.Chris Lattner2002-09-101-10/+66
* Do not allow adds of pointer types, or many other operations on pointer types.Chris Lattner2002-09-091-8/+47
* Disallow creation of pointer typed shift instructionsChris Lattner2002-09-091-1/+4
* * Write the prose for the Basic Inspection and Traversal Routines sectionChris Lattner2002-09-091-17/+33
* *** empty log message ***Joel Stanley2002-09-091-13/+13
* - Made distinction between object->iterator and iterator->objectJoel Stanley2002-09-091-54/+64
* Silly bug fix: Machine code vector could be empty for a no-op cast instruction,Vikram S. Adve2002-09-091-5/+9
* Clean up the isa section stub. It should not be listed twiceChris Lattner2002-09-091-5/+14
* Stub out another couple sections that it looks like 426's MP1 will reallyChris Lattner2002-09-091-10/+32
* Fix minor typoChris Lattner2002-09-091-1/+1