index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
InstrSched
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-10-02
silence a warning
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-05-13
hide this option
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-21
Make this method non-const. Making it const causes the const version of
Tanya Lattner
2005-01-16
cycles_t -> CycleCount_t
Chris Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-08
Adjust paths due to moving InstrSched to lib/Target/SparcV9
Misha Brukman
2004-10-08
* Adjust for the move to lib/Target/SparcV9/InstrSched
Misha Brukman
2004-10-08
Single-space instead of double-spacing in the Makefile
Misha Brukman
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-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-07-29
Convert a few assertions with side-effects into regular old runtime checks.
Brian Gaeke
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403:
Chris Lattner
2004-07-28
TargetInstrInfo::hasOperandInterlock() is always true, because it is
Brian Gaeke
2004-07-16
Use new macro
Chris Lattner
2004-07-15
Fix for PR341
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-02
Adjust to the new TargetMachine interface
Chris Lattner
2004-04-23
Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
Brian Gaeke
2004-03-31
MBB::remove should not modify the iterator passed in
Chris Lattner
2004-02-29
Eliminate the distinction between "real" and "unreal" instructions
Chris Lattner
2004-02-25
Great sparc renaming fallout IV: Sparc --> SparcV9.
Brian Gaeke
2004-02-24
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-18
Eliminate operator[] is deprecated warnings
Chris Lattner
2004-02-18
Fix deprecated operator[] warnings
Chris Lattner
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
getOpCode() --> getOpcode().
Brian Gaeke
2004-02-09
Move InstrSchedule's iterator begin/end methods inline.
Brian Gaeke
2004-02-09
Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator
Brian Gaeke
2004-01-20
Moved iterators around.
Tanya Lattner
2004-01-20
Moved iterators to common file.
Tanya Lattner
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-06
Let's not forget about our friends -- Constant Pool indices.
Misha Brukman
2003-11-05
Do not use a class before it is defined.
Chris Lattner
2003-10-23
* Eliminate `using' directive
Misha Brukman
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
[next]