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-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
PNaCl ABI: add passes to cleanup/finalize some linkage types and resolve alia...
Derek Schuff
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
PNaCl: Fix ExpandTls to handle GlobalAliases of thread-local variables
Mark Seaborn
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
PNaCl: Add ExpandVarArgs pass for expanding out variable-args function calls
Mark Seaborn
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
Merge remote-tracking branch 'origin/master'
Eli Bendersky
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-15
PNaCl: Add ExpandConstantExpr pass for converting ConstantExprs to Instructions
Mark Seaborn
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
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
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
[prev]
[next]