aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
AgeCommit message (Expand)Author
2004-08-18Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.Brian Gaeke
2004-08-16Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner
2004-08-04Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,Brian Gaeke
2004-08-04Squelch warnings in release modeChris Lattner
2004-08-02* ceil() requires #include <cmath> for compilationMisha Brukman
2004-07-30Updated ModuloScheduling. It makes it all the wya through register allocatio...Tanya Lattner
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-05-28updates to ModuloSchedTanya Lattner
2004-05-26Updating my cvs versions. THis is still in progress and much will be changed.Tanya Lattner
2004-05-08Updating my versions of ModuloScheduling in cvs. Still not complete.Tanya Lattner
2004-03-01Removing old graph files with new graph files that I wrote. Updated ModuloSch...Tanya Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-10-10* Doxygenified commentsMisha Brukman
2003-08-28Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner
2003-07-23Random cleanupsChris Lattner
2003-06-10add some commentsGuochun Shi
2003-06-10cleaned codeGuochun Shi
2003-06-08delete useless functionsGuochun Shi
2003-06-08 change DEBUG to DEBUG_PRINTGuochun Shi
2003-05-30 so far everything compilesGuochun Shi
2003-04-10Fixed compilation errors, command-line argument declarations, cleaned up code toMisha Brukman
2003-04-09Made the code readable:Misha Brukman
2003-04-06change the include file names and some class names to make it compileGuochun Shi
2003-03-27*** empty log message ***Guochun Shi