aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added support for implict operands in machine instructionRuchira Sasanka2001-10-124-58/+152
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-122-0/+12
* Record implicitRefs for each machine instruction instead ofVikram S. Adve2001-10-111-39/+32
* Add graph edges due to implicit refs in each machine instruction.Vikram S. Adve2001-10-112-54/+104
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-104-54/+64
* Insert code to load constants used as Call or Return arguments.Vikram S. Adve2001-10-101-39/+94
* Machine-independent code generation routines used in instructionVikram S. Adve2001-10-102-0/+714
* Moved code generation support routines to InstrSelectionSupport.cpp.Vikram S. Adve2001-10-103-303/+2
* --removed %g regs being allocated - fix laterRuchira Sasanka2001-10-091-5/+6
* Add commentChris Lattner2001-10-031-0/+6
* Support multiple global's definitionsChris Lattner2001-10-031-23/+13
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-033-2/+34
* Rename getNullPointer to getNullChris Lattner2001-10-031-1/+13
* Rename getNullPointer to getNullChris Lattner2001-10-031-1/+1
* Allow duplicate constant values as long as they are compatible.Chris Lattner2001-10-031-36/+62
* Add check to make sure that we dont reference MEthodType's directlyChris Lattner2001-10-031-0/+3
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-0314-46/+82
* First try at a horrible global value reference wrapperChris Lattner2001-10-032-19/+51
* Clean up parser, fix a bug that prevented this from working:Chris Lattner2001-10-031-66/+52
* * Add support for null as a constantChris Lattner2001-10-032-28/+59
* Commit more code over to new cast styleChris Lattner2001-10-0225-133/+127
* Convert more code to use new style castsChris Lattner2001-10-0125-97/+96
* Add more support for new style castsChris Lattner2001-10-0114-50/+42
* Add support for new style castsChris Lattner2001-10-0114-35/+41
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-0111-54/+48
* Fix emission of return instructionsChris Lattner2001-10-011-0/+2
* Several fixes:Vikram S. Adve2001-10-011-1222/+1301
* removing phy regaloc - incorrect fileRuchira Sasanka2001-09-302-974/+0
* Change latency of setuw and setsw to 2 cycles.Vikram S. Adve2001-09-301-4/+5
* Change ! ( ...== ...) to !=.Vikram S. Adve2001-09-302-2/+2
* Improved dump for disp type operand.Vikram S. Adve2001-09-301-1/+7
* Bug fixes:Vikram S. Adve2001-09-302-756/+858
* Minor changes for bug fixes in SchedGraph.cpp.Vikram S. Adve2001-09-302-18/+30
* Two bug fixes:Vikram S. Adve2001-09-302-156/+354
* *** empty log message ***Ruchira Sasanka2001-09-302-4/+6
* added suggesting color supportRuchira Sasanka2001-09-307-28/+202
* added support for suggesting colorsRuchira Sasanka2001-09-303-340/+684
* --added suggesting colors; call/ret arg handlingRuchira Sasanka2001-09-304-96/+470
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-305-36/+81
* Implement a constant pointer valueChris Lattner2001-09-301-0/+9
* File #include fileChris Lattner2001-09-281-1/+1
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-2816-81/+138
* * Properly escape function namesChris Lattner2001-09-281-3/+23
* Check in bug fix for vadveChris Lattner2001-09-281-2/+2
* Initial support for construction of a call graphChris Lattner2001-09-281-0/+66
* Make error report a little more usefulChris Lattner2001-09-281-0/+1
* ADCE is broken but at least we know whyChris Lattner2001-09-281-1/+6
* -- fixed a ret val bugRuchira Sasanka2001-09-191-1/+18
* -- removed debugging messagesRuchira Sasanka2001-09-192-2/+2
* -fixed return value bug.Ruchira Sasanka2001-09-192-0/+974