aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ModuloScheduling/ModuloScheduling.cpp
Commit message (Expand)AuthorAgeFilesLines
* Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.Brian Gaeke2004-08-181-4/+2
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-161-2/+1
* Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction,Brian Gaeke2004-08-041-1/+1
* Squelch warnings in release modeChris Lattner2004-08-041-3/+3
* * ceil() requires #include <cmath> for compilationMisha Brukman2004-08-021-3/+4
* Updated ModuloScheduling. It makes it all the wya through register allocatio...Tanya Lattner2004-07-301-272/+714
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* updates to ModuloSchedTanya Lattner2004-05-281-9/+88
* Updating my cvs versions. THis is still in progress and much will be changed.Tanya Lattner2004-05-261-130/+258
* Updating my versions of ModuloScheduling in cvs. Still not complete.Tanya Lattner2004-05-081-290/+780
* Removing old graph files with new graph files that I wrote. Updated ModuloSch...Tanya Lattner2004-03-011-24/+682
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* * Doxygenified commentsMisha Brukman2003-10-101-8/+8
* Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner2003-08-281-966/+18
* Random cleanupsChris Lattner2003-07-231-26/+18
* add some commentsGuochun Shi2003-06-101-53/+110
* cleaned codeGuochun Shi2003-06-101-1/+1
* delete useless functionsGuochun Shi2003-06-081-15/+27
* change DEBUG to DEBUG_PRINTGuochun Shi2003-06-081-41/+45
* so far everything compilesGuochun Shi2003-05-301-13/+13
* Fixed compilation errors, command-line argument declarations, cleaned up code toMisha Brukman2003-04-101-102/+83
* Made the code readable:Misha Brukman2003-04-091-661/+698
* change the include file names and some class names to make it compileGuochun Shi2003-04-061-15/+16
* *** empty log message ***Guochun Shi2003-03-271-0/+899