Age | Commit message (Expand) | Author |
2006-04-20 | This target is no longer built. The ,v files now live in the reoptimizer. | Chris Lattner |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-27 | Eliminate tabs and trailing spaces. | Jeff Cohen |
2005-06-17 | Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e... | Tanya Lattner |
2005-04-30 | Fixed bug in searchPath function for finding nodes between two recurrences. | Tanya Lattner |
2005-04-22 | Updated dependence analyzer. Fixed numerous bugs. Same stage scheduling, etc. | Tanya Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-05 | Updated to use dep analyzer. | Tanya Lattner |
2005-03-29 | Compare dependence analysis with llvm instructions versus machine instrutions... | Tanya Lattner |
2005-03-23 | Added alias analysis. | Tanya Lattner |
2005-02-23 | Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug ... | Tanya Lattner |
2005-02-16 | Fixed node deletion bug. | Tanya Lattner |
2005-02-10 | Added new circuit finding alogrithm. | Tanya Lattner |
2005-01-18 | Minor changes. | Tanya Lattner |
2004-12-03 | When writing kernel, save the branches til the end. They are still put in the... | Tanya Lattner |
2004-12-02 | Reworked branch adding in prologue. Added check for infinite loops which are ... | Tanya Lattner |
2004-11-29 | Reworked branching so we don't handle BAs specially. It just updates the bran... | Tanya Lattner |
2004-11-24 | Forced branches to be first to be scheduled. | Tanya Lattner |
2004-11-22 | Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ... | Tanya Lattner |
2004-11-16 | Added my own defMap. Only saving values that are not loop invariant. Fixed a ... | Tanya Lattner |
2004-11-02 | Added gross hacks such as creating my own def-use map, and picking on Instruc... | Tanya Lattner |
2004-10-30 | Fixed bug with infinite epilogues. | Tanya Lattner |
2004-10-14 | Checking in code that works on my simple test case. However, there is still a... | Tanya Lattner |
2004-10-10 | Adjust header file inclusion due to move | Misha Brukman |
2004-10-10 | Added debug information. Fixed several bugs in the reconstruct loop function. | Tanya Lattner |
2004-09-28 | Add includes and use std:: for standard library calls to make code | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-18 | Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. | Brian Gaeke |
2004-08-16 | Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp... | Chris Lattner |
2004-08-04 | Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction, | Brian Gaeke |
2004-08-04 | Squelch warnings in release mode | Chris Lattner |
2004-08-02 | * ceil() requires #include <cmath> for compilation | Misha Brukman |
2004-07-30 | Updated ModuloScheduling. It makes it all the wya through register allocatio... | Tanya Lattner |
2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
2004-05-28 | updates to ModuloSched | Tanya Lattner |
2004-05-26 | Updating my cvs versions. THis is still in progress and much will be changed. | Tanya Lattner |
2004-05-08 | Updating my versions of ModuloScheduling in cvs. Still not complete. | Tanya Lattner |
2004-03-01 | Removing old graph files with new graph files that I wrote. Updated ModuloSch... | Tanya Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-10-10 | * Doxygenified comments | Misha Brukman |
2003-08-28 | Putting my revised version of ModuloScheduling in cvs. This is not complete... | Tanya Lattner |
2003-07-23 | Random cleanups | Chris Lattner |
2003-06-10 | add some comments | Guochun Shi |
2003-06-10 | cleaned code | Guochun Shi |
2003-06-08 | delete useless functions | Guochun Shi |
2003-06-08 | change DEBUG to DEBUG_PRINT | Guochun Shi |
2003-05-30 | so far everything compiles | Guochun Shi |
2003-04-10 | Fixed compilation errors, command-line argument declarations, cleaned up code to | Misha Brukman |