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
*
Made the min-trip-count-switch test X86-specific to avoid
Pekka Jaaskelainen
2013-01-31
1
-0
/
+0
*
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...
Michael Gottesman
2013-01-31
2
-4
/
+4
*
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-30
3
-14
/
+24
*
Adding simple cast cost to ARM
Renato Golin
2013-01-29
1
-0
/
+114
*
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
1
-0
/
+28
*
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-29
2
-12
/
+12
*
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
1
-115
/
+0
*
FileCheck-ify some grep tests
Reid Kleckner
2013-01-25
1
-3
/
+2
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-0
/
+63
*
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
1
-0
/
+29
*
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-24
2
-1
/
+37
*
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
1
-29
/
+0
*
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
1
-0
/
+29
*
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
1
-0
/
+42
*
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
1
-0
/
+22
*
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-23
1
-3
/
+22
*
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
1
-0
/
+16
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+155
*
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-23
3
-0
/
+195
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-22
1
-1
/
+1
*
This test is only supposed to test that the objc-arc alias analysis
Michael Gottesman
2013-01-22
1
-1
/
+1
*
Remove target triple from an LSR test.
Andrew Trick
2013-01-22
1
-1
/
+0
*
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
3
-4
/
+12
*
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-20
1
-0
/
+71
*
Change the cpu type in the test.
Nadav Rotem
2013-01-20
1
-1
/
+1
*
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-19
1
-0
/
+4
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-128
/
+0
*
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
Michael Gottesman
2013-01-16
1
-0
/
+168
*
Move test that depends on the x86 target into a target-specific directory.
Benjamin Kramer
2013-01-16
1
-0
/
+0
*
Remove triple from this test, it makes it fail when X86 TTI is missing.
Benjamin Kramer
2013-01-16
1
-4
/
+1
*
Teach InstCombine to optimize extract of a value from a vector add operation ...
Nadav Rotem
2013-01-15
1
-0
/
+10
*
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
2
-33
/
+92
*
Pattern-matched variables in post-inc-icmpzero.ll
Renato Golin
2013-01-15
1
-4
/
+4
*
This change is to implement following rules under the condition C_A and/or C_R
Shuxin Yang
2013-01-14
1
-0
/
+96
*
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
1
-0
/
+84
*
Added bugzilla PR number to test case.
Michael Gottesman
2013-01-13
1
-0
/
+1
*
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
1
-0
/
+86
*
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-13
1
-0
/
+35
*
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
1
-1
/
+1
*
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
5
-13
/
+97
*
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
1
-3
/
+3
*
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
1
-0
/
+52
*
Converted test dont-tce-tail-marked-call.ll to use FileCheck.
Michael Gottesman
2013-01-11
1
-2
/
+2
*
This commit is a 4x squash commit consisting of 4x functions converted to use...
Michael Gottesman
2013-01-11
4
-6
/
+12
*
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
1
-0
/
+20
*
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
1
-0
/
+36
*
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
1
-0
/
+19
*
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-10
1
-0
/
+25
*
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
1
-11
/
+16
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
3
-2
/
+62
[next]