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-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
2013-03-17
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
Generalize debug info test to be resilient to changes in metadata node numbering
David Blaikie
2013-03-17
The promised test case for r175939.
Michael Gottesman
2013-03-14
LoopVectorizer: Insert some white space to make test case more readable
Arnold Schwaighofer
2013-03-14
Add missing asserts flag to test - it uses debug flags
Arnold Schwaighofer
2013-03-14
LoopVectorize: Invert case when we use a vector cmp value to query select cost
Arnold Schwaighofer
2013-03-14
Perform factorization as a last resort of unsafe fadd/fsub simplification.
Shuxin Yang
2013-03-14
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Chandler Carruth
2013-03-14
Remove a change to the debug info in this test, that I made while testing
Nick Lewycky
2013-03-14
Try using %S to find the emitted .gcno file.
Nick Lewycky
2013-03-14
Refactor GCOV's six constructor arguments into a struct with a getter that
Nick Lewycky
2013-03-13
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
Refactor filename/directory in DICompileUnit into a DIFile
David Blaikie
2013-03-12
Remove unused "isMain" field from DICompileUnit
David Blaikie
2013-03-12
Update debug info test cases with empty SplitDebugFilename field.
David Blaikie
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-11
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-11
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2013-03-09
Fix test case.
Benjamin Kramer
2013-03-09
Test case hygiene.
Benjamin Kramer
2013-03-09
LoopVectorizer: Ignore dbg.value instructions
Arnold Schwaighofer
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
Force cpu in test.
Benjamin Kramer
2013-03-08
Insert the reduction start value into the first bypass block to preserve domi...
Benjamin Kramer
2013-03-07
SimplifyCFG fix for volatile load/store.
Andrew Trick
2013-03-06
InstCombine: Don't shrink allocas when combining with a bitcast.
Jim Grosbach
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
[next]