aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix erroneous assertion failure on the following code:Chris Lattner2001-10-211-1/+1
* Fix bug caused by:Chris Lattner2001-10-211-2/+2
* Added support for both call/jmpl instructionsRuchira Sasanka2001-10-214-136/+245
* Fix problem with a cast instruction that must be expanded to type 0Chris Lattner2001-10-212-5/+16
* Fixed printing of offset operand for RETURN instruction.Vikram S. Adve2001-10-201-1/+12
* Use CALL for direct function calls; JMPL for indirect ones.Vikram S. Adve2001-10-201-19/+26
* Minor bug fix in printing operands of JMPL.Vikram S. Adve2001-10-201-2/+2
* Fix shift printing when using a ubyte LHSChris Lattner2001-10-201-0/+3
* Add support for And, XOR, and OrChris Lattner2001-10-202-2/+6
* It is valid to have unsigned arrays as constants... the linker may initialize...Chris Lattner2001-10-202-8/+0
* Added code to support unusable Suggested Colors.Ruchira Sasanka2001-10-194-30/+52
* Added code so that colorIGNode does not unnecessarily reserve unusableRuchira Sasanka2001-10-192-8/+18
* Added code to PhyRegAlloc to mark unusable suggested regsRuchira Sasanka2001-10-194-12/+114
* Corrected call interference bug - suggested color not allocated ifRuchira Sasanka2001-10-191-14/+45
* Changed Call interference infoRuchira Sasanka2001-10-196-20/+54
* Corrected call interference bugRuchira Sasanka2001-10-194-28/+174
* no major changeRuchira Sasanka2001-10-182-4/+8
* Added implict operand printing for operator( ostream, MachineInstr&)Ruchira Sasanka2001-10-181-0/+20
* Added support for condition code loading/stroing in methods cpReg2Reg etc.Ruchira Sasanka2001-10-182-2/+8
* removed some debug messagesRuchira Sasanka2001-10-182-30/+34
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-184-2/+74
* Refix bugs, stop using deprecated strstream headerChris Lattner2001-10-181-82/+31
* Initial checkinChris Lattner2001-10-181-0/+80
* Only print values live at BB or method exit, and insert loads at eachVikram S. Adve2001-10-181-41/+126
* Handle multiple exit blocks correctly.Vikram S. Adve2001-10-181-37/+221
* Dang, we were losing the Constant bit on globals. Fix thisChris Lattner2001-10-181-1/+1
* Convert to be compatible with lli.Chris Lattner2001-10-181-70/+48
* Massive hacks to try to fix subtle logic bugs. I think it's all working now,Chris Lattner2001-10-181-275/+130
* Convert to new simpler pass itfChris Lattner2001-10-183-8/+17
* Change Sources specifier to ExtraSourcesChris Lattner2001-10-181-1/+1
* Convert optimizations to the pass infrastructureChris Lattner2001-10-186-15/+28
* 1. Move most of the constant-fixup code into machine-independent fileVikram S. Adve2001-10-181-395/+42
* 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-181-4/+13
* 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-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
* Only list automatically generated .cpp files.Vikram S. Adve2001-10-171-7/+1
* Simplify some codeChris Lattner2001-10-162-29/+27
* 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-1613-236/+534
* 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
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-1510-50/+50
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-1512-209/+199