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
...
*
InstCombine: Remove unused argument. No functionality change.
Benjamin Kramer
2013-09-20
2
-12
/
+6
*
SLPVectorizer: Handle more horizontal reductions (disabled)
Arnold Schwaighofer
2013-09-20
1
-8
/
+368
*
Revert r191017, it results in segmentation faults in Qt.
Joerg Sonnenberger
2013-09-20
1
-164
/
+6
*
InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...
Benjamin Kramer
2013-09-20
1
-0
/
+14
*
[Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.
Shuxin Yang
2013-09-19
1
-3
/
+6
*
InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.
Benjamin Kramer
2013-09-19
1
-1
/
+2
*
GVN proceeds in the presence of dead code.
Shuxin Yang
2013-09-19
1
-6
/
+164
*
[msan] Wrap indirect functions.
Evgeniy Stepanov
2013-09-19
1
-7
/
+43
*
[asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...
Kostya Serebryany
2013-09-18
1
-1
/
+22
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
2
-0
/
+10
*
Revert accidental commit I had to make to get the test case in PR17268 to sti...
Craig Topper
2013-09-18
1
-1
/
+1
*
Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...
Craig Topper
2013-09-18
1
-1
/
+1
*
ifndef NDEBUG-out an asserts-only constant committed in r190863
David Blaikie
2013-09-18
1
-0
/
+2
*
Revert the load slicing done in r190870.
Quentin Colombet
2013-09-17
1
-285
/
+0
*
Cleanup handling of constant function casts.
Matt Arsenault
2013-09-17
1
-24
/
+8
*
SLPVectorizer: Don't vectorize phi nodes that use invoke values
Arnold Schwaighofer
2013-09-17
1
-0
/
+12
*
[InstCombiner] Slice a big load in two loads when the elements are next to each
Quentin Colombet
2013-09-17
1
-0
/
+285
*
[asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...
Kostya Serebryany
2013-09-17
1
-3
/
+48
*
Bugfix for PR17099:
Stepan Dyatkovskiy
2013-09-17
1
-8
/
+15
*
MemCpyOptimizer: Use max legal int size instead of pointer size
Matt Arsenault
2013-09-16
1
-5
/
+8
*
Don't vectorize if there are outside loop users of the induction variable.
Arnold Schwaighofer
2013-09-16
1
-0
/
+6
*
[msan] Check return value of main().
Evgeniy Stepanov
2013-09-16
1
-4
/
+13
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+3
*
Replace some unnecessary vector copies with references.
Benjamin Kramer
2013-09-15
1
-2
/
+0
*
Fix spelling.
Robert Wilhelm
2013-09-14
1
-1
/
+1
*
Remove the long, long defunct IR block placement pass.
Chandler Carruth
2013-09-14
3
-154
/
+0
*
[msan] Add source file:line to stack origin reports.
Evgeniy Stepanov
2013-09-13
1
-6
/
+8
*
Avoid a compiler warning about Found not being used when assertions are
Duncan Sands
2013-09-13
1
-0
/
+1
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-09-11
1
-7
/
+25
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
4
-5
/
+5
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
4
-5
/
+5
*
Use type form of getIntPtrType
Matt Arsenault
2013-09-11
1
-2
/
+2
*
Teach loop-idiom about address space pointer sizes
Matt Arsenault
2013-09-11
1
-12
/
+21
*
Add braces
Matt Arsenault
2013-09-11
1
-6
/
+9
*
Get rid of unused isPodLike definitions.
Eli Friedman
2013-09-11
2
-12
/
+0
*
Don't assert on invalid loop vectorization hint.
Eli Friedman
2013-09-10
1
-7
/
+10
*
Fix mistake in r190442.
Eli Friedman
2013-09-10
1
-0
/
+7
*
Remove unused functions.
Eli Friedman
2013-09-10
1
-5
/
+0
*
Teach ScalarEvolution about pointer address spaces
Matt Arsenault
2013-09-10
1
-1
/
+1
*
LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...
Benjamin Kramer
2013-09-10
1
-2
/
+2
*
[asan] refactor the use-after-return API so that the size class is computed a...
Kostya Serebryany
2013-09-10
1
-10
/
+32
*
Use StringRef::npos for StringRef instead of std::string one
Matt Arsenault
2013-09-10
1
-3
/
+3
*
Don't shrink atomic ops to bool in GlobalOpt.
Eli Friedman
2013-09-09
1
-4
/
+7
*
[InstCombiner] Expose opportunities to merge subtract and comparison.
Quentin Colombet
2013-09-09
1
-1
/
+46
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
4
-49
/
+62
*
TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
Manman Ren
2013-09-06
1
-6
/
+2
*
Use type helper functions.
Matt Arsenault
2013-09-06
3
-4
/
+3
*
Teach CodeGenPrepare about address spaces
Matt Arsenault
2013-09-06
1
-4
/
+2
*
Consistently use dbgs() in debug printing
Matt Arsenault
2013-09-05
4
-17
/
+17
*
Remove unused argument.
Rafael Espindola
2013-09-05
1
-3
/
+1
[prev]
[next]