Merging r258611:
[oota-llvm.git] / test / ExecutionEngine /
2016-01-20 NAKAMURA Takumi[r257732] Mark remote-JIT tests as XFAIL, as well as...
2016-01-11 Lang Hames[Orc] XFAIL a few remote-jit test cases that I missed...
2016-01-11 Lang HamesXFAIL the LLI remote JIT tests on Win32.
2016-01-11 Lang HamesRemove the remote-JIT small code model tests for now...
2016-01-11 Lang HamesXFAIL the remote small code model tests on x86. Small...
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
2015-12-15 Peter CollingbourneUn-XFAIL JIT EH tests under [am]san.
2015-11-23 Sanjoy Das[RuntimeDyld] Don't allocate unnecessary stub buffer...
2015-11-08 Maksim Panchenko[RuntimeDyld] Add support for R_X86_64_PC8 relocation.
2015-11-01 Saleem AbdulrasoolRuntimeDyld: add COFF i386 support
2015-10-23 Lang Hames[RuntimeDyld][COFF] Fix a think-o in the handling of...
2015-10-21 Keno Fischer[RuntimeDyld] Ignore ST_FILE symbols when constructing...
2015-10-19 Lang Hames[RuntimeDyld][COFF] Fix some endianness issues, re...
2015-10-18 Lang Hames[RuntimeDyld] Add support for absolute symbols.
2015-10-15 Lang Hames[RuntimeDyld] Drop the '.s' suffix off the COFF test...
2015-10-15 Lang Hames[RuntimeDyld] Don't try to get the contents of sections...
2015-10-06 Lang Hames[Orc] Teach the CompileOnDemand layer to clone aliases.
2015-09-10 Lang Hames[RuntimeDyld] Support non-zero addends for the MachO...
2015-09-09 Lang Hames[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR...
2015-08-28 Petar Jovanovic[mips64][mcjit] Add N64R6 relocations tests and fix...
2015-08-18 Daniel Sanders[mips] Expand JAL instructions when PIC is enabled.
2015-08-13 Petar Jovanovic[mips][mcjit] Calculate correct addend for HI16 and...
2015-08-11 Lang Hames[RuntimeDyld][AArch64] Add explicit addends before...
2015-08-07 James Y Knight[SPARC] Disable unsupported ExecutionEngine tests,...
2015-08-04 Hal Finkel[RuntimeDyld] Adapt PPC64 relocations to PPC32
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-06 Petar Jovanovic[Mips] Add support for MCJIT for MIPS32r6
2015-07-06 Rafael EspindolaMake this test a bit more interesting.
2015-07-04 Lang Hames[RuntimeDyld] Skip relocations for external symbols...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-08 Petar Jovanovic[Mips64][mcjit] Add R_MIPS_PC32 relocation
2015-06-03 Daniel SandersRe-commit r238838, r238844 with fix for host/target...
2015-06-03 Rafael EspindolaThis reverts commit r238838, r238844 and r238888.
2015-06-02 Daniel Sanders[mips] XFAIL ELF_O32_PIC_relocations.s for big-endian...
2015-06-02 Daniel Sanders[mips][mcjit] Add support for R_MIPS_PC32.
2015-06-02 Daniel Sanders[mips] Add RuntimeDyld tests for currently supported...
2015-05-28 Petar Jovanovic[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
2015-05-27 Lang Hames[RuntimeDyld] Fix MachO i386 SECTDIFF relocation to...
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Lang Hames[RuntimeDyld] Make sure we emit MachO __eh_frame and...
2015-04-14 Lang Hames[Orc] Reapply r234815, outputting via stdout instead.
2015-04-14 NAKAMURA TakumiRoll back llvm/test/ExecutionEngine/MCJIT/cross-module...
2015-04-14 Keno Fischer[RuntimeDyldELF] Improve GOT support
2015-04-14 Lang Hames[Orc] Revert 234815. Still haven't quite got this test...
2015-04-13 Lang Hames[Orc] Make the OrcLazy hello.ll regression test output...
2015-04-13 Lang Hames[Orc] Back out r234805 for hello.ll until I can figure...
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-12 Lang Hames[Orc] During module partitioning, rename anonymous...
2015-04-02 Lang Hames[Orc] Fix local-linkage handling in the CompileOnDemand...
2015-04-02 Lang Hames[Orc] Add support classes for inspecting and running...
2015-03-31 Lang Hames[Orc][MCJIT] Remove the small code model regression...
2015-03-25 Daniel JasperMake exit-code test use same mechanism as existing...
2015-03-25 Lang Hames[Orc][lli] Add a very simple Orc-based lazy JIT to...
2015-03-23 Lang Hames[Orc] Add missing -use-orcmcjit flag to a number of...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-07 David MajnemerExecutionEngine: Preliminary support for dynamically...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-18 Zachary TurnerMake frem.ll flush after calling printf.
2015-02-02 Lang Hames[Orc] Make OrcMCJITReplacement::addObject calls transfe...
2015-02-02 Lang Hames[Orc] Remove one of the OrcMCJITReplacement regression...
2015-02-02 Lang Hames[Orc] Regression tests for OrcMCJITReplacement.
2015-01-24 Lang HamesRemove a few more redundant ExecutionEngine regression...
2015-01-24 Lang HamesRemove a number of redundant ExecutionEngine regression...
2015-01-24 Kuba BreckaReverting r226937: lit: Make MCJIT's supported arch...
2015-01-23 Reid Klecknerlit: Make MCJIT's supported arch check case insensitive
2015-01-08 Lang Hames[MCJIT] Remove a few redundant MCJIT tests, and drop...
2015-01-07 Alexey SamsonovXFAIL several MCJIT EH tests under ASan and MSan bootstrap.
2014-11-25 Joerg SonnenbergerSmall model and JIT generally don't go well with each...
2014-11-25 Joerg SonnenbergerMark as explicit failing on x86-64 -- small memory...
2014-11-20 Renato GolinMCJIT tests passing on ARM after r222414 fixed the...
2014-11-13 Reid KlecknerFix symbol resolution of floating point libc builtins...
2014-10-21 Lang Hames[MCJIT] Defer application of AArch64 MachO GOT relocati...
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-03 Daniel Sanders[mips] Remove XFAIL from two XPASS'ing tests on the...
2014-09-11 Lang Hames[MCJIT] Make sure we test ARM BR24 relocations with...
2014-09-11 Lang Hames[MCJIT] Add support for ARM HALF_DIFF relocations to...
2014-09-11 Lang Hames[MCJIT] Take the relocation addend into account when...
2014-09-04 Lang Hames[MCJIT] Make sure eh-frame fixups use the target's...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-30 Josh Klontz[PATCH][Interpreter] Add missing FP intrinsic lowering.
2014-08-19 Lang Hames[MCJIT] Add an i386 RuntimeDyldMachO test case.
2014-08-08 Josh KlontzAdd missing Interpreter intrinsic lowering for sin...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaRemove a few XFAILs.
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-30 Lang Hames[MCJIT] Fix the ARM BR24 relocation in RuntimeDyldMachO.
2014-07-29 Lang Hames[MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeD...
2014-07-29 Lang Hames[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-28 Lang Hames[MCJIT] Remove extraneous parentheses in test case.
2014-07-23 Juergen Ributzka[RuntimeDyld][AArch64] Update relocation tests and...
2014-07-23 NAKAMURA TakumiRework to let RuntimeDyld/X86/MachO_x86-64_PIC_relocati...
2014-07-23 NAKAMURA TakumiSuppress a test on win32 for now, llvm/test/ExecutionEn...
2014-07-23 NAKAMURA TakumiRuntimeDyld/X86/MachO_x86-64_PIC_relocations.s: Use...
2014-07-22 Juergen RibutzkaXFAIL the test on MIPS
next