| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | s/LLVM_ON_WIN32/_WIN32/, llvm | Nico Weber | 2018-04-29 | 1 | -3/+3 |
| * | Allow clients to specify search order of DynamicLibraries. | Frederich Munch | 2017-07-12 | 1 | -11/+32 |
| * | Fix the ManagedStatic list ordering when using DynamicLibrary::addPermanentLi... | Frederich Munch | 2017-05-26 | 1 | -3/+8 |
| * | Refactor DynamicLibrary so searching for a symbol will have a defined order and | Frederich Munch | 2017-04-27 | 1 | -121/+116 |
| * | Revert "Refactor DynamicLibrary so searching for a symbol will have a defined... | Frederich Munch | 2017-04-24 | 1 | -116/+121 |
| * | Refactor DynamicLibrary so searching for a symbol will have a defined order and | Frederich Munch | 2017-04-24 | 1 | -121/+116 |
| * | Revert "Refactor DynamicLibrary so searching for a symbol will have a defined... | Frederich Munch | 2017-04-24 | 1 | -116/+121 |
| * | Fix warning converting from boolean to pointer introduced in r301153. | Frederich Munch | 2017-04-24 | 1 | -1/+1 |
| * | Fix warning converting from void* to boolean introduced in r301153. | Frederich Munch | 2017-04-24 | 1 | -1/+1 |
| * | Refactor DynamicLibrary so searching for a symbol will have a defined order and | Frederich Munch | 2017-04-24 | 1 | -121/+116 |
| * | [Test commit] Remove extra newline. | Frederich Munch | 2017-04-21 | 1 | -1/+0 |
| * | Reland r296442 with modifications reverted in r296463. | Vassil Vassilev | 2017-03-02 | 1 | -0/+12 |
| * | Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be reg... | NAKAMURA Takumi | 2017-02-28 | 1 | -25/+1 |
| * | Allow externally dlopen-ed libraries to be registered as permanent libraries. | Vassil Vassilev | 2017-02-28 | 1 | -1/+25 |
| * | Do not leak OpenedHandles. | Vassil Vassilev | 2017-02-21 | 1 | -7/+2 |
| * | [Support] Use HAVE_DLOPEN to guard dlopen(3) usage | Pavel Labath | 2016-11-30 | 1 | -2/+2 |
| * | Add more wrappers for symbol APIs to the C API. | Eli Bendersky | 2015-06-09 | 1 | -0/+9 |
| * | Revert "Limit the symbol search in DynamicLibrary to the module that was open... | Zachary Turner | 2014-08-27 | 1 | -9/+2 |
| * | Limit the symbol search in DynamicLibrary to the module that was opened. | Zachary Turner | 2014-08-27 | 1 | -2/+9 |
| * | Fix .cpp files claiming to be header files | Hans Wennborg | 2014-06-20 | 1 | -1/+1 |
| * | [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to... | Craig Topper | 2014-04-09 | 1 | -3/+3 |
| * | [C++11] Make use of 'nullptr' in the Support library. | Craig Topper | 2014-04-07 | 1 | -5/+5 |
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -2/+2 |
| * | Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol. | Benjamin Kramer | 2013-11-13 | 1 | -1/+1 |
| * | Add newline at EOF in DynamicLibrary.cpp | Peter Zotov | 2013-11-06 | 1 | -1/+1 |
| * | [llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently | Peter Zotov | 2013-11-06 | 1 | -1/+1 |
| * | [llvm-c] Expose LLVMLoadLibraryPermanently | Peter Zotov | 2013-11-06 | 1 | -0/+9 |
| * | Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ... | Filip Pizlo | 2013-09-18 | 1 | -25/+7 |
| * | Revert r190921. It broke Windows. | Filip Pizlo | 2013-09-18 | 1 | -7/+25 |
| * | Make DynamicLibrary use ManagedStatic. This is pretty simple and should just ... | Filip Pizlo | 2013-09-18 | 1 | -25/+7 |
| * | Remove redundant 'llvm::' qualifications | Dmitri Gribenko | 2013-01-13 | 1 | -1/+1 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
| * | Fix Android build of gtest and lib/Support. | Evgeniy Stepanov | 2012-09-04 | 1 | -1/+1 |
| * | Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718 | Jordy Rose | 2011-08-22 | 1 | -1/+2 |
| * | Static fields require an out-of-line definition. Fix DynamicLibrary for real. | Jordy Rose | 2011-08-17 | 1 | -0/+2 |
| * | Use DynamicLibrary instances as a way to get symbols from a specific library.... | Jordy Rose | 2011-08-17 | 1 | -41/+57 |
| * | Don't leak the mutex when loading dynamic libraries. | Owen Anderson | 2010-12-07 | 1 | -12/+5 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+177 |