summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-call-no-external-funcs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove a number of redundant ExecutionEngine regression tests.Lang Hames2015-01-241-14/+0
| | | | | | | | These tests used to test the legacy JIT but since that has been removed they're just redundantly testing MCJIT. Remove them and just leave their counterparts in test/ExecutionEngine/MCJIT. llvm-svn: 227010
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-1/+0
| | | | | | | | Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reinstates commits r215111, 215115, 215116, 215117, 215136. llvm-svn: 216982
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+1
| | | | | | | | | | | be deleted. This will be reapplied as soon as possible and before the 3.6 branch date at any rate. Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reverts commits r215111, 215115, 215116, 215117, 215136. llvm-svn: 215154
* Remove a few XFAILs.Rafael Espindola2014-08-071-1/+0
| | | | | | These tests now pass with MCJIT. llvm-svn: 215136
* 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/+16
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