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
/
LiveVar
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-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
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-17
Consolidate the definitions
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-09-01
Changes For Bug 352
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-07-16
IA64 compat
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-02
Convert to the new TargetMachine interface.
Chris Lattner
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-24
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-11
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-02-11
Increase constness.
Alkis Evlogimenos
2004-01-09
Move sparc-specific livevar code into lib/Target/Sparc
Chris 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-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Convert this code from using annotations to using a local map
Chris Lattner
2003-10-20
Remove using declaration
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-01
This file is hopelessly out of date
Chris Lattner
2003-08-14
Improvement to the previous fix: branch following a delay slot of
Vikram S. Adve
2003-08-12
For an instruction with delay slots, mark all live values before
Vikram S. Adve
2003-07-29
Don't require a BB to look-up live variables, unless they may need to
Vikram S. Adve
2003-05-27
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-05-20
The word `operands' has an `r' in it.
Misha Brukman
2003-05-20
Sparc instruction opcodes now all live under the `V9' namespace.
Misha Brukman
2003-01-14
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2003-01-14
Move annotations to support library
Chris Lattner
2002-10-29
Fix spelling of `propagate'.
Misha Brukman
2002-10-28
Eliminate uses of MachineBasicBlock::get
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-08
A single MachineInstr operand may now be both a def and a use.
Vikram S. Adve
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
[next]