aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-192-2/+24
* * 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
* Add EmitAssembly to mfChris Lattner2001-09-191-1/+1
* First cut at assembly outputChris Lattner2001-09-191-0/+213
* Add emitAssemblyMethod to TargetMachineChris Lattner2001-09-191-9/+11
* *** empty log message ***Ruchira Sasanka2001-09-182-0/+2
* -- ruchiraRuchira Sasanka2001-09-186-481/+920
* -- updated printingRuchira Sasanka2001-09-184-72/+200
* Remove a copy of a bunch of codeChris Lattner2001-09-182-226/+0
* Fix up code a bit, remove operator<< to Assembly/Writer.hChris Lattner2001-09-181-29/+7
* Remove extraneous #includesChris Lattner2001-09-181-3/+0
* Don't check for null on deleteChris Lattner2001-09-182-10/+2
* Renamed files to match the primary classes they provide.Vikram S. Adve2001-09-181-175/+0
* Renamed a header file.Vikram S. Adve2001-09-181-1/+1
* Make class TargetMachine the common interface to all target-dependentVikram S. Adve2001-09-181-21/+29
* Allow pointer constants as well as integer and booleans.Vikram S. Adve2001-09-181-36/+69
* Make class TargetMachine the common interface to all target-dependentVikram S. Adve2001-09-181-49/+64
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-183-20/+218
* Cast unsigned to int! It was causing a nice little bug.Vikram S. Adve2001-09-182-4/+4
* Minor changes.Vikram S. Adve2001-09-183-233/+271
* Don't add instructions to subtree for Phi or Call.Vikram S. Adve2001-09-182-264/+402
* Format file header.Vikram S. Adve2001-09-182-38/+38
* Add new entry/exit edges when removing delay slot nodes from the graph.Vikram S. Adve2001-09-182-40/+72
* Moved erase edge functions to class SchedGraph.Vikram S. Adve2001-09-182-84/+186
* Renamed some header files.Vikram S. Adve2001-09-182-40/+40
* Moved erase-edge functions from SchedGraphNode to SchedGraph.Vikram S. Adve2001-09-182-20/+32
* Moved DebugValue to Value.cpp.Vikram S. Adve2001-09-181-6/+2
* Added debugging support.Vikram S. Adve2001-09-181-0/+38
* Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve2001-09-182-4/+4