aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Recently changed getelementptr to use 'long' indexes for sequential typesChris Lattner2002-09-111-0/+10
* Allocation insts always have one operandChris Lattner2002-09-111-2/+1
* Add convenience ctor to BranchInstChris Lattner2002-09-101-0/+7
* 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
* Fix minor problems in previous checkinChris Lattner2002-09-101-1/+1
* Fix minor problems in previous checkinChris Lattner2002-09-101-3/+3
* 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
* 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
* Fix bug: test/Regression/Transforms/LevelRaise/2002-09-10-PointerAdds.llChris Lattner2002-09-101-0/+3
* 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-102-2/+0
* Clean up indvar printingChris Lattner2002-09-101-3/+3
* * Clean up code a little bitChris Lattner2002-09-101-19/+27
* 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
* 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
* Silly bug fix: Machine code vector could be empty for a no-op cast instruction,Vikram S. Adve2002-09-091-5/+9
* Factor silly code duplication outChris Lattner2002-09-081-10/+5
* Fix Bug: test/Regression/Transforms/InstCombine/2002-09-08-PointerShiftBug.llChris Lattner2002-09-081-0/+1
* Make sure the leakdetector is told about temporary Phi nodes also, so it doesn'tChris Lattner2002-09-082-2/+12
* Inform the memory leak detector that TmpInstruction objects should not beChris Lattner2002-09-082-0/+48
* Enable "garbage detection" of LLVM objects. Check for leaks after runningChris Lattner2002-09-081-0/+5
* Enable "garbage detection" of LLVM objects. Now users should be obnoxiousChris Lattner2002-09-085-7/+70
* Minor simplificationChris Lattner2002-09-081-6/+5
* Checkin initial support for automatic memory leak detection routinesChris Lattner2002-09-082-0/+132
* * Add capability to recognize alias properties of the following common cases:Chris Lattner2002-09-081-12/+79
* Move code out of header files into .cpp files to make future changes easierChris Lattner2002-09-063-2/+36
* * Remove extraneous #includesChris Lattner2002-09-061-6/+5
* Initial checkin of Correlated Expression Elimination PassChris Lattner2002-09-061-0/+974
* Fix file header to be accurate, instead of something I just copied and pasted.Chris Lattner2002-09-061-3/+2
* Fix bug with critical edge splitting code where it wouldn't update PHI nodesChris Lattner2002-09-061-2/+12
* Check in the implementation of critical edge detection and splittingChris Lattner2002-09-061-0/+84
* Add new function UltraSparcInstrInfo::CreateZeroExtensionInstructions.Vikram S. Adve2002-09-051-1/+17
* Bug fixes in casting between floats and ints smaller than 64 bits.Vikram S. Adve2002-09-051-48/+102
* -- Use size of pointer element type instead of pointer type in array offsets!Vikram S. Adve2002-09-051-27/+46
* -- Bug fix: use byte offsets not typed offsets in output assembly!Vikram S. Adve2002-09-051-19/+24
* Minor bug fix.Chris Lattner2002-09-033-6/+6
* Implement setcc for booleans. Fixes bug:Chris Lattner2002-09-031-0/+4
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-0312-84/+61