aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* added support to move "added instructions" after the delay slotRuchira Sasanka2001-10-231-0/+3
* Added support to move "added instructions" after the delay slotRuchira Sasanka2001-10-231-19/+79
* Use class MachineCodeForMethod to print machine code.Vikram S. Adve2001-10-221-1/+1
* Added class MachineCodeForMethod.Vikram S. Adve2001-10-221-1/+39
* Cosmetic changes only.Vikram S. Adve2001-10-221-15/+49
* Modify code that processes delay slots so that it preserves anyVikram S. Adve2001-10-221-11/+36
* Added support for both call/jmpl instructionsRuchira Sasanka2001-10-211-22/+13
* Added code to support unusable Suggested Colors.Ruchira Sasanka2001-10-192-15/+26
* Added code to PhyRegAlloc to mark unusable suggested regsRuchira Sasanka2001-10-192-6/+57
* Changed Call interference infoRuchira Sasanka2001-10-193-10/+27
* Corrected call interference bugRuchira Sasanka2001-10-192-14/+87
* no major changeRuchira Sasanka2001-10-181-2/+4
* Added implict operand printing for operator( ostream, MachineInstr&)Ruchira Sasanka2001-10-181-0/+20
* removed some debug messagesRuchira Sasanka2001-10-181-15/+17
* 1. Add a bottom-up pass on BURG trees that is used to fix constant operands.Vikram S. Adve2001-10-173-149/+235
* Separate VM instruction that generates the instructions that compute a valueVikram S. Adve2001-10-171-1/+2
* *** empty log message ***Vikram S. Adve2001-10-171-15/+24
* changed debugg message printing - no change to useful codeRuchira Sasanka2001-10-161-13/+16
* No major change - commented some debug codeRuchira Sasanka2001-10-161-3/+3
* Added support for caller savingRuchira Sasanka2001-10-165-112/+188
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-152-3/+3
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-154-85/+85
* updated suggesting/coloring of call & return args & implicit operands.Ruchira Sasanka2001-10-152-70/+147
* fixed a coalscing bugRuchira Sasanka2001-10-152-3/+5
* * Fix privacy issues on RegToRefVecMapChris Lattner2001-10-131-5/+5
* --corrected coalescing test: coalsed only if two are of the same reg classRuchira Sasanka2001-10-121-6/+6
* Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve2001-10-111-27/+52
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-102-27/+32
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-101-0/+357
* Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve2001-10-102-259/+1
* Commit more code over to new cast styleChris Lattner2001-10-022-5/+7
* Convert more code to use new style castsChris Lattner2001-10-013-13/+12
* Add support for new style castsChris Lattner2001-10-011-1/+1
* removing phy regaloc - incorrect fileRuchira Sasanka2001-09-301-487/+0
* Change ! ( ...== ...) to !=.Vikram S. Adve2001-09-301-1/+1
* Improved dump for disp type operand.Vikram S. Adve2001-09-301-1/+7
* Bug fixes:Vikram S. Adve2001-09-301-378/+429
* Minor changes for bug fixes in SchedGraph.cpp.Vikram S. Adve2001-09-301-9/+15
* Two bug fixes:Vikram S. Adve2001-09-301-78/+177
* added suggesting color supportRuchira Sasanka2001-09-303-6/+41
* --added suggesting colors; call/ret arg handlingRuchira Sasanka2001-09-302-48/+235
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-283-9/+34
* -- removed debugging messagesRuchira Sasanka2001-09-191-1/+1
* -fixed return value bug.Ruchira Sasanka2001-09-191-0/+487
* Change debug info from #define to command line optionChris Lattner2001-09-191-5/+12
* Change debug info from #define to command line optionChris Lattner2001-09-191-1/+12
* * REMOVE extraneous debug info if DEBUG_RA is not setChris Lattner2001-09-192-5/+7
* *** empty log message ***Ruchira Sasanka2001-09-181-0/+1
* -- updated printingRuchira Sasanka2001-09-182-36/+100
* Remove a copy of a bunch of codeChris Lattner2001-09-181-113/+0