NAKAMURA Takumi
45d54ec14e
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
...
llvm-svn: 168364
2012-11-20 10:49:01 +00:00
Simon Atanasyan
8461e384f4
Marking remote mcjit tests as XFAIL for MIPS.
...
llvm-svn: 168357
2012-11-20 07:25:17 +00:00
Ulrich Weigand
26786bacd1
Enable MCJIT tests on PowerPC.
...
Disable old JIT tests on PowerPC.
llvm-svn: 168316
2012-11-19 17:57:07 +00:00
NAKAMURA Takumi
34280412bb
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main().
...
XFAIL(s) can be removed.
llvm-svn: 168282
2012-11-18 06:16:32 +00:00
NAKAMURA Takumi
fb3690ea58
test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.
...
llvm-svn: 168281
2012-11-18 06:16:21 +00:00
Andrew Kaylor
e643a80fba
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
...
llvm-svn: 168226
2012-11-17 00:02:50 +00:00
Andrew Kaylor
e05a5be204
Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).
...
llvm-svn: 168221
2012-11-16 23:38:16 +00:00
Andrew Kaylor
645fb305d1
Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).
...
llvm-svn: 168210
2012-11-16 22:21:04 +00:00
Andrew Kaylor
98f57cacae
Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).
...
llvm-svn: 168180
2012-11-16 18:51:59 +00:00
Amara Emerson
1594fbd07e
Add MCJIT test case for running global constructors.
...
llvm-svn: 168149
2012-11-16 11:17:00 +00:00
Tim Northover
3643a8f8eb
Align the data section correctly when loading an ELF file.
...
Patch by Amara Emerson.
llvm-svn: 166920
2012-10-29 10:47:07 +00:00
Tim Northover
94bc73d3d1
Make use of common-symbol alignment info in ELF loader.
...
Patch by Amara Emerson.
llvm-svn: 166919
2012-10-29 10:47:04 +00:00
James Molloy
0ae35af518
Some regression tests which are testing the old jit and are exercising 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
2012-10-08 13:06:30 +00:00
NAKAMURA Takumi
34cfb5c52d
Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.
...
llvm-svn: 165313
2012-10-05 14:10:29 +00:00
Tim Northover
471cbb73f8
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
...
Patch by Amara Emerson.
llvm-svn: 165128
2012-10-03 16:29:42 +00:00
NAKAMURA Takumi
0829525c55
test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.
...
FIXME: Also cygwin?
llvm-svn: 165081
2012-10-03 01:42:37 +00:00
Andrew Kaylor
feb805fcf2
Support for generating ELF objects on Windows.
...
This adds 'elf' as a recognized target triple environment value and overrides the default generated object format on Windows platforms if that value is present. This patch also enables MCJIT tests on Windows using the new environment value.
llvm-svn: 165030
2012-10-02 18:38:34 +00:00
Jim Grosbach
2c1b00a991
Revert "Enable MCJIT tests on Darwin."
...
This reverts commit 163278.
Works OK on x86_64, but not i386. Will re-enable when that's cleared up.
llvm-svn: 163290
2012-09-06 03:24:09 +00:00
Jim Grosbach
0fa7c01f8f
Enable MCJIT tests on Darwin.
...
llvm-svn: 163278
2012-09-06 00:59:06 +00:00
Michael Liao
271f11b571
Should put test case under test/ExecutionEngine/MCJIT/
...
llvm-svn: 162885
2012-08-30 00:43:57 +00:00
Akira Hatanaka
fcf52c8304
Add Mips to the list of target architectures for the MCJIT tests.
...
Patch by Reed Kotler.
llvm-svn: 158933
2012-06-21 20:23:32 +00:00
Danil Malyshev
cd492b0a98
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has a problems with relocations for 32bit x86.
...
llvm-svn: 157035
2012-05-18 00:30:58 +00:00
Danil Malyshev
7c5db45350
- Added ExecutionEngine/MCJIT tests
...
- Added HOST_ARCH to Makefile.config.in
The HOST_ARCH will be used by MCJIT tests filter, because MCJIT supported only x86 and ARM architectures now.
llvm-svn: 157015
2012-05-17 21:07:47 +00:00
Preston Gurd
2138ef6d3d
This patch improves the MCJIT runtime dynamic loader by adding new handling
...
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
2012-04-12 20:13:57 +00:00
Bill Wendling
76fdc4b885
Revert r153694. It was causing failures in the buildbots.
...
llvm-svn: 153701
2012-03-29 23:23:59 +00:00
Danil Malyshev
3548eaf896
Re-factored RuntimeDyld.
...
Added ExecutionEngine/MCJIT tests.
llvm-svn: 153694
2012-03-29 21:46:18 +00:00
Chandler Carruth
e26dafeb79
Revert a series of commits to MCJIT to get the build working in CMake
...
(and hopefully on Windows). The bots have been down most of the day
because of this, and it's not clear to me what all will be required to
fix it.
The commits started with r153205, then r153207, r153208, and r153221.
The first commit seems to be the real culprit, but I couldn't revert
a smaller number of patches.
When resubmitting, r153207 and r153208 should be folded into r153205,
they were simple build fixes.
llvm-svn: 153241
2012-03-22 05:44:06 +00:00
Danil Malyshev
70186bef8b
Re-factored RuntimeDyld.
...
Added ExecutionEngine/MCJIT tests.
llvm-svn: 153221
2012-03-21 21:06:29 +00:00
Eli Bendersky
924f9a671d
Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed.
...
Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches.
llvm-svn: 150664
2012-02-16 06:28:33 +00:00
Eli Bendersky
83c0088faa
Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll
...
The test passes on ARM bots
llvm-svn: 148315
2012-01-17 18:21:05 +00:00
Eli Bendersky
a8ad6e5666
Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF
...
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
2012-01-17 09:14:54 +00:00
Eli Bendersky
4c647587b1
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches.
...
Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits.
llvm-svn: 148231
2012-01-16 08:56:09 +00:00
Andrew Trick
4f3cb540a6
Excluding ARM JIT tests until someone can fix this compilation path.
...
llvm-svn: 138676
2011-08-26 23:39:30 +00:00
Chris Lattner
b90ed2233c
manually upgrade a bunch of tests to modern syntax, and remove some that
...
are either unreduced or only test old syntax.
llvm-svn: 133228
2011-06-17 03:14:27 +00:00
Galina Kistanova
e21d849476
Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.
...
llvm-svn: 132364
2011-05-31 21:50:33 +00:00
Galina Kistanova
7defeeae67
Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
...
llvm-svn: 132135
2011-05-26 19:17:14 +00:00
Jim Grosbach
d35424f9ca
XFAIL for now. If someone with access to an ARM/Linux host wants to have a look
...
that would be great. They're ARM JIT failures, so without that, it's tough.
llvm-svn: 120731
2010-12-02 20:20:32 +00:00
Daniel Dunbar
9589bf8a86
lli: Switch to using ParseIRFile, for consistency with other LLVM tools.
...
- Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters.
llvm-svn: 118952
2010-11-13 00:28:01 +00:00
Dale Johannesen
7e62965a7d
Jim's recent fixes 118600, 118587, 118513 have made these work.
...
llvm-svn: 118652
2010-11-09 23:43:34 +00:00
Andrew Trick
fc1b990b1d
The ARM jit cannot handle these tests as of 2010-10-27.
...
(A PR will be linked to this rev.)
llvm-svn: 117620
2010-10-29 00:23:43 +00:00
Dan Gohman
c1ce91603c
Revert r101455, which fails on the llvm-arm-linux buildbot.
...
llvm-svn: 101515
2010-04-16 18:37:31 +00:00
Bill Wendling
ae4541d758
Add JIT exception handling test.
...
llvm-svn: 101455
2010-04-16 09:04:28 +00:00
Dan Gohman
6f34abd092
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
...
respectively.
llvm-svn: 97531
2010-03-02 01:11:08 +00:00
Jay Foad
306f155a84
Test case for http://llvm.org/PR6028 .
...
llvm-svn: 93511
2010-01-15 11:29:26 +00:00
Nick Lewycky
1866ee143d
Remove test. Execution tests are slow and generally not worth it.
...
llvm-svn: 86434
2009-11-08 02:23:15 +00:00
Nick Lewycky
fcd45392ad
Fix run line.
...
llvm-svn: 86429
2009-11-08 01:04:45 +00:00
Nick Lewycky
439fb6fb0e
Fix the interpreter to not crash due to zeroext/signext
...
llvm-svn: 86428
2009-11-08 00:45:29 +00:00
Jeffrey Yasskin
ce133e5225
Add a test for http://llvm.org/PR3043 .
...
llvm-svn: 83346
2009-10-05 23:51:08 +00:00
Bill Wendling
14a2514c20
Remove failing test...
...
llvm-svn: 81303
2009-09-09 00:30:25 +00:00
Bill Wendling
ea81960798
Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the
...
'DwarfException.cpp' file, which changed how CIEs were emitted, the sizes of
some fields, etc.
llvm-svn: 81295
2009-09-09 00:11:02 +00:00