summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ModuloScheduling
Commit message (Expand)AuthorAgeFilesLines
* ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specificMisha Brukman2004-10-108-3120/+0
* Added debug information. Fixed several bugs in the reconstruct loop function.Tanya Lattner2004-10-105-138/+280
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+19
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-282-22/+24
* Changes For Bug 352Reid Spencer2004-09-014-8/+8
* 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
* Get rid of a warning when compiling optimized. Uninitialized variable hasReid Spencer2004-08-071-1/+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
* Add #include <cstdlib> and abort() to silence a warningMisha Brukman2004-08-021-5/+6
* * 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-304-294/+741
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-213-3/+0
* updates to ModuloSchedTanya Lattner2004-05-282-10/+91
* Adding scheduling class.Tanya Lattner2004-05-262-0/+246
* Updating my cvs versions. THis is still in progress and much will be changed.Tanya Lattner2004-05-264-157/+299
* Updating my versions of ModuloScheduling in cvs. Still not complete.Tanya Lattner2004-05-084-303/+860
* Adding new Modulo Scheduling graph files.Tanya Lattner2004-03-013-0/+769
* Removing old graph files with new graph files that I wrote. Updated ModuloSch...Tanya Lattner2004-03-013-276/+682
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-113-0/+10
* Added LLVM copyright header.John Criswell2003-10-211-0/+8
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-202-0/+14
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* * Doxygenified commentsMisha Brukman2003-10-101-8/+8
* Removing READMETanya Lattner2003-08-282-35/+2
* Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner2003-08-284-2940/+155
* Fix spelloChris Lattner2003-08-211-1/+1
* Remove #includeChris Lattner2003-07-261-1/+0
* Random cleanupsChris Lattner2003-07-231-26/+18
* add some commentsGuochun Shi2003-06-102-54/+114
* add an brief instruction what this pass isGuochun Shi2003-06-101-1/+1
* a simple introduction to this passGuochun Shi2003-06-101-0/+33
* cleaned codeGuochun Shi2003-06-103-127/+321
* delete useless functionsGuochun Shi2003-06-084-216/+190
* change DEBUG to DEBUG_PRINTGuochun Shi2003-06-083-102/+106
* compiled with the new SchedGraphCommonGuochun Shi2003-06-023-27/+38
* so far everything compilesGuochun Shi2003-05-302-23/+39
* Just some code beautification changes I had sitting around in my tree.Misha Brukman2003-04-222-22/+15
* Fixed compilation errors, command-line argument declarations, cleaned up code toMisha Brukman2003-04-104-267/+257
* Made the code readable:Misha Brukman2003-04-094-1884/+1977
* change the include file names and some class names to make it compileGuochun Shi2003-04-064-24/+30
* *** empty log message ***Guochun Shi2003-03-275-0/+2726
OpenPOWER on IntegriCloud