summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSched
Commit message (Expand)AuthorAge
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-20
* silence a warningChris Lattner2005-10-02
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* hide this optionChris Lattner2005-05-13
* Remove trailing whitespaceMisha Brukman2005-04-21
* Make this method non-const. Making it const causes the const version ofTanya Lattner2005-03-21
* cycles_t -> CycleCount_tChris Lattner2005-01-16
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Adjust paths due to moving InstrSched to lib/Target/SparcV9Misha Brukman2004-10-08
* * Adjust for the move to lib/Target/SparcV9/InstrSchedMisha Brukman2004-10-08
* Single-space instead of double-spacing in the MakefileMisha Brukman2004-10-08
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-28
* Changes For Bug 352Reid Spencer2004-09-01
* Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.Brian Gaeke2004-08-18
* Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.Brian Gaeke2004-08-18
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-16
* Convert a few assertions with side-effects into regular old runtime checks.Brian Gaeke2004-07-29
* Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner2004-07-29
* TargetInstrInfo::hasOperandInterlock() is always true, because it isBrian Gaeke2004-07-28
* Use new macroChris Lattner2004-07-16
* Fix for PR341Chris Lattner2004-07-15
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Adjust to the new TargetMachine interfaceChris Lattner2004-06-02
* Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit ofBrian Gaeke2004-04-23
* MBB::remove should not modify the iterator passed inChris Lattner2004-03-31
* Eliminate the distinction between "real" and "unreal" instructionsChris Lattner2004-02-29
* Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke2004-02-25
* FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke2004-02-24
* Eliminate operator[] is deprecated warningsChris Lattner2004-02-18
* Fix deprecated operator[] warningsChris Lattner2004-02-18
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-13
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-12
* getOpCode() --> getOpcode().Brian Gaeke2004-02-12
* Move InstrSchedule's iterator begin/end methods inline.Brian Gaeke2004-02-09
* Make SchedGraph::dump() use SchedGraphNodeCommon's const_iteratorBrian Gaeke2004-02-09
* Moved iterators around.Tanya Lattner2004-01-20
* Moved iterators to common file.Tanya Lattner2004-01-20
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Let's not forget about our friends -- Constant Pool indices.Misha Brukman2003-11-06
* Do not use a class before it is defined.Chris Lattner2003-11-05
* * Eliminate `using' directiveMisha Brukman2003-10-23
* Added LLVM copyright header.John Criswell2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20