index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
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
[next]