aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added several cases where a constant must be forwarded into a use.Vikram S. Adve2001-10-181-0/+27
* Sparc-specific code shared between local files.Vikram S. Adve2001-10-181-0/+61
* Moved implementation of class UltraSparcInstrInfo to SparcInstrInfo.cpp.Vikram S. Adve2001-10-181-19/+0
* Added virtual function to generate an instruction sequence toVikram S. Adve2001-10-183-4/+53
* Moved implementation of class UltraSparcInstrInfo here.Vikram S. Adve2001-10-181-0/+143
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-172-1/+42
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-175-296/+467
* Separate VM instruction that generates the instructions that compute a valueVikram S. Adve2001-10-172-2/+4
* *** empty log message ***Vikram S. Adve2001-10-172-30/+48
* Remove extra assert in dyn_cast_or_null.Vikram S. Adve2001-10-171-2/+0
* Disable codgen test for calltest.ll.Vikram S. Adve2001-10-171-1/+1
* Only list automatically generated .cpp files.Vikram S. Adve2001-10-171-7/+1
* Allow only extra Source files to be listed in a local Makefile.Vikram S. Adve2001-10-172-6/+6
* Simplify some codeChris Lattner2001-10-162-29/+27
* added initializing regNum to -1 in both constructors of MachineOperandRuchira Sasanka2001-10-161-0/+1
* changed debugg message printing - no change to useful codeRuchira Sasanka2001-10-162-26/+32
* No major change - commented some debug codeRuchira Sasanka2001-10-162-6/+6
* No major change - added some commentsRuchira Sasanka2001-10-162-14/+20
* Added support for caller savingRuchira Sasanka2001-10-1615-238/+562
* Add rule to build executablesChris Lattner2001-10-151-0/+3
* Emit the proper .type declarations to tell the debugger what a function isChris Lattner2001-10-151-0/+1
* Handle abnormal jmpl syntax correctlyChris Lattner2001-10-151-35/+50
* Implement ulong & long supportChris Lattner2001-10-152-27/+36
* Make main do some simple work without requiring main arguments to be happyChris Lattner2001-10-151-1/+9
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-1512-53/+53
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-1512-209/+199
* Compile with v9 extensionsChris Lattner2001-10-151-1/+2
* ConcretePass should not be a templated class!Chris Lattner2001-10-155-10/+8
* Minor cleanupsChris Lattner2001-10-151-12/+10
* Add new Pass infrastructure and some examplesChris Lattner2001-10-156-0/+476
* Use the new Pass infrastructure to clean up llcChris Lattner2001-10-151-261/+117
* Convert to use Pass infrastructureChris Lattner2001-10-151-5/+18
* File moved to: llvm/Transforms/HoistPHIConstants.hChris Lattner2001-10-151-19/+0
* --added support for implicit operandsRuchira Sasanka2001-10-152-18/+32
* updated suggesting/coloring of call & return args & implicit operands.Ruchira Sasanka2001-10-154-140/+294
* updated suggesting/coloring of call & return args & implicit operandsRuchira Sasanka2001-10-154-232/+218
* --changed Sugesting colors for method calls/return values etc.Ruchira Sasanka2001-10-151-10/+9
* fixed a coalscing bugRuchira Sasanka2001-10-155-11/+15
* Add libraryChris Lattner2001-10-151-1/+1
* Be const correctChris Lattner2001-10-153-5/+5
* Minor code cleanupsChris Lattner2001-10-151-8/+6
* Add cast_or_null & dyn_cast_or_nullChris Lattner2001-10-151-1/+20
* Implement initializers for structs and pointersChris Lattner2001-10-151-80/+100
* Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...Chris Lattner2001-10-1513-55/+51
* Improve error messages on assertion failure.Chris Lattner2001-10-151-2/+6
* * getExitNode() doesn't exist in method anymoreChris Lattner2001-10-151-6/+7
* Added Instrumentation subdirectory.Vikram S. Adve2001-10-151-0/+1
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-156-43/+254
* Implement linking of global variable constant referencesChris Lattner2001-10-153-114/+285
* Add some more interesting test cases for the linkerChris Lattner2001-10-152-4/+9