SHUFP* are two address code.
[oota-llvm.git] / lib / Target / SparcV9 / ModuloScheduling /
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-08-25 Chris LattnerFix some warnings
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-11 Chris Lattnerfix a warning
2005-07-01 Chris Lattnerremove some debugging code
2005-06-17 Tanya LattnerRemoved IIIi specific changes. This should be fixed...
2005-06-17 Tanya LattnerSpecial dep graph for SMS for superblocks.
2005-06-17 Tanya LattnerSpecial versions of the dep graph and scheduled for...
2005-06-17 Tanya LattnerNumerous bug fixes and the completed modschedSB algorit...
2005-05-01 Tanya LattnerSMS for superblocks.
2005-05-01 Tanya LattnerAdded extra constructor for superblocks.
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-06 Chris LattnerFix a namespace issue, reported by Vladimir Merzliakov!
2005-04-05 Tanya LattnerUpdated to use dep analyzer.
2005-04-01 Chris LattnerFix another PATypeHolder error, contributed by Bill...
2005-03-29 Tanya LattnerCompare dependence analysis with llvm instructions...
2005-03-29 Tanya LattnerDependence analyzer that just determines dependences...
2005-03-24 Chris LattnerFix compilation errors, patch contributed by the fabulo...
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-28 Tanya LattnerFixed bug where instructions in the kernel were not...
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-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Reid SpencerMake the library name SparcV9 specific
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 Misha BrukmanAdjust comment header and paths to refect move
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
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-07 Reid SpencerGet rid of a warning when compiling optimized. Uninitia...
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 BrukmanAdd #include <cstdlib> and abort() to silence a warning
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 LattnerAdding scheduling class.
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 LattnerAdding new Modulo Scheduling graph files.
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-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
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 LattnerRemoving README
2003-08-28 Tanya LattnerPutting my revised version of ModuloScheduling in cvs...
2003-08-21 Chris LattnerFix spello
2003-07-26 Chris LattnerRemove #include
2003-07-23 Chris LattnerRandom cleanups
2003-06-10 Guochun Shiadd some comments
2003-06-10 Guochun Shiadd an brief instruction what this pass is
2003-06-10 Guochun Shia simple introduction to this pass
2003-06-10 Guochun Shicleaned code
2003-06-08 Guochun Shidelete useless functions
2003-06-08 Guochun Shi change DEBUG to DEBUG_PRINT
2003-06-02 Guochun Shicompiled with the new SchedGraphCommon
2003-05-30 Guochun Shi so far everything compiles
2003-04-22 Misha BrukmanJust some code beautification changes I had sitting...
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 ***