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
/
BugPoint
/
remove_arguments_test.ll
Age
Commit message (
Expand
)
Author
2012-10-26
Fix unexpected passes. These test do work with LTO on linux. I tested both
Rafael Espindola
2012-10-18
Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>
Bob Wilson
2010-11-29
test: Check the feature 'loadable_module' with load modules in %llvmshlibdir.
NAKAMURA Takumi
2010-08-09
XFAIL for mingw that has no plugins.
Rafael Espindola
2010-08-08
Use %shlibext instead of .so
Rafael Espindola
2010-08-07
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-06-07
Fix this test to work under lit.
Dan Gohman
2010-06-07
Run dead type elimination after dead argument elimination.
Dan Gohman
2010-06-07
Make bugpoint dead-argument-hacking actually work, and actually test it.
Dan Gohman
2009-09-07
Use -output-prefix in bugpoint tests so that outputs go in temp directory (and
Daniel Dunbar
2009-03-21
Re-commit r67334 and r67349 with fix.
Evan Cheng
2009-03-20
Revert r67334 and r37349 which break "make check" on Linux.
Nick Lewycky
2009-03-19
More makefile changes to allow dejagnu tests to pass when system tools defaul...
Evan Cheng
2008-06-12
Pass -silence-passes to bugpoint in testcases, this makes two out of three bu...
Matthijs Kooijman
2007-03-19
Don't upgrade these.
Reid Spencer
2006-12-29
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2003-06-24
New testcase
Chris Lattner