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
...
*
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
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-32
/
+32
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
6
-9
/
+9
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
13
-24
/
+24
*
Merge these 2 tests in a single file.
Rafael Espindola
2013-09-04
4
-71
/
+50
*
Revert "Add r159136 back now that pr13124 has been fixed."
Rafael Espindola
2013-09-04
1
-14
/
+0
*
InstCombine: allow unmasked icmps to be combined with logical ops
Tim Northover
2013-09-04
1
-0
/
+30
*
InstCombine: look for masked compares with subset relation
Tim Northover
2013-09-04
1
-0
/
+122
*
Add r159136 back now that pr13124 has been fixed.
Rafael Espindola
2013-09-03
1
-0
/
+14
*
[objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.
Michael Gottesman
2013-09-03
5
-672
/
+0
*
[objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...
Michael Gottesman
2013-09-03
3
-55
/
+55
*
Teach InstCombineLoadCast about address spaces.
Matt Arsenault
2013-09-03
1
-1
/
+22
*
In this patch we are trying to do two things:
Yi Jiang
2013-09-03
3
-13
/
+141
*
SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...
Benjamin Kramer
2013-08-31
1
-0
/
+20
*
InstCombine: Check for zero shift amounts before subtracting one causing inte...
Benjamin Kramer
2013-08-30
1
-0
/
+36
*
Fix a test to not fail for users with my name. :)
Daniel Dunbar
2013-08-29
1
-0
/
+1
*
Convert tests to FileCheck
Matt Arsenault
2013-08-28
14
-19
/
+38
*
Handle address spaces in TargetTransformInfo
Matt Arsenault
2013-08-28
1
-1
/
+44
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
2
-1
/
+32
*
Fix inserting instructions before last in bundle.
Matt Arsenault
2013-08-26
1
-1
/
+1
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
21
-30
/
+30
*
LoopVectorize: Implement partial loop unrolling when vectorization is not pro...
Nadav Rotem
2013-08-26
1
-0
/
+39
*
Forgot to add slp threshold to test
Matt Arsenault
2013-08-26
1
-1
/
+2
*
Vectorize starting from insertelements building a vector
Matt Arsenault
2013-08-26
1
-0
/
+196
*
Filecheckize some tests.
Michael Gottesman
2013-08-23
2
-3
/
+10
*
Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stal...
Michael Gottesman
2013-08-23
3
-53
/
+59
*
[Debug Info Tests] Update testing cases.
Manman Ren
2013-08-22
2
-15
/
+15
[prev]
[next]