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
/
Transforms
/
Scalar
/
ScalarReplAggregates.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR950:
Reid Spencer
2006-12-23
1
-2
/
+2
*
add a simple fast-path for dead allocas
Chris Lattner
2006-12-22
1
-1
/
+8
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-5
/
+5
*
re-enable a temporarily-reverted patch
Chris Lattner
2006-12-15
1
-53
/
+132
*
revert my recent int<->fp and vector union promotion changes, they expose
Chris Lattner
2006-12-13
1
-132
/
+53
*
Patch for PR1045 and Transforms/ScalarRepl/2006-12-11-SROA-Crash.ll
Chris Lattner
2006-12-12
1
-0
/
+2
*
trunc to integer, not to FP.
Chris Lattner
2006-12-11
1
-2
/
+11
*
implement promotion of unions containing two packed types of the same width.
Chris Lattner
2006-12-11
1
-15
/
+30
*
* Eliminate calls to CastInst::createInferredCast.
Chris Lattner
2006-12-10
1
-40
/
+93
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+3
*
For PR950:
Reid Spencer
2006-11-27
1
-6
/
+7
*
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-26
1
-7
/
+5
*
For PR950:
Reid Spencer
2006-11-08
1
-3
/
+4
*
scalarrepl should not split the two elements of the vsiidx array:
Chris Lattner
2006-11-07
1
-3
/
+7
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
Chris Lattner
2006-10-24
1
-5
/
+10
*
For PR950:
Reid Spencer
2006-10-20
1
-12
/
+12
*
Implement SROA of unions with mixed pointers/integers in them. This implements
Chris Lattner
2006-10-08
1
-10
/
+16
*
Implement Transforms/ScalarRepl/union-pointer.ll:test
Chris Lattner
2006-10-08
1
-9
/
+13
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-2
/
+3
*
Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll
Chris Lattner
2006-04-20
1
-1
/
+1
*
Teach scalarrepl to promote unions of vectors and floats, producing
Chris Lattner
2006-04-14
1
-46
/
+101
*
Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessing
Chris Lattner
2006-03-08
1
-3
/
+19
*
Fix Regression/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll
Chris Lattner
2006-01-24
1
-3
/
+1
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Fix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash.ll, a crash on undefined
Chris Lattner
2005-12-14
1
-2
/
+2
*
Implement a little hack for parity with GCC on crafty. This speeds up
Chris Lattner
2005-12-12
1
-2
/
+277
*
Add support alignment of allocation instructions.
Nate Begeman
2005-11-05
1
-2
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-12
/
+12
*
Silence warnings
Chris Lattner
2005-01-08
1
-1
/
+2
*
Remove unused variable for compilation by VC++.
Reid Spencer
2004-11-15
1
-1
/
+1
*
Teach SROA how to promote an array index that is variable, if the dimension
Chris Lattner
2004-11-14
1
-40
/
+98
*
Rearrange some code, no functionality changes.
Chris Lattner
2004-11-14
1
-49
/
+68
*
Prototype these functions more accurately
Chris Lattner
2004-09-20
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
Fixes working towards PR341
Chris Lattner
2004-07-15
1
-1
/
+1
*
Do not loop over uses as we delete them. This causes iterators to be
Chris Lattner
2004-06-19
1
-3
/
+2
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2003-12-02
1
-6
/
+3
*
Do not use index type to determine what it is indexing into!
Chris Lattner
2003-11-25
1
-26
/
+26
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll
Chris Lattner
2003-10-29
1
-62
/
+25
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-10-05
1
-1
/
+4
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-2
/
+2
*
Do not return success after checking only the FIRST USE of a gep instruction.
Chris Lattner
2003-09-12
1
-3
/
+7
*
Minor optimization efficiency improvement:
Chris Lattner
2003-09-12
1
-7
/
+9
[next]