summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add method MachineInstr::substituteValue() which substitutesVikram S. Adve2002-08-141-8/+17
* Add method MachineInstr::substituteValue() which substitutesVikram S. Adve2002-08-141-0/+29
* Updated GettingStarted guide to be accurate now that binaries are in /sharedChris Lattner2002-08-131-10/+33
* Add a note that specifies that the whether or not sign extension is done byChris Lattner2002-08-131-1/+6
* Minor change to make lli print out characters numerically as well as symbolic...Chris Lattner2002-08-131-2/+4
* 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
* - Rename ConstantGenericIntegral -> ConstantIntegralChris Lattner2002-08-131-6/+13
* 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
* Return const char * const instead of std::string from get register name methodChris Lattner2002-08-121-1/+1
* - Added a new superclass of ConstantBool/ConstantInt: ConstantGenericIntegralChris Lattner2002-08-122-10/+88
* Tools are now moved into /sharedChris Lattner2002-08-121-1/+1
* - Makefile changes:Chris Lattner2002-08-122-54/+76
* * 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
* Add commentChris Lattner2002-08-121-0/+5
* New functionality for instcombine:Chris Lattner2002-08-091-28/+213
* xor x, ALLONES should -> not xChris Lattner2002-08-091-1/+9
* setcc of booleans should always be eliminatedChris Lattner2002-08-091-0/+27
* Add more strength reduction testcasesChris Lattner2002-08-091-0/+10
* *** empty log message ***Chris Lattner2002-08-091-5/+5
* * IntervalPartition no longer derives from vectorChris Lattner2002-08-091-2/+6
* Do not add an extra vtable to EVERY machineinstr created.Chris Lattner2002-08-091-1/+1
* UnaryOperator::create should take a name just like BinaryOperator::createChris Lattner2002-08-092-14/+5
* * Removed extraneous #includesChris Lattner2002-08-0912-161/+65
* * Removed extraneous #includesChris Lattner2002-08-0916-176/+77
* 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-092-32/+78
* The second parameter of hash_set is the default, remove it.Chris Lattner2002-08-092-4/+4
* Oops, I accidentally broke the .d files. Fixed thuslyChris Lattner2002-08-092-2/+2
* Very minor cleanupsChris Lattner2002-08-092-46/+30
* * Document the BUILD_ROOT changes and optionChris Lattner2002-08-091-29/+44
* * Remove some bogus dependencies on Depend/.dirChris Lattner2002-08-092-38/+70
* Oh yeah, I wrote it.Chris Lattner2002-08-081-1/+3
* Initial checkin of the "Writting an LLVM Pass" documentChris Lattner2002-08-081-0/+969
* 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-0818-33/+33
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-086-8/+8
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-082-11/+27
* 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
* Only include the sparc.o file once!Chris Lattner2002-08-071-1/+1