aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2001-09-30--added suggesting colors; call/ret arg handlingRuchira Sasanka
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-19-- removed debugging messagesRuchira Sasanka
2001-09-19-fixed return value bug.Ruchira Sasanka
2001-09-19Change debug info from #define to command line optionChris Lattner
2001-09-19Change debug info from #define to command line optionChris Lattner
2001-09-19* REMOVE extraneous debug info if DEBUG_RA is not setChris Lattner
2001-09-18*** empty log message ***Ruchira Sasanka
2001-09-18-- updated printingRuchira Sasanka
2001-09-18Remove a copy of a bunch of codeChris Lattner
2001-09-18Don't check for null on deleteChris Lattner
2001-09-18Cast unsigned to int! It was causing a nice little bug.Vikram S. Adve
2001-09-18Minor changes.Vikram S. Adve
2001-09-18Don't add instructions to subtree for Phi or Call.Vikram S. Adve
2001-09-18Format file header.Vikram S. Adve
2001-09-18Add new entry/exit edges when removing delay slot nodes from the graph.Vikram S. Adve
2001-09-18Moved erase edge functions to class SchedGraph.Vikram S. Adve
2001-09-18Renamed some header files.Vikram S. Adve
2001-09-18Moved erase-edge functions from SchedGraphNode to SchedGraph.Vikram S. Adve
2001-09-18Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve
2001-09-15modified machine code printingRuchira Sasanka
2001-09-15--added methods for printingRuchira Sasanka
2001-09-15added setRegForValue to MachineOperand classRuchira Sasanka
2001-09-15fixed printing messagesRuchira Sasanka
2001-09-15-- debug messages dissabledRuchira Sasanka
2001-09-15--reg alloc code addedRuchira Sasanka
2001-09-15-reg alloc codeRuchira Sasanka
2001-09-14added RegAlloc Directory to DIRSRuchira Sasanka
2001-09-14*** empty log message ***Ruchira Sasanka
2001-09-14Add a forward decl, oops.Chris Lattner
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-14Split Target/Machine.h into three files:Chris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-14Checkin changes to:Chris Lattner
2001-09-14Move the sparc target to a new lib/Target directoryChris Lattner
2001-09-14Move the contents of the CodeGen/TargetMachine/Sparc directory to Target/SparcChris Lattner
2001-09-14This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner
2001-09-14Updates to use local header files.Chris Lattner
2001-09-12More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner
2001-09-12* Clean up InstrForestChris Lattner
2001-09-11Eliminate 'BasicNode' from InstrForest.Chris Lattner
2001-09-11Eliminate MainTreeNode functionChris Lattner
2001-09-11Remove irrelevant gross K&R CismsChris Lattner
2001-09-10Use type checking predicatesChris Lattner
2001-09-10Use correct castsChris Lattner
2001-09-10Use predicate for Value type testChris Lattner
2001-09-10Use predicate for Value type testChris Lattner
2001-09-10Fix a bug I introduced (assertion failed: Unknown operand type), and convert ...Chris Lattner
2001-09-09Implement the subset of the GetConstantValueAsSignedInt function that is need...Chris Lattner
2001-09-09Implement the subset of the GetConstantValueAsSignedInt function that is need...Chris Lattner