index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
/
PreSelection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doxygenified some comments, reduced extraneous space.
Misha Brukman
2003-12-17
1
-19
/
+12
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+5
*
* Stop making a global for each constant that cannot live in an instruction;
Misha Brukman
2003-11-07
1
-36
/
+14
*
No, really, order the #includes correctly.
Misha Brukman
2003-10-22
1
-1
/
+1
*
* Fix order of #includes to follow style guide
Misha Brukman
2003-10-22
1
-39
/
+27
*
Hrm, unbreak stuph :(
Chris Lattner
2003-10-21
1
-1
/
+1
*
Pull the PHI special case into it's own visit* method
Chris Lattner
2003-10-21
1
-9
/
+12
*
The lastOp operand is never used
Chris Lattner
2003-10-21
1
-20
/
+11
*
Preselection is _not_ a basicblock pass, because it adds global variables to
Chris Lattner
2003-10-21
1
-101
/
+22
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
The comment seems irrelevant as the pass has become a BasicBlock pass.
Misha Brukman
2003-10-01
1
-2
/
+0
*
Move private interfaces into private .h file
Chris Lattner
2003-09-01
1
-1
/
+1
*
Remove conversion of fp-to-uint cast into a multi-step cast:
Vikram S. Adve
2003-08-06
1
-29
/
+0
*
(1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and
Vikram S. Adve
2003-07-02
1
-45
/
+22
*
Minor tuning -- avoid a non-inlinable function call on every operand.
Vikram S. Adve
2003-06-05
1
-70
/
+72
*
Avoid generating a getelementptr instruction of a function
Chris Lattner
2003-06-04
1
-1
/
+1
*
Several bug fixes: globals in call operands were not being pulled out;
Vikram S. Adve
2003-05-31
1
-12
/
+43
*
Eliminate use of NonCopyable so that doxygen documentation doesn't link
Chris Lattner
2003-05-01
1
-3
/
+4
*
Trivial cleanup
Chris Lattner
2003-04-24
1
-5
/
+5
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-1
/
+2
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-01-14
1
-5
/
+2
*
change ++ to +1 when using random access iterators
Chris Lattner
2002-10-27
1
-4
/
+2
*
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-10-13
1
-2
/
+2
*
Major fix: extract ConstantExpr nodes and decompose them into symbolic
Vikram S. Adve
2002-10-13
1
-22
/
+90
*
Decompose FP-to-UInt casts into FP-to-ULong-toUInt.
Vikram S. Adve
2002-09-27
1
-0
/
+28
*
Moving these files from Code/PreSelection to here.
Vikram S. Adve
2002-09-20
1
-0
/
+286