index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
dbgs() << Instruction doesn't print a newline on the end any more. Update these
Nick Lewycky
2013-06-26
1
-5
/
+5
*
Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.
Bob Wilson
2013-06-25
1
-15
/
+16
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
3
-250
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
2
-11
/
+13
*
Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
2013-06-19
3
-0
/
+881
*
LSR: Fix the parameters used to compute the scaling factor cost.
Quentin Colombet
2013-06-19
1
-5
/
+13
*
Use 0 instead of NULL.
Jakub Staszak
2013-06-15
1
-5
/
+5
*
Fix a potential bug in r183584.
Shuxin Yang
2013-06-08
1
-4
/
+8
*
Fix an assertion in MemCpyOpt pass.
Shuxin Yang
2013-06-07
1
-2
/
+4
*
IndVarSimplify: check if loop invariant expansion can trap
David Majnemer
2013-06-04
1
-1
/
+1
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-3
/
+43
*
Modify how the formulae are rated in Loop Strength Reduce.
Quentin Colombet
2013-05-31
1
-6
/
+45
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
[GVN] Split critical-edge on the fly, instead of postpone edge-splitting to next
Shuxin Yang
2013-05-09
1
-13
/
+39
*
Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
Nick Lewycky
2013-05-08
1
-5
/
+2
*
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-06
1
-14
/
+29
*
Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...
Shuxin Yang
2013-05-03
1
-169
/
+194
*
[GV] Remove dead code which is really difficult to decipher.
Shuxin Yang
2013-05-02
1
-26
/
+2
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+0
*
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
1
-8
/
+6
*
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
1
-3
/
+6
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
1
-3
/
+2
*
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-21
1
-8
/
+8
*
Fix a comment, PR15777.
Chris Lattner
2013-04-18
1
-2
/
+2
*
Fix a typo in comment.
Jim Grosbach
2013-04-15
1
-1
/
+1
*
Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...
Shuxin Yang
2013-04-08
1
-12
/
+14
*
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-07
1
-0
/
+1
*
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-05
1
-11
/
+2
*
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-04
1
-7
/
+12
*
Correct assertion condition
Shuxin Yang
2013-04-01
1
-1
/
+1
*
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-30
1
-1
/
+325
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-03-24
1
-6
/
+7
*
Use dyn_cast instead of isa && cast.
Jakub Staszak
2013-03-24
1
-8
/
+6
*
[SROA] Prefix names using a custom IRBuilder inserter.
Chandler Carruth
2013-03-21
1
-88
/
+108
*
simplify-libcalls: Removed unused variable
Meador Inge
2013-03-21
1
-2
/
+0
*
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-21
1
-701
/
+0
*
Fix a silly search-and-replace goof with r177495 that only broke
Chandler Carruth
2013-03-20
1
-1
/
+1
*
[SROA] Don't preserve the IR names in release builds.
Chandler Carruth
2013-03-20
1
-28
/
+37
*
Move the endif to the correct line so we don't have warnings about
Chandler Carruth
2013-03-20
1
-1
/
+1
*
Introduce some new statistics to help track the exact behavior of the
Chandler Carruth
2013-03-20
1
-4
/
+20
*
Update global merge pass according to Duncan's advices:
Quentin Colombet
2013-03-19
1
-8
/
+7
*
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
1
-0
/
+39
*
Revert "Cleanup some SCEV logic a bit."
Andrew Trick
2013-03-19
1
-4
/
+3
*
Cleanup some SCEV logic a bit.
Andrew Trick
2013-03-19
1
-2
/
+4
*
Tighten up an internal LSR API that should check for NULL.
Andrew Trick
2013-03-19
1
-1
/
+1
*
Make method private. Keep coding standard.
Jakub Staszak
2013-03-18
1
-26
/
+28
*
Extend global merge pass to optionally consider global constant variables.
Quentin Colombet
2013-03-18
1
-5
/
+78
*
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-18
1
-102
/
+109
*
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
1
-117
/
+124
[next]