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
/
Transforms
Age
Commit message (
Expand
)
Author
2013-05-14
LoopVectorize: Handle loops with multiple forward inductions
Arnold Schwaighofer
2013-05-14
[objc-arc-opts] Added debug statements when we set and unset whether a pointe...
Michael Gottesman
2013-05-13
[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...
Michael Gottesman
2013-05-13
Move a couple more statistics inside '#ifndef NDEBUG'.
Matt Beaumont-Gay
2013-05-13
[objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...
Michael Gottesman
2013-05-13
[objc-arc] Move the before optimization statistics gathering phase out of Opt...
Michael Gottesman
2013-05-13
Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
2013-05-13
SLPVectorizer: Swap LHS and RHS. No functionality change.
Nadav Rotem
2013-05-12
SLPVectorizer: Fix a bug in the code that generates extracts for values with ...
Nadav Rotem
2013-05-12
SLPVectorizer: Clear the map that maps between scalars to vectors after each ...
Nadav Rotem
2013-05-12
InstCombine: Flip the order of two urem transforms
David Majnemer
2013-05-11
LoopVectorize: Use the widest induction variable type
Arnold Schwaighofer
2013-05-11
LoopVectorize: Use variable instead of repeated function call
Arnold Schwaighofer
2013-05-11
LoopVectorize: Use IRBuilder interface in more places
Arnold Schwaighofer
2013-05-11
InstCombine: Turn urem to bitwise-and more often
David Majnemer
2013-05-10
SLPVectorizer: Add support for trees with external users.
Nadav Rotem
2013-05-10
Add a debug print
Nadav Rotem
2013-05-10
InstCombine: Don't claim to be able to evaluate any shl in a zexted type.
Benjamin Kramer
2013-05-10
InstCombine: Verify the type before transforming uitofp into select.
Benjamin Kramer
2013-05-09
Fix a documentation warning: \bried -> \brief
Dmitri Gribenko
2013-05-09
[GVN] Split critical-edge on the fly, instead of postpone edge-splitting to next
Shuxin Yang
2013-05-09
Don't replace an alias in llvm.used with its target.
Rafael Espindola
2013-05-09
InstCombine: Don't just copy known bits from the first operand of an srem.
Benjamin Kramer
2013-05-09
LoopVectorizer: Don't assert on the absence of induction variables
Arnold Schwaighofer
2013-05-08
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
Nick Lewycky
2013-05-07
LoopVectorizer: Improve reduction variable identification
Arnold Schwaighofer
2013-05-07
LoopVectorize: getConsecutiveVector must respect signed arithmetic
Arnold Schwaighofer
2013-05-06
InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
David Majnemer
2013-05-06
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-06
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
2013-05-06
Update the comment to mention that we use TTI.
Nadav Rotem
2013-05-06
Revert r164763 because it introduces new shuffles.
Nadav Rotem
2013-05-06
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-05
LoopVectorize: Print values instead of pointers in debug output.
Benjamin Kramer
2013-05-05
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
LoopVectorizer: Cleanup of miminimum/maximum pattern match code
Arnold Schwaighofer
2013-05-05
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-04
Tabs to spaces. No functionality change.
Nick Lewycky
2013-05-03
Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...
Shuxin Yang
2013-05-03
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-02
[GV] Remove dead code which is really difficult to decipher.
Shuxin Yang
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
Revert "InstCombine: Fold more shuffles of shuffles."
Jim Grosbach
2013-04-30
Fix a use after free. RI is freed before the call to getDebugLoc(). To
Richard Trieu
2013-04-30
Fix a typo
Nadav Rotem
2013-04-30
InstCombine: Fold more shuffles of shuffles.
Jim Grosbach
2013-04-30
Spelling. Thanks, Eric.
Adrian Prantl
[next]