summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Corrections for XFAIL armv5 testsRenato Golin2013-02-281-1/+1
| | | | | | | | | Most of the tests that behave differently on llvm-arm-linux buildbot did so becase the triple wasn't set correctly to armv5, so we can revert most of the special behaviour added previously. Some tests still need the special treatment, though. llvm-svn: 176243
* Proper XFAILs for ARMv7 / v5Renato Golin2013-02-261-1/+1
| | | | llvm-svn: 176095
* Some regression tests which are testing the old jit and are exercising ↵James Molloy2012-10-081-0/+1
| | | | | | | | functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux. Patch by David Tweed! llvm-svn: 165390
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-1/+0
| | | | | | | | | | of zero-initialized sections, virtual sections and common symbols and preventing the loading of sections which are not required for execution such as debug information. Patch by Andy Kaylor! llvm-svn: 154610
* Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELFEli Bendersky2012-01-171-0/+22
implementation. Currently lit still executes ExecutionEngine tests with JIT (not MCJIT) by default. MCJIT tests can be executed manually by calling llvm-lit with --param jit_impl=mcjit llvm-svn: 148299
OpenPOWER on IntegriCloud