aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)Author
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem
2013-03-25Disable Execution Engine tests not supported by Hexagon.Jyotsna Verma
2013-02-28Corrections for XFAIL armv5 testsRenato Golin
2013-02-26Proper XFAILs for ARMv7 / v5Renato Golin
2013-02-18AArch64: adjust tests which rely on a default JITTim Northover
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2012-11-20llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.NAKAMURA Takumi
2012-11-20Marking remote mcjit tests as XFAIL for MIPS.Simon Atanasyan
2012-11-19Enable MCJIT tests on PowerPC.Ulrich Weigand
2012-11-18MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi
2012-11-18test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.NAKAMURA Takumi
2012-11-17Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).Andrew Kaylor
2012-11-16Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).Andrew Kaylor
2012-11-16Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).Andrew Kaylor
2012-11-16Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).Andrew Kaylor
2012-11-16Add MCJIT test case for running global constructors.Amara Emerson
2012-10-29Align the data section correctly when loading an ELF file.Tim Northover
2012-10-29Make use of common-symbol alignment info in ELF loader.Tim Northover
2012-10-08Some regression tests which are testing the old jit and are exercising functi...James Molloy
2012-10-05Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi
2012-10-03Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover
2012-10-03test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi
2012-10-02Support for generating ELF objects on Windows.Andrew Kaylor
2012-09-06Revert "Enable MCJIT tests on Darwin."Jim Grosbach
2012-09-06Enable MCJIT tests on Darwin.Jim Grosbach
2012-08-30Should put test case under test/ExecutionEngine/MCJIT/Michael Liao
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