index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
Age
Commit message (
Expand
)
Author
2013-01-23
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-23
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
Add support for reverse pointer induction variables. These are loops that con...
Nadav Rotem
2013-01-22
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-22
This test is only supposed to test that the objc-arc alias analysis
Michael Gottesman
2013-01-22
Remove target triple from an LSR test.
Andrew Trick
2013-01-21
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-20
LoopVectorizer: Implement a new heuristics for selecting the unroll factor.
Nadav Rotem
2013-01-20
Change the cpu type in the test.
Nadav Rotem
2013-01-19
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-17
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-16
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
Michael Gottesman
2013-01-16
Move test that depends on the x86 target into a target-specific directory.
Benjamin Kramer
2013-01-16
Remove triple from this test, it makes it fail when X86 TTI is missing.
Benjamin Kramer
2013-01-15
Teach InstCombine to optimize extract of a value from a vector add operation ...
Nadav Rotem
2013-01-15
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
Pattern-matched variables in post-inc-icmpzero.ll
Renato Golin
2013-01-14
This change is to implement following rules under the condition C_A and/or C_R
Shuxin Yang
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-13
Added bugzilla PR number to test case.
Michael Gottesman
2013-01-13
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-12
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-11
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
Converted test dont-tce-tail-marked-call.ll to use FileCheck.
Michael Gottesman
2013-01-11
This commit is a 4x squash commit consisting of 4x functions converted to use...
Michael Gottesman
2013-01-10
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-10
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
ARM Cost Model: Add a basic vectorization unrolling test.
Nadav Rotem
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-08
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-07
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
This change is to implement following rules:
Shuxin Yang
2013-01-07
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
Fix a mistaken commit that included some debugging code.
David Tweed
2013-01-07
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-06
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
[prev]
[next]