summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/OrcLazy
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-291-0/+23
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-111-0/+81
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-131-0/+11
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-232-0/+23
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-232-23/+0
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-232-0/+23
* [ORC] Add some more basic sanity tests for the LLJIT.Lang Hames2018-10-203-0/+25
* [ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames2018-09-292-1/+22
* Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF.Lang Hames2018-09-261-0/+19
* Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL...Hans Wennborg2018-09-261-18/+0
* [ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanismLang Hames2018-09-261-1/+1
* [ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT.Lang Hames2018-09-261-0/+18
* [MIPS] ORC JIT supportPetar Jovanovic2018-09-111-1/+1
* [ORC] Add a testcase for r338975.Lang Hames2018-08-282-0/+9
* [ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.Lang Hames2018-08-283-0/+25
* [ORC] Add an addObjectFile method to LLJIT.Lang Hames2018-08-282-0/+18
* [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames2018-06-261-1/+1
* [ORC] Clone module flags metadata into the globals module in theLang Hames2016-09-041-0/+13
* [ORC] Re-apply r277896, removing bogus triples and datalayouts that broke testsLang Hames2016-08-062-0/+35
* Revert r277896.Nico Weber2016-08-062-41/+0
* [ORC] Add (partial) weak symbol support to the CompileOnDemand layer.Lang Hames2016-08-062-0/+41
* [Orc] Fix common symbol support in ORC.Lang Hames2016-08-011-0/+18
* Disable the new Orc lazy JIT tests on Windows, they do not passReid Kleckner2016-02-101-0/+6
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-101-1/+1
* [Orc] Teach the CompileOnDemand layer to clone aliases.Lang Hames2015-10-061-0/+21
* [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
* [Orc] Reapply r234815, outputting via stdout instead.Lang Hames2015-04-141-2/+3
* [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
* 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-252-0/+27
OpenPOWER on IntegriCloud