aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)Author
2012-06-21Add Mips to the list of target architectures for the MCJIT tests.Akira Hatanaka
2012-05-18Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev
2012-05-17- Added ExecutionEngine/MCJIT testsDanil Malyshev
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-17Remove "XFAIL: arm" from test/ExecutionEngine/test-return.llEli Bendersky
2012-01-17Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELFEli Bendersky
2012-01-16Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky
2011-08-26Excluding ARM JIT tests until someone can fix this compilation path.Andrew Trick
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-05-31Reverted r132135 per Xerxes request. These tests are passing for his setup. R...Galina Kistanova
2011-05-26Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova
2010-12-02XFAIL for now. If someone with access to an ARM/Linux host wants to have a lookJim Grosbach
2010-11-13lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar
2010-11-09Jim's recent fixes 118600, 118587, 118513 have made these work.Dale Johannesen
2010-10-29The ARM jit cannot handle these tests as of 2010-10-27.Andrew Trick
2010-04-16Revert r101455, which fails on the llvm-arm-linux buildbot.Dan Gohman
2010-04-16Add JIT exception handling test.Bill Wendling
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman
2010-01-15Test case for http://llvm.org/PR6028.Jay Foad
2009-11-08Remove test. Execution tests are slow and generally not worth it.Nick Lewycky
2009-11-08Fix run line.Nick Lewycky
2009-11-08Fix the interpreter to not crash due to zeroext/signextNick Lewycky
2009-10-05Add a test for http://llvm.org/PR3043.Jeffrey Yasskin
2009-09-09Remove failing test...Bill Wendling
2009-09-09Fix PR4865. This syncs up the JIT's DWARF emitter with what's in theBill Wendling
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-24Remove this test now that the interpreter doesn't supportChris Lattner
2009-08-23remove this test: it is testing for a "feature" I just removed.Chris Lattner
2009-07-12remove tests for removed intrinsics.Chris Lattner
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-03-13remove a testcase that depends on -debug existing.Chris Lattner
2009-01-30This is case is to uncover the bug in IntrinsicLowering.cpp,Zhou Sheng
2009-01-19Port this test from dejagnu to unit testing.Nick Lewycky
2008-06-05Add a test case for APInt bug fix in r51999.Zhou Sheng
2008-05-20Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-12-14Teach the interpreter to read and write memory in theDuncan Sands
2007-12-13Remove this testcase as it will always fail onZhou Sheng
2007-12-12Fixed PR1629.Zhou Sheng
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
2007-11-28make this test have a deterministic result.Chris Lattner
2007-11-28Revert previous "fix" - the breakage was due to someDuncan Sands