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
Age
Commit message (
Expand
)
Author
2009-09-11
turn on -experimental-asm-printer for x86 / AT&T by default.
Chris Lattner
2009-09-11
another random update
Chris Lattner
2009-09-11
fix a bunch of spurious failures for people whose home directory
Chris Lattner
2009-09-11
this test is using invalid "intrinsics".
Chris Lattner
2009-09-11
fix test to not get a moduleid that matches 'br'
Chris Lattner
2009-09-11
Follow up to 81494. When the folded reload is narrowed to a 32-bit load then ...
Evan Cheng
2009-09-11
It's not legal to fold a load from a narrower stack slot into a wider instruc...
Evan Cheng
2009-09-11
Reapply r81171 with a fix: don't try to use i64 when it
Dan Gohman
2009-09-11
Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and
Dan Gohman
2009-09-10
Factor out the code for checking that all indices in a getelementptr are
Dan Gohman
2009-09-10
Don't swap the operands of a subtraction when trying to create a
Bob Wilson
2009-09-10
Add a test case for r81431.
Evan Cheng
2009-09-10
Remove prcontext.
Daniel Dunbar
2009-09-10
Revert r81171 which was causing pr4927.
Bob Wilson
2009-09-09
Testcase for (llvm-gcc) 81399. Adjust an older
Dale Johannesen
2009-09-09
Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.
Bob Wilson
2009-09-09
Fix SplitCriticalEdge to properly update LCSSA form when splitting a
Dan Gohman
2009-09-09
When widening a vector load, use the correct chain. This fixes PR4891.
Dan Gohman
2009-09-09
Add testcase for r81322 (PR4933).
Torok Edwin
2009-09-09
add a testacse for the objc problem that required required r81305
Chris Lattner
2009-09-09
disable the new asmprinter by default. Both the Mangler and MCSymbol
Chris Lattner
2009-09-09
Cast MO.getImm() to unsigned before comparing with an unsigned limit.
Evan Cheng
2009-09-09
Update test.
Daniel Dunbar
2009-09-09
turn the mcinst asmprinter on by default for x86, tweaking two tests to
Chris Lattner
2009-09-09
Remove failing test...
Bill Wendling
2009-09-09
Use "opt < %s" instead of "opt %s" to keep the testname away from the grep.
Dan Gohman
2009-09-09
this got merged into lea.ll
Chris Lattner
2009-09-09
filecheckize
Chris Lattner
2009-09-09
Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the
Bill Wendling
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
update various tests for signedness changes in .s file.
Chris Lattner
2009-09-08
adjust for signedness change. I'd appreciate it if an ARM flavored person
Chris Lattner
2009-09-08
Merge Archive/extract* tests into one; this avoids a race when tests are run in
Daniel Dunbar
2009-09-08
merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes.
Chris Lattner
2009-09-08
tweak this to pass on linux.
Chris Lattner
2009-09-08
convert to filecheck syntax
Chris Lattner
2009-09-08
change selectiondag to add the sign extended versions of immediate operands
Chris Lattner
2009-09-08
Use "opt < %s" instead of "opt %s" so that opt doesn't print the test
Dan Gohman
2009-09-08
Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.
Anton Korobeynikov
2009-09-08
Convert a few more opt | llvm-dis to opt -S.
Dan Gohman
2009-09-08
filecheckize some tests
Chris Lattner
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Fix PR4909, patch by Jakub Staszak.
Owen Anderson
2009-09-08
remove an extremely dubious instcombine transformation of
Chris Lattner
2009-09-08
Trim unnecessary declarations.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
Re-apply r80926, with fixes: keep the domtree informed of new blocks
Dan Gohman
2009-09-08
Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and
Anton Korobeynikov
2009-09-08
Unbreak these tests. Chris, please verify that these changes are intended.
Dan Gohman
[next]