| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready. | NAKAMURA Takumi | 2012-11-20 | 1 | -0/+3 |
| | | | | | llvm-svn: 168364 | ||||
| * | Marking remote mcjit tests as XFAIL for MIPS. | Simon Atanasyan | 2012-11-20 | 7 | -7/+7 |
| | | | | | llvm-svn: 168357 | ||||
| * | Enable MCJIT tests on PowerPC. | Ulrich Weigand | 2012-11-19 | 2 | -2/+14 |
| | | | | | | | Disable old JIT tests on PowerPC. llvm-svn: 168316 | ||||
| * | MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is ↵ | NAKAMURA Takumi | 2012-11-18 | 7 | -7/+7 |
| | | | | | | | | | emitted in @main(). XFAIL(s) can be removed. llvm-svn: 168282 | ||||
| * | test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF. | NAKAMURA Takumi | 2012-11-18 | 1 | -36/+36 |
| | | | | | llvm-svn: 168281 | ||||
| * | Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily). | Andrew Kaylor | 2012-11-17 | 2 | -2/+2 |
| | | | | | llvm-svn: 168226 | ||||
| * | Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily). | Andrew Kaylor | 2012-11-16 | 7 | -7/+7 |
| | | | | | llvm-svn: 168221 | ||||
| * | Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily). | Andrew Kaylor | 2012-11-16 | 7 | -0/+7 |
| | | | | | llvm-svn: 168210 | ||||
| * | Adding new tests to test lli's pseudo-remote feature (-remote-mcjit). | Andrew Kaylor | 2012-11-16 | 7 | -0/+220 |
| | | | | | llvm-svn: 168180 | ||||
| * | Add MCJIT test case for running global constructors. | Amara Emerson | 2012-11-16 | 1 | -0/+21 |
| | | | | | llvm-svn: 168149 | ||||
| * | Align the data section correctly when loading an ELF file. | Tim Northover | 2012-10-29 | 1 | -0/+15 |
| | | | | | | | Patch by Amara Emerson. llvm-svn: 166920 | ||||
| * | Make use of common-symbol alignment info in ELF loader. | Tim Northover | 2012-10-29 | 1 | -0/+32 |
| | | | | | | | Patch by Amara Emerson. llvm-svn: 166919 | ||||
| * | Some regression tests which are testing the old jit and are exercising ↵ | James Molloy | 2012-10-08 | 3 | -0/+3 |
| | | | | | | | | | 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 | ||||
| * | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. | NAKAMURA Takumi | 2012-10-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 165313 | ||||
| * | Implement .rel relocation for R_ARM_ABS32 in MCJIT. | Tim Northover | 2012-10-03 | 1 | -0/+16 |
| | | | | | | | Patch by Amara Emerson. llvm-svn: 165128 | ||||
| * | test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. | NAKAMURA Takumi | 2012-10-03 | 1 | -1/+1 |
| | | | | | | FIXME: Also cygwin? llvm-svn: 165081 | ||||
| * | Support for generating ELF objects on Windows. | Andrew Kaylor | 2012-10-02 | 49 | -49/+49 |
| | | | | | | | 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 | ||||
| * | Revert "Enable MCJIT tests on Darwin." | Jim Grosbach | 2012-09-06 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit 163278. Works OK on x86_64, but not i386. Will re-enable when that's cleared up. llvm-svn: 163290 | ||||
| * | Enable MCJIT tests on Darwin. | Jim Grosbach | 2012-09-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 163278 | ||||
| * | Should put test case under test/ExecutionEngine/MCJIT/ | Michael Liao | 2012-08-30 | 1 | -0/+88 |
| | | | | | llvm-svn: 162885 | ||||
| * | Add Mips to the list of target architectures for the MCJIT tests. | Akira Hatanaka | 2012-06-21 | 1 | -2/+2 |
| | | | | | | | Patch by Reed Kotler. llvm-svn: 158933 | ||||
| * | Temporarily disabled the MCJIT tests for Darwin, because the ↵ | Danil Malyshev | 2012-05-18 | 1 | -1/+1 |
| | | | | | | | RuntimeDyldMachO has a problems with relocations for 32bit x86. llvm-svn: 157035 | ||||
| * | - Added ExecutionEngine/MCJIT tests | Danil Malyshev | 2012-05-17 | 48 | -0/+1230 |
| | | | | | | | | - 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 | ||||
| * | This patch improves the MCJIT runtime dynamic loader by adding new handling | Preston Gurd | 2012-04-12 | 18 | -18/+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 | ||||
| * | Revert r153694. It was causing failures in the buildbots. | Bill Wendling | 2012-03-29 | 45 | -1070/+0 |
| | | | | | llvm-svn: 153701 | ||||
| * | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-29 | 45 | -0/+1070 |
| | | | | | | | Added ExecutionEngine/MCJIT tests. llvm-svn: 153694 | ||||
| * | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth | 2012-03-22 | 45 | -1070/+0 |
| | | | | | | | | | | | | | | | | (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 | ||||
| * | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-21 | 45 | -0/+1070 |
| | | | | | | | Added ExecutionEngine/MCJIT tests. llvm-svn: 153221 | ||||
| * | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ↵ | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
| | | | | | | | | | 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 | ||||
| * | Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll | Eli Bendersky | 2012-01-17 | 1 | -1/+0 |
| | | | | | | | The test passes on ARM bots llvm-svn: 148315 | ||||
| * | Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF | Eli Bendersky | 2012-01-17 | 7 | -0/+244 |
| | | | | | | | | | | 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 | ||||
| * | Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is ↵ | Eli Bendersky | 2012-01-16 | 40 | -40/+53 |
| | | | | | | | | | currently basic and will be enhanced with future patches. Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits. llvm-svn: 148231 | ||||
| * | Excluding ARM JIT tests until someone can fix this compilation path. | Andrew Trick | 2011-08-26 | 14 | -0/+14 |
| | | | | | llvm-svn: 138676 | ||||
| * | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -13/+0 |
| | | | | | | | are either unreduced or only test old syntax. llvm-svn: 133228 | ||||
| * | Reverted r132135 per Xerxes request. These tests are passing for his setup. ↵ | Galina Kistanova | 2011-05-31 | 15 | -31/+0 |
| | | | | | | | Requires more research. llvm-svn: 132364 | ||||
| * | Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is ↵ | Galina Kistanova | 2011-05-26 | 15 | -0/+31 |
| | | | | | | | broken for ARM, please remove the following XFAIL when it will be fixed. llvm-svn: 132135 | ||||
| * | XFAIL for now. If someone with access to an ARM/Linux host wants to have a look | Jim Grosbach | 2010-12-02 | 2 | -0/+2 |
| | | | | | | | 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 Dunbar | 2010-11-13 | 41 | -78/+42 |
| | | | | | | | - Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952 | ||||
| * | Jim's recent fixes 118600, 118587, 118513 have made these work. | Dale Johannesen | 2010-11-09 | 2 | -2/+0 |
| | | | | | llvm-svn: 118652 | ||||
| * | The ARM jit cannot handle these tests as of 2010-10-27. | Andrew Trick | 2010-10-29 | 2 | -0/+2 |
| | | | | | | | (A PR will be linked to this rev.) llvm-svn: 117620 | ||||
| * | Revert r101455, which fails on the llvm-arm-linux buildbot. | Dan Gohman | 2010-04-16 | 1 | -41/+0 |
| | | | | | llvm-svn: 101515 | ||||
| * | Add JIT exception handling test. | Bill Wendling | 2010-04-16 | 1 | -0/+41 |
| | | | | | llvm-svn: 101455 | ||||
| * | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman | 2010-03-02 | 1 | -2/+2 |
| | | | | | | | respectively. llvm-svn: 97531 | ||||
| * | Test case for http://llvm.org/PR6028. | Jay Foad | 2010-01-15 | 1 | -0/+9 |
| | | | | | llvm-svn: 93511 | ||||
| * | Remove test. Execution tests are slow and generally not worth it. | Nick Lewycky | 2009-11-08 | 1 | -19/+0 |
| | | | | | llvm-svn: 86434 | ||||
| * | Fix run line. | Nick Lewycky | 2009-11-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 86429 | ||||
| * | Fix the interpreter to not crash due to zeroext/signext | Nick Lewycky | 2009-11-08 | 1 | -0/+19 |
| | | | | | llvm-svn: 86428 | ||||
| * | Add a test for http://llvm.org/PR3043. | Jeffrey Yasskin | 2009-10-05 | 1 | -0/+35 |
| | | | | | llvm-svn: 83346 | ||||
| * | Remove failing test... | Bill Wendling | 2009-09-09 | 1 | -141/+0 |
| | | | | | llvm-svn: 81303 | ||||
| * | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling | 2009-09-09 | 1 | -0/+141 |
| | | | | | | | | 'DwarfException.cpp' file, which changed how CIEs were emitted, the sizes of some fields, etc. llvm-svn: 81295 | ||||

