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
*
[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
*
Change the order of the operands in patchAndReplaceAllUsesWith so
Dan Gohman
2013-03-12
1
-5
/
+5
*
Keep coding stanard.
Jakub Staszak
2013-03-07
1
-4
/
+3
*
Don't create IRBuilder if we can return from the method earlier.
Jakub Staszak
2013-03-07
1
-2
/
+2
*
Bypass Slow Divides
Preston Gurd
2013-03-04
1
-1
/
+1
*
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
1
-5
/
+24
*
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-22
1
-1
/
+1
*
Remove dead code and whitespace.
Chad Rosier
2013-02-21
1
-10
/
+0
*
Update a comment that looks to have been accidentally deleted many moons ago.
Chad Rosier
2013-02-20
1
-1
/
+1
*
Remove unused variable.
Jakub Staszak
2013-02-19
1
-2
/
+1
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-19
1
-10
/
+7
*
Remove unneeded #includes.
Jakub Staszak
2013-02-19
1
-2
/
+0
*
Fix typos.
Jakub Staszak
2013-02-19
1
-10
/
+10
*
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-16
1
-67
/
+67
[next]