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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
6
-70
/
+47
*
IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Benjamin Kramer
2013-09-30
1
-1
/
+1
*
Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*
Joey Gouly
2013-09-30
1
-0
/
+23
*
Add a test that large offsets on GEPs on 32 bits targets are handled correctly.
Benjamin Kramer
2013-09-28
1
-0
/
+10
*
Use right pointer type in DebugIR
Matt Arsenault
2013-09-27
1
-0
/
+13
*
Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
2013-09-27
2
-0
/
+69
*
InstCombine: Only foldSelectICmpAndOr for integer types
Justin Bogner
2013-09-27
1
-0
/
+10
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
8
-21
/
+41
*
Transforms: Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
2013-09-27
1
-0
/
+31
*
SLPVectorize: Put horizontal reductions feeding a store under separate flag
Arnold Schwaighofer
2013-09-25
1
-8
/
+10
*
Test case for r191314.
Yi Jiang
2013-09-24
1
-0
/
+27
*
Verify that we don't optimize null return checks to the nothrow_t version of ...
Benjamin Kramer
2013-09-24
1
-0
/
+23
*
MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.
Benjamin Kramer
2013-09-24
1
-3
/
+28
*
MemoryBuiltins: Fix operator new bits.
Benjamin Kramer
2013-09-24
1
-0
/
+20
*
Teach MemoryBuiltins and InstructionSimplify that operator new never returns ...
Benjamin Kramer
2013-09-24
1
-0
/
+20
*
Revert "LoopVectorizer: Only allow vectorization of intrinsics."
Arnold Schwaighofer
2013-09-23
1
-20
/
+53
*
Expand test case a bit.
Benjamin Kramer
2013-09-23
1
-2
/
+5
*
InstSimplify: Fold equality comparisons between non-inbounds GEPs.
Benjamin Kramer
2013-09-23
1
-0
/
+9
*
SROA: Handle casts involving vectors of pointers and integer scalars.
Benjamin Kramer
2013-09-21
1
-0
/
+53
*
Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""
Arnold Schwaighofer
2013-09-21
1
-0
/
+415
*
LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...
Nadav Rotem
2013-09-21
1
-3
/
+28
*
Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"
Arnold Schwaighofer
2013-09-21
1
-415
/
+0
*
Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...
Shuxin Yang
2013-09-20
8
-22
/
+220
*
SLPVectorizer: Handle more horizontal reductions (disabled)
Arnold Schwaighofer
2013-09-20
1
-0
/
+415
*
Delete empty files.
Joerg Sonnenberger
2013-09-20
2
-0
/
+0
*
Revert r191017, it results in segmentation faults in Qt.
Joerg Sonnenberger
2013-09-20
8
-220
/
+22
*
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
-0
/
+12
*
InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.
Benjamin Kramer
2013-09-19
1
-0
/
+10
*
GVN proceeds in the presence of dead code.
Shuxin Yang
2013-09-19
8
-22
/
+220
*
Name the XCore target-specific subdirectories canonically.
Chandler Carruth
2013-09-18
4
-0
/
+0
*
A couple of tests, in llvm/test/Transforms/*/xcore, are XCore-specific. They ...
NAKAMURA Takumi
2013-09-18
2
-0
/
+6
*
Prevent LoopVectorizer and SLPVectorizer running if the target has no vector ...
Robert Lytton
2013-09-18
3
-0
/
+65
*
Re-add tests from r179291 which were accidentally removed by r181177.
Andrea Di Biagio
2013-09-18
1
-0
/
+28
*
Fix a constant folding address space place I missed.
Matt Arsenault
2013-09-17
1
-0
/
+8
*
Revert the load slicing done in r190870.
Quentin Colombet
2013-09-17
1
-330
/
+0
*
Cleanup handling of constant function casts.
Matt Arsenault
2013-09-17
1
-1
/
+142
*
SLPVectorizer: Don't vectorize phi nodes that use invoke values
Arnold Schwaighofer
2013-09-17
1
-0
/
+62
*
[InstCombiner] Slice a big load in two loads when the elements are next to each
Quentin Colombet
2013-09-17
1
-0
/
+330
*
Bugfix for PR17099:
Stepan Dyatkovskiy
2013-09-17
1
-0
/
+18
*
Add testcase for r190631
Krzysztof Parzyszek
2013-09-16
1
-0
/
+54
*
Don't vectorize if there are outside loop users of the induction variable.
Arnold Schwaighofer
2013-09-16
1
-0
/
+30
*
Remove the long, long defunct IR block placement pass.
Chandler Carruth
2013-09-14
1
-15
/
+0
*
Add missing CHECK-LABEL
Matt Arsenault
2013-09-14
1
-0
/
+1
*
Add test for untested path in SimplifyCFG
Matt Arsenault
2013-09-14
1
-6
/
+28
*
Implement TTI getUnrollingPreferences for PowerPC
Hal Finkel
2013-09-11
2
-0
/
+52
*
Teach loop-idiom about address space pointer sizes
Matt Arsenault
2013-09-11
5
-0
/
+360
*
Fix missing CHECK-LABELs
Matt Arsenault
2013-09-10
1
-5
/
+5
*
Don't shrink atomic ops to bool in GlobalOpt.
Eli Friedman
2013-09-09
1
-0
/
+15
*
[InstCombiner] Expose opportunities to merge subtract and comparison.
Quentin Colombet
2013-09-09
1
-0
/
+65
[next]