summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Bug fix in TargetData::getIndexedOffset: We were using the pointerVikram S. Adve2002-08-131-3/+3
* Several bug fixes in casting to signed int values.Vikram S. Adve2002-08-131-69/+141
* - Rename ConstantGenericIntegral -> ConstantIntegralChris Lattner2002-08-131-3/+3
* - Rename ConstantGenericIntegral -> ConstantIntegralChris Lattner2002-08-131-27/+104
* Handle small unsigned results correctly by clearing high bits.Vikram S. Adve2002-08-131-34/+64
* Build correctly in the face of /shared.Brian Ensink2002-08-121-7/+5
* - Clean up interface to Sparc register handling a bit:Chris Lattner2002-08-125-186/+170
* - Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegralChris Lattner2002-08-121-2/+8
* * Factor a bunch of code by using ReplaceInstUsesWithChris Lattner2002-08-121-163/+51
* Remove some extraneous #includesChris Lattner2002-08-121-2/+0
* Changes to make GlobalValueRefMap not derive from std::map.Chris Lattner2002-08-121-10/+13
* New functionality for instcombine:Chris Lattner2002-08-091-28/+213
* *** empty log message ***Chris Lattner2002-08-091-5/+5
* UnaryOperator::create should take a name just like BinaryOperator::createChris Lattner2002-08-091-13/+3
* * Removed extraneous #includesChris Lattner2002-08-0911-139/+57
* * Removed extraneous #includesChris Lattner2002-08-0912-128/+56
* We are using std::vector, so remove extraneous namespace prefixesChris Lattner2002-08-092-16/+14
* Change machinecode for instruction to not inherit from vector.Chris Lattner2002-08-091-16/+39
* Very minor cleanupsChris Lattner2002-08-092-46/+30
* Initial checkin of the "Hello World" Pass.Chris Lattner2002-08-082-0/+40
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-0812-15/+15
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-086-8/+8
* Remove extraneous #includesChris Lattner2002-08-081-2/+0
* Minor changes to DEBUG()'sChris Lattner2002-08-072-3/+6
* Reorder #includes to be rightChris Lattner2002-08-071-1/+1
* Merge three loops into one.Chris Lattner2002-08-071-23/+18
* Fix breakage in the buildChris Lattner2002-08-071-3/+2
* Simplify writing custom parsers.Chris Lattner2002-08-071-76/+48
* added Mapping and Function PassMehwish Nagda2002-08-051-1/+5
* Bug fix in CreateCodeToLoadConst(): use sign of dest, not operand,Vikram S. Adve2002-08-041-29/+7
* Bug fix in TargetData::getIndexedOffset(): handle struct offsetVikram S. Adve2002-08-041-6/+7
* Bug fix in SetOperandsForMemInstr: handle leading zeros correctlyVikram S. Adve2002-08-041-5/+9
* Add function GetConstantValueAsUnsignedInt.Vikram S. Adve2002-08-042-104/+98
* Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead.Chris Lattner2002-08-031-6/+4
* Simplified handling of array indexes in SetMemOperands_Internal.Vikram S. Adve2002-08-031-77/+62
* Eliminate cast instructions: use only GEPs in decomposed sequence.Vikram S. Adve2002-08-031-81/+70
* Fix problem where lli would not print out a 64 bit value when the client codeChris Lattner2002-08-021-2/+10
* Fix one real nasty bugChris Lattner2002-08-021-1/+1
* Fix lli with no argumentsChris Lattner2002-08-021-1/+1
* Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.llChris Lattner2002-08-021-7/+37
* * Cleanups of instcombineChris Lattner2002-08-021-80/+48
* Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.llChris Lattner2002-08-021-0/+29
* Implement dominator checking in the verifier, so that we check that allChris Lattner2002-08-022-23/+58
* Fix bug: test/Regression/Other/2002-08-02-DomSetProblem.llChris Lattner2002-08-021-1/+12
* Split dominance calculation and post dominance calculation stuffChris Lattner2002-08-022-434/+11
* Remove unneccesary #inlcudeChris Lattner2002-08-011-1/+0
* Enhance -time-passes to be more detailed and usefulChris Lattner2002-08-012-20/+108
* Bug fix: incorrect SAVE instruction when using register for stack size.Vikram S. Adve2002-08-011-1/+1
* Fix bug: test/Regression/Assembler/2002-07-31-SlashInString.llxChris Lattner2002-07-311-1/+1
* Implement the other half of a feature advertised by OperandConvertableToType.Chris Lattner2002-07-311-6/+39