Eliminate all remaining tabs and trailing spaces.
[oota-llvm.git] / lib / Target / SparcV9 / ModuloScheduling / ModuloScheduling.cpp
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-06-17 Tanya LattnerNumerous bug fixes and the completed modschedSB algorit...
2005-04-30 Tanya LattnerFixed bug in searchPath function for finding nodes...
2005-04-22 Tanya LattnerUpdated dependence analyzer. Fixed numerous bugs. Same...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-05 Tanya LattnerUpdated to use dep analyzer.
2005-03-29 Tanya LattnerCompare dependence analysis with llvm instructions...
2005-03-23 Tanya LattnerAdded alias analysis.
2005-02-23 Tanya LattnerFixed bug in findAllcircuits. Fixed branch addition...
2005-02-16 Tanya LattnerFixed node deletion bug.
2005-02-10 Tanya LattnerAdded new circuit finding alogrithm.
2005-01-18 Tanya LattnerMinor changes.
2004-12-03 Tanya LattnerWhen writing kernel, save the branches til the end...
2004-12-02 Tanya LattnerReworked branch adding in prologue. Added check for...
2004-11-29 Tanya LattnerReworked branching so we don't handle BAs specially...
2004-11-24 Tanya LattnerForced branches to be first to be scheduled.
2004-11-22 Tanya LattnerFixed a bug where I was trying to ModuloSchedule a...
2004-11-16 Tanya LattnerAdded my own defMap. Only saving values that are not...
2004-11-02 Tanya LattnerAdded gross hacks such as creating my own def-use map...
2004-10-30 Tanya LattnerFixed bug with infinite epilogues.
2004-10-14 Tanya LattnerChecking in code that works on my simple test case...
2004-10-10 Misha BrukmanAdjust header file inclusion due to move
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h to pick up the def. of TmpIns...
2004-08-04 Chris LattnerSquelch warnings in release mode
2004-08-02 Misha Brukman* ceil() requires #include <cmath> for compilation
2004-07-30 Tanya LattnerUpdated ModuloScheduling. It makes it all the wya...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-05-28 Tanya Lattnerupdates to ModuloSched
2004-05-26 Tanya LattnerUpdating my cvs versions. THis is still in progress...
2004-05-08 Tanya LattnerUpdating my versions of ModuloScheduling in cvs. Still...
2004-03-01 Tanya LattnerRemoving old graph files with new graph files that...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-10-10 Misha Brukman* Doxygenified comments
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-07-23 Chris LattnerRandom cleanups
2003-06-10 Guochun Shiadd some comments
2003-06-10 Guochun Shicleaned code
2003-06-08 Guochun Shidelete useless functions
2003-06-08 Guochun Shi change DEBUG to DEBUG_PRINT
2003-05-30 Guochun Shi so far everything compiles
2003-04-10 Misha BrukmanFixed compilation errors, command-line argument declara...
2003-04-09 Misha BrukmanMade the code readable:
2003-04-06 Guochun Shichange the include file names and some class names...
2003-03-27 Guochun Shi*** empty log message ***