aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/InstrSched
Commit message (Expand)AuthorAgeFilesLines
* * Eliminate `using' directiveMisha Brukman2003-10-231-106/+88
* Added LLVM copyright header.John Criswell2003-10-212-0/+14
* 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-204-0/+28
* Regularize header file commentsChris Lattner2003-10-131-8/+6
* Fixed spelling.Misha Brukman2003-09-171-2/+2
* Add flag to control whether or not delay slots are filled duringVikram S. Adve2003-09-161-1/+7
* Fixed two double free bugs that caused llc to segfault or run forever.John Criswell2003-08-281-5/+21
* Moved index into BB to common graph class because its needed by ModuloSchedGr...Tanya Lattner2003-08-282-4/+1
* Added/removed header fileTanya Lattner2003-08-271-1/+0
* *** empty log message ***Tanya Lattner2003-08-273-416/+273
* First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner2003-08-255-481/+353
* Remove uses of the NonCopyable class, to make the doxygen output look betterChris Lattner2003-08-151-9/+17
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-141-1/+1
* Be const correctChris Lattner2003-07-261-2/+2
* Hrm, another necesary one :(Chris Lattner2003-07-261-0/+1
* Remove extraneous #includesChris Lattner2003-07-261-1/+0
* A def. operand of a machine instruction may be an ordinary Value*,Vikram S. Adve2003-07-021-13/+12
* Remove usage of noncopyable classes to clean up doxygen output.Chris Lattner2003-06-022-22/+25
* Add #includeChris Lattner2003-06-021-0/+1
* Changes to allow explicit physical register arguments that have beenVikram S. Adve2003-05-312-42/+96
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-271-13/+14
* Cleaned up code layout. No functional changes.Misha Brukman2003-05-222-678/+622
* Kill `using' directives.Misha Brukman2003-05-222-51/+47
* Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner2003-01-142-3/+3
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-142-12/+12
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-293-4/+4
* Move function to cpp file from headerChris Lattner2002-11-022-5/+7
* New iostream definitionsChris Lattner2002-11-011-0/+1
* Remove usage of MachineBasicBlock::getChris Lattner2002-10-284-186/+96
* Make Scheduling Class variables be 'unsigned' instead of 'int'Chris Lattner2002-10-281-3/+3
* Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...Chris Lattner2002-10-281-21/+20
* Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...Chris Lattner2002-10-281-0/+1
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
* *** empty log message ***Chris Lattner2002-10-281-1/+0
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-282-13/+13
* Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman2002-10-282-4/+4
* Tell PassManager that this pass does not invalidate the CFG so that dominatorChris Lattner2002-10-231-0/+1
* Use vectors instead of hash_maps for issueGaps and conflictLists.Vikram S. Adve2002-10-131-15/+9
* Major bug fix: was not adding CD edges for RETURNs!Vikram S. Adve2002-10-131-8/+10
* * Removed extraneous #includesChris Lattner2002-08-094-41/+19
* Very minor cleanupsChris Lattner2002-08-091-23/+15
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* Refix stuff for GCC 2.95, 3.0.4 & 3.1Chris Lattner2002-07-251-6/+6
* now removes deleted nops from MachineCodeForInstructionMehwish Nagda2002-07-251-8/+20
* *** empty log message ***Chris Lattner2002-07-253-5/+5
* *** empty log message ***Chris Lattner2002-07-241-2/+2
* *** empty log message ***Chris Lattner2002-07-245-10/+9
* *** empty log message ***Chris Lattner2002-07-221-7/+10
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-085-102/+91