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
...
*
LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macros
Tobias Grosser
2013-10-12
1
-0
/
+3
*
Better info when debugging vectorizer
Renato Golin
2013-10-11
1
-6
/
+5
*
Fix a bug in Dead Argument Elimination.
Shuxin Yang
2013-10-09
1
-0
/
+13
*
LoopVectorize: External uses must use the last value in a reduction cycle
Arnold Schwaighofer
2013-10-07
1
-0
/
+6
*
Revert r191834 until we measure the effect of this benchmarks and maybe find ...
Alexey Samsonov
2013-10-07
1
-3
/
+56
*
UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessors
Hal Finkel
2013-10-04
1
-2
/
+6
*
SLPVectorizer: Sort inputs to commutative binary operations
Arnold Schwaighofer
2013-10-04
1
-4
/
+123
*
Pull fptrunc's upwards through selects when one of the select's selectands wa...
Owen Anderson
2013-10-03
1
-0
/
+13
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
3
-11
/
+39
*
Make gep i8* X, -(ptrtoint Y) transform work with address spaces
Matt Arsenault
2013-10-03
1
-8
/
+10
*
Don't use runtime bounds check between address spaces.
Matt Arsenault
2013-10-02
1
-11
/
+49
*
Apply slp vectorization on fully-vectorizable tree of height 2
Yi Jiang
2013-10-02
1
-4
/
+21
*
Fix debug printing spacing.
Matt Arsenault
2013-10-02
1
-32
/
+33
*
Fix comment grammar and capitalization.
Matt Arsenault
2013-10-02
1
-3
/
+3
*
SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...
Benjamin Kramer
2013-10-02
1
-9
/
+4
*
StructurizeCFG: Add dependency on LowerSwitch pass
Tom Stellard
2013-10-02
1
-1
/
+3
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
8
-1794
/
+1
*
Remove "localize global" optimization
Alexey Samsonov
2013-10-02
1
-56
/
+3
*
Don't merge tiny functions.
Matt Arsenault
2013-10-01
1
-0
/
+12
*
Remove several unused variables.
Rafael Espindola
2013-10-01
5
-6
/
+1
*
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
[prev]
[next]