summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Add support for MCJIT for MIPS32r6Petar Jovanovic2015-07-062-0/+54
* Make this test a bit more interesting.Rafael Espindola2015-07-061-1/+4
* [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames2015-07-041-1/+12
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-1710-20/+20
* [Mips64][mcjit] Add R_MIPS_PC32 relocationPetar Jovanovic2015-06-081-0/+9
* Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...Daniel Sanders2015-06-031-0/+50
* This reverts commit r238838, r238844 and r238888.Rafael Espindola2015-06-031-48/+0
* [mips] XFAIL ELF_O32_PIC_relocations.s for big-endian mipsDaniel Sanders2015-06-021-0/+2
* [mips][mcjit] Add support for R_MIPS_PC32.Daniel Sanders2015-06-021-0/+6
* [mips] Add RuntimeDyld tests for currently supported O32 relocations.Daniel Sanders2015-06-021-0/+40
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-2825-22/+184
* [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.Lang Hames2015-05-271-2/+2
* [Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames2015-05-051-1/+1
* [Orc] Revert r236465 - It broke the Windows bots.Lang Hames2015-05-041-1/+1
* [Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames2015-05-041-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-1611-13/+13
* [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,Lang Hames2015-04-151-0/+7
* [Orc] Reapply r234815, outputting via stdout instead.Lang Hames2015-04-141-2/+3
* Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly ...NAKAMURA Takumi2015-04-141-1/+0
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-143-0/+34
* [Orc] Revert 234815. Still haven't quite got this test figured out apparently.Lang Hames2015-04-141-27/+14
* [Orc] Make the OrcLazy hello.ll regression test output via stderr.Lang Hames2015-04-131-14/+27
* [Orc] Back out r234805 for hello.ll until I can figure out how to sync up theLang Hames2015-04-131-3/+2
* [Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to addLang Hames2015-04-131-2/+3
* [Orc] During module partitioning, rename anonymous and asm-private globals.Lang Hames2015-04-121-0/+18
* [Orc] Fix local-linkage handling in the CompileOnDemand layer.Lang Hames2015-04-021-0/+12
* [Orc] Add support classes for inspecting and running C++ static ctor/dtors, andLang Hames2015-04-022-26/+34
* [Orc][MCJIT] Remove the small code model regression tests.Lang Hames2015-03-312-24/+0
* Make exit-code test use same mechanism as existing one.Daniel Jasper2015-03-251-1/+2
* [Orc][lli] Add a very simple Orc-based lazy JIT to lli.Lang Hames2015-03-2598-145/+172
* [Orc] Add missing -use-orcmcjit flag to a number of Orc regression tests.Lang Hames2015-03-2316-18/+18
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-1331-39/+39
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-071-0/+31
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2762-204/+204
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-2716-42/+42
* Make frem.ll flush after calling printf.Zachary Turner2015-02-181-0/+2
* [Orc] Make OrcMCJITReplacement::addObject calls transfer buffer ownership to theLang Hames2015-02-021-0/+24
* [Orc] Remove one of the OrcMCJITReplacement regression tests while ILang Hames2015-02-021-24/+0
* [Orc] Regression tests for OrcMCJITReplacement.Lang Hames2015-02-0289-0/+2171
* Remove a few more redundant ExecutionEngine regression tests.Lang Hames2015-01-244-84/+0
* Remove a number of redundant ExecutionEngine regression tests.Lang Hames2015-01-2440-1076/+0
* Reverting r226937: lit: Make MCJIT's supported arch check case insensitiveKuba Brecka2015-01-241-2/+2
* lit: Make MCJIT's supported arch check case insensitiveReid Kleckner2015-01-231-2/+2
* [MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayoutLang Hames2015-01-086-57/+0
* XFAIL several MCJIT EH tests under ASan and MSan bootstrap.Alexey Samsonov2015-01-074-4/+4
* Small model and JIT generally don't go well with each other.Joerg Sonnenberger2014-11-251-26/+0
* Mark as explicit failing on x86-64 -- small memory model doesn't agreeJoerg Sonnenberger2014-11-251-0/+1
* MCJIT tests passing on ARM after r222414 fixed the relocationRenato Golin2014-11-202-2/+2
* Fix symbol resolution of floating point libc builtins in MCJITReid Kleckner2014-11-131-0/+20
* [MCJIT] Defer application of AArch64 MachO GOT relocations until resolve time.Lang Hames2014-10-211-1/+1
OpenPOWER on IntegriCloud