aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't check for null on deleteChris Lattner2001-09-181-5/+1
* Cast unsigned to int! It was causing a nice little bug.Vikram S. Adve2001-09-181-2/+2
* Minor changes.Vikram S. Adve2001-09-182-166/+182
* Don't add instructions to subtree for Phi or Call.Vikram S. Adve2001-09-181-132/+201
* Format file header.Vikram S. Adve2001-09-181-19/+19
* Add new entry/exit edges when removing delay slot nodes from the graph.Vikram S. Adve2001-09-181-20/+36
* Moved erase edge functions to class SchedGraph.Vikram S. Adve2001-09-181-42/+93
* Renamed some header files.Vikram S. Adve2001-09-181-20/+20
* Moved erase-edge functions from SchedGraphNode to SchedGraph.Vikram S. Adve2001-09-181-10/+16
* Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve2001-09-181-2/+2
* modified machine code printingRuchira Sasanka2001-09-151-43/+150
* --added methods for printingRuchira Sasanka2001-09-151-0/+2
* added setRegForValue to MachineOperand classRuchira Sasanka2001-09-151-1/+26
* fixed printing messagesRuchira Sasanka2001-09-153-32/+121
* -- debug messages dissabledRuchira Sasanka2001-09-151-1/+1
* --reg alloc code addedRuchira Sasanka2001-09-153-1/+9
* -reg alloc codeRuchira Sasanka2001-09-151-0/+7
* added RegAlloc Directory to DIRSRuchira Sasanka2001-09-141-1/+1
* *** empty log message ***Ruchira Sasanka2001-09-145-0/+1085
* Add a forward decl, oops.Chris Lattner2001-09-141-0/+1
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-145-3/+701
* Split Target/Machine.h into three files:Chris Lattner2001-09-143-10/+3
* Make a new llvm/Target #include directory.Chris Lattner2001-09-147-489/+4
* Checkin changes to:Chris Lattner2001-09-141-8/+8
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-141-2/+0
* Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/SparcChris Lattner2001-09-147-4577/+0
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-147-94/+1905
* Updates to use local header files.Chris Lattner2001-09-141-307/+18
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-123-13/+9
* * Clean up InstrForestChris Lattner2001-09-122-252/+162
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-114-73/+38
* Eliminate MainTreeNode functionChris Lattner2001-09-112-3/+4
* Remove irrelevant gross K&R CismsChris Lattner2001-09-111-17/+1