summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert to new simpler Pass structureChris Lattner2001-10-181-57/+16
* Convert to new simpler Pass structureChris Lattner2001-10-183-9/+10
* Convert to new simpler pass structureChris Lattner2001-10-186-30/+25
* Simplify Pass by removing silly subclassesChris Lattner2001-10-181-93/+22
* Fix minor bug, update commentsChris Lattner2001-10-181-4/+4
* Change Sources specifier to ExtraSourcesChris Lattner2001-10-183-7/+9
* Convert optimizations to the pass infrastructureChris Lattner2001-10-186-15/+28
* Pass's return true if they make a modification, not if they failChris Lattner2001-10-181-15/+14
* Convert optimizations to use the Pass infrastructureChris Lattner2001-10-186-43/+108
* * Passes return true if they change something, not if they failChris Lattner2001-10-181-11/+11
* Passes return true if they change something, not if they failChris Lattner2001-10-181-2/+5
* 1. Move most of the constant-fixup code into machine-independent fileVikram S. Adve2001-10-181-395/+42
* Reverse previous change.Vikram S. Adve2001-10-181-2/+2
* Generate assembly code for testcodegen.Vikram S. Adve2001-10-181-2/+2
* 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