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-02-05
InstCombine: Fix and simplify the inttoptr side too.
Benjamin Kramer
2013-02-05
Added missing newline to end of test case.
Michael Gottesman
2013-02-05
InstCombine: Harden code to work with vectors of pointers and simplify it a bit.
Benjamin Kramer
2013-02-05
ConstantFolding: Fix a crash when encoutering a truncating inttoptr.
Benjamin Kramer
2013-02-05
Formatting.
NAKAMURA Takumi
2013-02-05
llvm/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll: "-debug" req...
NAKAMURA Takumi
2013-02-05
Loop Vectorizer: Handle pointer stores/loads in getWidestType()
Arnold Schwaighofer
2013-02-05
Add code to GlobalVariable.h so that global variables marked as
Michael Gottesman
2013-02-02
Remove the (apparently) unnecessary debug info metadata indirection.
David Blaikie
2013-02-01
Add a testcase for some past-the-end address subtleties.
Dan Gohman
2013-02-01
InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...
Benjamin Kramer
2013-02-01
Revert r174152. The shift amount may overflow and in that case this transform...
Nadav Rotem
2013-02-01
Optimize shift lefts of a constant by a value plus constant into a single shift.
Nadav Rotem
2013-02-01
Rewrite instsimplify's handling if icmp on pointer values to remove the
Dan Gohman
2013-01-31
An alloca can be equal to an argument. It can't *alias* an alloca, but it could
Dan Gohman
2013-01-31
Remove the AttrBuilder form of the Attribute::get creators.
Bill Wendling
2013-01-31
Made the min-trip-count-switch test X86-specific to avoid
Pekka Jaaskelainen
2013-01-31
Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...
Michael Gottesman
2013-01-30
InstCombine: canonicalize sext-and --> select
Nadav Rotem
2013-01-29
Adding simple cast cost to ARM
Renato Golin
2013-01-29
LoopVectorize: convert TinyTripCountVectorThreshold constant
Pekka Jaaskelainen
2013-01-29
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-27
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-25
FileCheck-ify some grep tests
Reid Kleckner
2013-01-25
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-24
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-24
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
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
[next]