aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Comment out a paragraph that refers to a file that no longer existsChris Lattner2001-10-011-3/+3
* Fix emission of return instructionsChris Lattner2001-10-011-0/+2
* Add path to as so it doesn't find llvm as if that path is set.Chris Lattner2001-10-011-2/+2
* Exclude a couple of tests that the regalloc stuff doesn't handle yetChris Lattner2001-10-011-1/+1
* Add different "cast constant value" for several possible types.Vikram S. Adve2001-10-011-10/+19
* Add vector `implicitUses' to class MachineCodeForVMInstr to hold valuesVikram S. Adve2001-10-011-12/+19
* 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
* no major change.Ruchira Sasanka2001-09-304-4/+4
* added suggesting color supportRuchira Sasanka2001-09-307-28/+202
* added suggesting color supporRuchira Sasanka2001-09-301-7/+24
* added support for suggesting colorsRuchira Sasanka2001-09-303-340/+684
* --added suggesting colors; call/ret arg handlingRuchira Sasanka2001-09-304-96/+470
* Add a test for the new null keywordChris Lattner2001-09-301-1/+7
* Implement constant pointers, and null specifically in the parser, bytecode wr...Chris Lattner2001-09-305-36/+81
* Implement a constant pointer valueChris Lattner2001-09-302-0/+30
* Pull iterators out of CFG.h and genericize them with GraphTraitsChris Lattner2001-09-283-0/+351
* File #include fileChris Lattner2001-09-281-1/+1
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-2824-458/+284
* * Properly escape function namesChris Lattner2001-09-281-3/+23
* Check in bug fix for vadveChris Lattner2001-09-281-2/+2
* Add commands to assemble and compile a .ll fileChris Lattner2001-09-281-0/+6
* Initial support for construction of a call graphChris Lattner2001-09-282-0/+154
* Add support to print a call graph, and also add support for module level inte...Chris Lattner2001-09-281-7/+37
* Adding the tool to the path doesn't break anything anymoreChris Lattner2001-09-281-1/+0
* 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
* print out value's by pointerChris Lattner2001-09-281-11/+11
* Add capability to print out call graphChris Lattner2001-09-281-0/+14
* Global variables/complex constants have been resolved!Chris Lattner2001-09-281-5/+0
* -- 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
* Add proper support to send output to the right placeChris Lattner2001-09-191-3/+36
* Print .def files as well as other filesChris Lattner2001-09-192-2/+2
* Change debug info from #define to command line optionChris Lattner2001-09-192-10/+24
* Change debug info from #define to command line optionChris Lattner2001-09-193-3/+36
* * REMOVE extraneous debug info if DEBUG_RA is not setChris Lattner2001-09-194-10/+14
* Seperate instruction definitions into new SparcInstr.def fileChris Lattner2001-09-194-774/+455
* Okay, make the member function work.Chris Lattner2001-09-191-1/+1
* Remove global debug output fns that have been superceded by a member funcChris Lattner2001-09-191-11/+0
* Remove debugging output stuffChris Lattner2001-09-191-7/+0
* Emit assembly language from the target...Chris Lattner2001-09-191-0/+1