XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / ExecutionEngine /
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
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-22 Juergen Ributzka[RuntimeDyld][MachO][AArch64] Add a helper function...
2014-07-10 Lang Hames[RuntimeDyld] Replace a crufty old ARM RuntimeDyld...
2014-06-28 Chandler CarruthFix this test to not write to the source tree, and...
2014-06-27 Lang Hames[RuntimeDyld] Make sure that RuntimeDyld regression...
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-20 Ulrich Weigand[RuntimeDyld] Support more PPC64 relocations
2014-06-17 Will Schmidtmark the old jit tests as unsupported for powerpc64...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-05-19 Lang HamesFix testers by removing dubious testcase for r209154.
2014-05-19 Lang Hames[RuntimeDyld] Fix x86-64 MachO GOT relocation handling.
2014-04-29 Tilmann Scheller[ARM64] Disable regression tests for the old JIT.
2014-02-25 Renato GolinIgnore old JIT tests in AARch64 - CMake style
2014-02-12 Renato GolinPC-rel implemented in AArch64, test now pass
2014-02-05 Petar Jovanovicmips: XFAIL non-extern-addend-smallcodemodel test
2014-01-31 Lang HamesSplit out small-code-model MCJIT testcase in order...
2014-01-29 Lang HamesAdd support for PC-relative non-extern relocations...
2014-01-29 Renato GolinEnable EHABI by default
2014-01-25 Renato GolinRe-enabling MCJIT tests on ARM
2014-01-22 Alp TokerEliminate inappropriate use of FindProgramByName()...
2014-01-15 Renato GolinRevert 199262 - MCJIT remote still failing on ARM
2014-01-15 Renato GolinRe-disable MCJIT remote tests on ARM
2014-01-14 Renato GolinRe-enable remote MCJIT tests on ARMv7
2014-01-13 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Put...
2014-01-10 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remov...
2014-01-10 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add...
2014-01-10 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix...
2014-01-09 Lang HamesAdd an "-object-cache-dir=<string>" option to LLI....
2014-01-08 Lang HamesAdd missing test case for r198737.
2013-12-07 NAKAMURA TakumiRemove empty MCJIT/load-object-a.ll since r196641.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-12-03 Renato GolinFix lit config for disabled MCJIT tests on ARM
2013-12-03 Renato GolinDisable Remote MCJIT tests on ARM
2013-11-19 Petar Jovanovic[mips] Resolve relocation for the stubs in MCJIT when...
2013-11-13 NAKAMURA TakumiAdd XFAIL:arm again on 4 MCJIT tests, since r194558...
2013-11-13 NAKAMURA TakumiRemove XFAIL:aarch64,arm from 4 tests in test/Execution...
2013-10-31 Petar Jovanovic[mips] XFAIL several MCJIT remote tests
2013-10-29 Andrew KaylorAdding a workaround for __main linking with remote...
2013-10-28 Andrew KaylorRenaming MCJIT .ir files to .ll and moving them to...
next