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-04-11
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-10
Make the SLP store-merger less paranoid about function calls. We check for fu...
Nadav Rotem
2013-04-09
Add support for bottom-up SLP vectorization infrastructure.
Nadav Rotem
2013-04-09
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
Michael Gottesman
2013-04-09
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-08
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-07
Fix PR15674 (and PR15603): a SROA think-o.
Chandler Carruth
2013-04-05
An objc_retain can serve as a use for a different pointer.
Michael Gottesman
2013-04-05
Properly model precise lifetime when given an incomplete dataflow sequence.
Michael Gottesman
2013-04-05
Disable the optimization about promoting vector-element-access with symbolic ...
Shuxin Yang
2013-04-04
LoopVectorizer: Pass OperandValueKind information to the cost model
Arnold Schwaighofer
2013-04-03
Remove an optimization where we were changing an objc_autorelease into an obj...
Michael Gottesman
2013-04-02
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-01
Correct assertion condition
Shuxin Yang
2013-04-01
X86TTI: Add accurate costs for itofp operations, based on the actual instruct...
Benjamin Kramer
2013-03-30
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-29
Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...
Michael Gottesman
2013-03-29
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-28
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
Remove -O3.
Akira Hatanaka
2013-03-28
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
2013-03-27
Added back in the test for arc-annotations.
Michael Gottesman
2013-03-27
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-26
Add test case for commit r178031.
Ulrich Weigand
2013-03-26
Remove testcase. It's failing on some platforms but not others.
Bill Wendling
2013-03-26
Hmm...not failing...odd
Bill Wendling
2013-03-26
Temporarily XFAIL this test until Michael can look at it.
Bill Wendling
2013-03-26
[ObjCARC Annotations] Added support for displaying the state of pointers at t...
Michael Gottesman
2013-03-25
Add an optimizer-side test case for ARC bug <rdar://13195034>, fixed
John McCall
2013-03-25
Fix a bug in fast-math fadd/fsub simplification.
Shuxin Yang
2013-03-25
Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...
NAKAMURA Takumi
2013-03-25
Address issues found by Duncan during post-commit review of r177856.
Arnaud A. de Grandmaison
2013-03-25
InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
Arnaud A. de Grandmaison
2013-03-22
Kill every call to @clang.arc.use in the ARC contract phase.
John McCall
2013-03-22
Update test. There may be multiple catches, but those will be cleaned up.
Bill Wendling
2013-03-22
InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...
Arnaud A. de Grandmaison
2013-03-21
Move the DIFile in DISubprogram to the beginning to be a common prefix along ...
David Blaikie
2013-03-21
Remove unused field in DISubprogram
David Blaikie
2013-03-21
Update some EH tests that were violating the new EH model.
Bill Wendling
2013-03-21
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-20
Remove unused field in DICompileUnit
David Blaikie
2013-03-20
Don't assume the test directory is writable, use %T to find a writable
Nick Lewycky
2013-03-19
IndVarSimplify: do not recompute an IV value outside of the loop if :
Arnaud A. de Grandmaison
2013-03-19
Emit the linkage name instead of the function name, when available. This means
Nick Lewycky
2013-03-18
Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.
Manman Ren
2013-03-18
Initially forgotten-to-svn-add test case for r177279.
David Tweed
2013-03-17
Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...
Michael Gottesman
[prev]
[next]