| Commit message (Expand) | Author | Age | Files | Lines |
* | [ORC] Add support for emulated TLS to ORCv2. | Lang Hames | 2020-01-29 | 1 | -6/+15 |
* | [ORC] Fix argv handling in runAsMain / lli. | Lang Hames | 2020-01-11 | 1 | -8/+2 |
* | [lli] Add a filter to avoid importing the process's main symbol. | Lang Hames | 2020-01-02 | 1 | -2/+6 |
* | [ORC] Add a runAsMain utility function to ExecutionUtils. | Lang Hames | 2019-12-02 | 1 | -10/+5 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
* | [ORC] Refactor definition-generation, add a generator for static libraries. | Lang Hames | 2019-08-13 | 1 | -1/+11 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -2/+2 |
* | [ORC] Change the locking scheme for ThreadSafeModule. | Lang Hames | 2019-08-02 | 1 | -29/+22 |
* | [ORC] Add deprecation warnings to ORCv1 layers and utilities. | Lang Hames | 2019-07-17 | 1 | -13/+12 |
* | [ORC] Guarantee unique JITDylib names in lli, add usage notes to createJITDylib. | Lang Hames | 2019-05-21 | 1 | -2/+4 |
* | [ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder utilities. | Lang Hames | 2019-04-29 | 1 | -13/+13 |
* | [lli] Fix a typo in a cl::opt description. | Lang Hames | 2019-04-27 | 1 | -1/+1 |
* | Initial implementation of JITLink - A replacement for RuntimeDyld. | Lang Hames | 2019-04-20 | 1 | -1/+2 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -14/+16 |
* | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -16/+14 |
* | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -14/+16 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove TypeBuilder.h, and fix the few locations using it. | James Y Knight | 2019-01-13 | 1 | -16/+10 |
* | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere | 2018-11-11 | 1 | -1/+1 |
* | [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. | Lang Hames | 2018-10-23 | 1 | -7/+39 |
* | Revert r345077 "[ORC] Change how non-exported symbols are matched during look... | Reid Kleckner | 2018-10-23 | 1 | -39/+7 |
* | [ORC] Change how non-exported symbols are matched during lookup. | Lang Hames | 2018-10-23 | 1 | -7/+39 |
* | [ORC] Rename ORC layers to make the "new" ORC layers the default. | Lang Hames | 2018-10-15 | 1 | -3/+3 |
* | [ORC] Simplify naming for JITDylib definition generators. | Lang Hames | 2018-10-15 | 1 | -2/+2 |
* | [ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators for | Lang Hames | 2018-10-01 | 1 | -12/+2 |
* | [ORC] Add a method to JITTargetMachineBuilder to get the default data layout | Lang Hames | 2018-10-01 | 1 | -6/+1 |
* | [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test. | Lang Hames | 2018-09-30 | 1 | -2/+6 |
* | [ORC] Add partitioning support to CompileOnDemandLayer2. | Lang Hames | 2018-09-29 | 1 | -13/+31 |
* | [ORC] Add more utilities to aid debugging output. | Lang Hames | 2018-09-28 | 1 | -6/+11 |
* | [ORC] Coalesce all of ORC's symbol renaming / linkage-promotion utilities into | Lang Hames | 2018-09-27 | 1 | -1/+0 |
* | [lli] Fix ArgV setup bug when running in -jit-kind=orc-lazy mode. | Lang Hames | 2018-09-27 | 1 | -1/+4 |
* | Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF. | Lang Hames | 2018-09-26 | 1 | -6/+48 |
* | Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL... | Hans Wennborg | 2018-09-26 | 1 | -48/+6 |
* | [ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT. | Lang Hames | 2018-09-26 | 1 | -6/+48 |
* | [ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent | Lang Hames | 2018-09-26 | 1 | -26/+27 |
* | [ORC] Simplify LLJIT::Create by removing the ExecutionSession parameter. | Lang Hames | 2018-09-10 | 1 | -3/+1 |
* | [ORC] Add an addObjectFile method to LLJIT. | Lang Hames | 2018-08-28 | 1 | -25/+38 |
* | [ORC] Rename VSO to JITDylib. | Lang Hames | 2018-08-17 | 1 | -2/+2 |
* | Add PerfJITEventListener for perf profiling support. | Andres Freund | 2018-07-24 | 1 | -0/+3 |
* | [ORC] Verify modules when running LLLazyJIT in LLI, and deal with fallout. | Lang Hames | 2018-07-02 | 1 | -2/+14 |
* | [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT. | Lang Hames | 2018-06-26 | 1 | -2/+141 |
* | [ORC] Update JITCompileCallbackManager to support multi-threaded code. | Lang Hames | 2018-05-30 | 1 | -1/+3 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -2/+2 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | [lli] Fix syntax error: missing ';' | Jonas Devlieghere | 2018-04-22 | 1 | -2/+2 |
* | [lli] Make error handling more consistent. | Jonas Devlieghere | 2018-04-22 | 1 | -15/+23 |
* | Define InitLLVM to do common initialization all at once. | Rui Ueyama | 2018-04-13 | 1 | -6/+2 |
* | Rename *CommandFlags.def to *CommandFlags.inc | David Blaikie | 2018-04-11 | 1 | -1/+1 |
* | [lli] Make lli support -mcpu=native for CPU autodetection | Craig Topper | 2018-01-09 | 1 | -2/+2 |
* | Rename CommandFlags.h -> CommandFlags.def | David Blaikie | 2017-11-27 | 1 | -2/+2 |