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