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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tabs to spaces. No functionality change.
Nick Lewycky
2013-05-04
1
-3
/
+3
*
Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...
Shuxin Yang
2013-05-03
1
-169
/
+194
*
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-03
1
-20
/
+29
*
[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
8
-8
/
+2
*
SROA: Generate selects instead of shuffles when blending values because this ...
Nadav Rotem
2013-05-01
1
-8
/
+6
*
Revert "InstCombine: Fold more shuffles of shuffles."
Jim Grosbach
2013-05-01
1
-12
/
+5
*
Fix a use after free. RI is freed before the call to getDebugLoc(). To
Richard Trieu
2013-04-30
1
-4
/
+5
*
Fix a typo
Nadav Rotem
2013-04-30
1
-1
/
+1
*
InstCombine: Fold more shuffles of shuffles.
Jim Grosbach
2013-04-30
1
-5
/
+12
*
Spelling. Thanks, Eric.
Adrian Prantl
2013-04-30
1
-1
/
+1
*
Set debug locations for branch instructions created during inlining, even
Adrian Prantl
2013-04-30
1
-2
/
+10
*
Fix a bug in foldSelectICmpAndOr.
David Majnemer
2013-04-30
1
-1
/
+2
*
Fix "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-30
1
-0
/
+64
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
1
-4
/
+90
*
Add in some conditional compilation in order to silence an unused variable wa...
Michael Gottesman
2013-04-29
1
-0
/
+2
*
[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...
Michael Gottesman
2013-04-29
2
-53
/
+64
*
Added statistics to count the number of retains/releases before/after optimiz...
Michael Gottesman
2013-04-29
1
-0
/
+47
*
Removed trailing whitespace.
Michael Gottesman
2013-04-29
1
-1
/
+1
*
Fix for r180693. = /.
Michael Gottesman
2013-04-29
1
-1
/
+2
*
[objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...
Michael Gottesman
2013-04-29
1
-6
/
+5
*
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
1
-3
/
+6
*
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
1
-2
/
+2
*
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-26
1
-2
/
+27
*
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...
Nadav Rotem
2013-04-26
1
-4
/
+11
*
Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...
Michael Gottesman
2013-04-26
1
-38
/
+0
*
LoopVectorizer: No need to generate pointer disambiguation checks between rea...
Nadav Rotem
2013-04-25
1
-4
/
+12
*
[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...
Michael Gottesman
2013-04-24
1
-0
/
+38
*
Fixed comment typo.
Michael Gottesman
2013-04-24
1
-1
/
+1
*
LoopVectorizer: Change variable name Stride to ConsecutiveStride
Arnold Schwaighofer
2013-04-24
1
-6
/
+6
*
LoopVectorize: Scalarize padded types
Arnold Schwaighofer
2013-04-24
1
-1
/
+9
*
LoopVectorizer: Bail out if we don't have datalayout we need it
Arnold Schwaighofer
2013-04-24
1
-0
/
+5
*
Make sure the instruction right after an inlined function has a
Adrian Prantl
2013-04-23
1
-4
/
+10
*
LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...
Nadav Rotem
2013-04-23
1
-4
/
+4
*
Call the potentially costly isAnnotatedParallel() only once.
Pekka Jaaskelainen
2013-04-23
1
-3
/
+5
*
Refuse to (even try to) vectorize loops which have uniform writes,
Pekka Jaaskelainen
2013-04-23
1
-9
/
+9
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
8
-0
/
+16
*
Changed back (relative to commit 179786) the operations executed when extract...
Anat Shemer
2013-04-22
1
-3
/
+3
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
3
-10
/
+7
*
SROA: Don't crash on a select with two identical operands.
Benjamin Kramer
2013-04-21
1
-8
/
+8
*
Revert "SimplifyCFG: If convert single conditional stores"
Arnold Schwaighofer
2013-04-21
1
-88
/
+4
*
SLPVectorize: Add support for vectorization of casts.
Nadav Rotem
2013-04-21
1
-0
/
+69
*
SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes w...
Nadav Rotem
2013-04-21
1
-0
/
+1
*
When we strength reduce an objc_retainBlock call to objc_retain, increment Nu...
Michael Gottesman
2013-04-21
1
-1
/
+6
*
Fixed comment typo.
Michael Gottesman
2013-04-21
1
-1
/
+1
*
[objc-arc] Fixed typo in debug message.
Michael Gottesman
2013-04-21
1
-1
/
+1
*
[objc-arc] Fixed comment typo.
Michael Gottesman
2013-04-21
1
-1
/
+1
*
[objc-arc] Refactored OptimizeReturns so that it uses continue instead of a l...
Michael Gottesman
2013-04-21
1
-25
/
+30
*
[objc-arc] Added debug statement saying when we are resetting a sequence's pr...
Michael Gottesman
2013-04-20
1
-0
/
+1
*
Fix PR15800. Do not try to vectorize vectors and structs.
Nadav Rotem
2013-04-20
1
-1
/
+10
[next]