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
/
SparcV9PreSelection.cpp
Age
Commit message (
Expand
)
Author
2004-04-25
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-07
Fix insertion of SelectInsts.
Brian Gaeke
2004-04-04
In the perhaps not-to-distant future, we might support gep instructions that
Chris Lattner
2004-04-02
Add support for constant select expressions. Clarify the assertion failure msg.
Brian Gaeke
2004-03-11
Give pass a name
Brian Gaeke
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2003-12-17
Doxygenified some comments, reduced extraneous space.
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-07
* Stop making a global for each constant that cannot live in an instruction;
Misha Brukman
2003-10-22
No, really, order the #includes correctly.
Misha Brukman
2003-10-22
* Fix order of #includes to follow style guide
Misha Brukman
2003-10-21
Hrm, unbreak stuph :(
Chris Lattner
2003-10-21
Pull the PHI special case into it's own visit* method
Chris Lattner
2003-10-21
The lastOp operand is never used
Chris Lattner
2003-10-21
Preselection is _not_ a basicblock pass, because it adds global variables to
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-01
The comment seems irrelevant as the pass has become a BasicBlock pass.
Misha Brukman
2003-09-01
Move private interfaces into private .h file
Chris Lattner
2003-08-06
Remove conversion of fp-to-uint cast into a multi-step cast:
Vikram S. Adve
2003-07-02
(1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and
Vikram S. Adve
2003-06-05
Minor tuning -- avoid a non-inlinable function call on every operand.
Vikram S. Adve
2003-06-04
Avoid generating a getelementptr instruction of a function
Chris Lattner
2003-05-31
Several bug fixes: globals in call operands were not being pulled out;
Vikram S. Adve
2003-05-01
Eliminate use of NonCopyable so that doxygen documentation doesn't link
Chris Lattner
2003-04-24
Trivial cleanup
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
Minor cleanups
Chris Lattner
2002-10-27
change ++ to +1 when using random access iterators
Chris Lattner
2002-10-13
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-13
Major fix: extract ConstantExpr nodes and decompose them into symbolic
Vikram S. Adve
2002-09-27
Decompose FP-to-UInt casts into FP-to-ULong-toUInt.
Vikram S. Adve
2002-09-20
Moving these files from Code/PreSelection to here.
Vikram S. Adve