aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ModuloScheduling
AgeCommit message (Expand)Author
2004-10-10ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specificMisha Brukman
2004-10-10Added debug information. Fixed several bugs in the reconstruct loop function.Tanya Lattner
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-28Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
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-07Get rid of a warning when compiling optimized. Uninitialized variable hasReid Spencer
2004-08-04Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,Brian Gaeke
2004-08-04Squelch warnings in release modeChris Lattner
2004-08-02Add #include <cstdlib> and abort() to silence a warningMisha Brukman
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-26Adding scheduling class.Tanya 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-01Adding new Modulo Scheduling graph files.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-21Added LLVM copyright header.John Criswell
2003-10-20Added LLVM copyright notice to Makefiles.John Criswell
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-28Removing READMETanya Lattner
2003-08-28Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner
2003-08-21Fix spelloChris Lattner
2003-07-26Remove #includeChris Lattner
2003-07-23Random cleanupsChris Lattner
2003-06-10add some commentsGuochun Shi
2003-06-10add an brief instruction what this pass isGuochun Shi
2003-06-10a simple introduction to this passGuochun Shi
2003-06-10cleaned codeGuochun Shi
2003-06-08delete useless functionsGuochun Shi
2003-06-08 change DEBUG to DEBUG_PRINTGuochun Shi
2003-06-02compiled with the new SchedGraphCommonGuochun Shi
2003-05-30 so far everything compilesGuochun Shi
2003-04-22Just some code beautification changes I had sitting around in my tree.Misha Brukman
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