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
*
Fix code duplication
Matt Arsenault
2013-10-01
1
-21
/
+10
*
Use right address space size in InstCombineCompares
Matt Arsenault
2013-09-30
1
-3
/
+6
*
Constant fold ptrtoint + compare with address spaces
Matt Arsenault
2013-09-30
1
-1
/
+1
*
BoundsChecking: Fix refacto.
Benjamin Kramer
2013-09-30
1
-0
/
+1
*
Convert manual insert point restores to the new RAII object.
Benjamin Kramer
2013-09-30
3
-13
/
+3
*
InstCombine: Replace manual fast math flag copying with the new IRBuilder RAI...
Benjamin Kramer
2013-09-30
1
-22
/
+20
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-21
/
+1
*
Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*
Joey Gouly
2013-09-30
1
-2
/
+2
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
3
-4
/
+4
*
Fix spelling intruction -> instruction.
Robert Wilhelm
2013-09-28
2
-2
/
+2
*
Use right pointer type in DebugIR
Matt Arsenault
2013-09-27
1
-1
/
+1
*
Use type helper functions
Matt Arsenault
2013-09-27
2
-3
/
+2
*
Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
2013-09-27
1
-4
/
+7
*
InstCombine: Only foldSelectICmpAndOr for integer types
Justin Bogner
2013-09-27
1
-1
/
+1
*
Transforms: Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
2013-09-27
2
-2
/
+2
*
First check in. Modified a comment.
Puyan Lotfi
2013-09-27
1
-1
/
+1
*
SLPVectorize: Put horizontal reductions feeding a store under separate flag
Arnold Schwaighofer
2013-09-25
1
-13
/
+18
*
[msan] Fix -Wreturn-type warnings in non-self-hosted build.
Evgeniy Stepanov
2013-09-25
1
-0
/
+2
*
set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorizat...
Yi Jiang
2013-09-24
1
-1
/
+1
*
Push analysis passes to InstSimplify when they're around anyways.
Benjamin Kramer
2013-09-24
3
-3
/
+4
*
[msan] Handling of atomic load/store, atomic rmw, cmpxchg.
Evgeniy Stepanov
2013-09-24
1
-2
/
+96
*
Revert "LoopVectorizer: Only allow vectorization of intrinsics."
Arnold Schwaighofer
2013-09-23
1
-29
/
+46
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
2
-11
/
+6
*
Drop spurious handle in comment.
Benjamin Kramer
2013-09-22
1
-1
/
+1
*
SROA: Handle casts involving vectors of pointers and integer scalars.
Benjamin Kramer
2013-09-21
1
-11
/
+47
*
SLPVectorizer: Fix multiline comment warning
Arnold Schwaighofer
2013-09-21
1
-2
/
+2
*
Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""
Arnold Schwaighofer
2013-09-21
1
-8
/
+364
*
LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...
Nadav Rotem
2013-09-21
1
-2
/
+11
*
Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"
Arnold Schwaighofer
2013-09-21
1
-368
/
+8
*
Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...
Shuxin Yang
2013-09-20
1
-6
/
+168
*
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
[next]