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-03-02
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
X86 cost model: Adjust cost for custom lowered vector multiplies
Arnold Schwaighofer
2013-03-02
PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.
Nadav Rotem
2013-03-01
LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.
Benjamin Kramer
2013-02-28
Fix a bug in instcombine for fmul in fast math mode.
Quentin Colombet
2013-02-27
LoopVectorize: Vectorize math builtin calls.
Benjamin Kramer
2013-02-26
Constant fold vector bitcasts of halves similarly to how floats and doubles a...
Michael Ilseman
2013-02-24
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
Fix invalid IR in test, missing incoming value for PHI node.
Benjamin Kramer
2013-02-23
Some more tests for the global structure vectorizer
Renato Golin
2013-02-22
More tests to global struct vectorizer
Renato Golin
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-21
Allow GlobalValues to vectorize with AliasAnalysis
Renato Golin
2013-02-20
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-19
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
Temporarily revert r175470 for more review.
Bill Wendling
2013-02-18
Check to see if the 'no-builtin' attribute is set before simplifying a librar...
Bill Wendling
2013-02-18
AArch64: adjust tests which rely on a default JIT
Tim Northover
2013-02-17
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-16
The transform is:
Bill Wendling
2013-02-15
Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...
Pekka Jaaskelainen
2013-02-15
Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
2013-02-15
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
Fix testcase for attribute ordering.
Bill Wendling
2013-02-15
Fix testcase for attribute ordering.
Bill Wendling
2013-02-14
Teach the DataLayout aware constant folder to be much more aggressive towards
Nick Lewycky
2013-02-13
s/grep/FileCheck/ in some tests
Eli Bendersky
2013-02-11
Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...
Michael Ilseman
2013-02-11
Remove trailing whitespace
Michael Ilseman
2013-02-11
FileCheck-ize the tests.
Bill Wendling
2013-02-09
LSR IVChain improvement.
Andrew Trick
2013-02-08
[SimplifyLibCalls] Library call simplification doen't work if the call site
Chad Rosier
2013-02-08
Revert "Have InstCombine call SipmlifyCall when handling calls. Test case inc...
Andrew Trick
2013-02-07
Have InstCombine call SipmlifyCall when handling calls. Test case included.
Michael Ilseman
2013-02-07
Identify and simplify idempotent intrinsics. Test case included.
Michael Ilseman
2013-02-07
Remove this testcase until I can figure out how to properly conditionalize it.
Owen Anderson
2013-02-07
Another attempt at getting the XFAIL line right for this test.
Owen Anderson
2013-02-07
Preserve fast-math flags after reassociation and commutation. Update test cases
Michael Ilseman
2013-02-07
whitespace
Michael Ilseman
2013-02-07
Fix CMake detection of various cmath functions, and XFAIL the test on platfor...
Owen Anderson
2013-02-06
Signficantly generalize our ability to constant fold floating point intrinsic...
Owen Anderson
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
[next]