summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/test-call.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove a number of redundant ExecutionEngine regression tests.Lang Hames2015-01-241-21/+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
* 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
* 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
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is ↵Eli Bendersky2012-01-161-1/+2
| | | | | | | | currently basic and will be enhanced with future patches. Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits. llvm-svn: 148231
* XFAIL for now. If someone with access to an ARM/Linux host wants to have a lookJim Grosbach2010-12-021-0/+1
| | | | | | that would be great. They're ARM JIT failures, so without that, it's tough. llvm-svn: 120731
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-131-2/+1
| | | | | | - Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Eliminate questionable syntax for stdin redirection. This probably also ↵Gabor Greif2008-05-201-1/+1
| | | | | | speeds things up a bit. llvm-svn: 51357
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-101-13/+13
| | | | llvm-svn: 48137
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+22
llvm-svn: 33296
OpenPOWER on IntegriCloud