summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/DynamicLibrary
Commit message (Expand)AuthorAgeFilesLines
* Revert r305313 & r305303, self-hosting build-bot isn’t liking it.Frederich Munch2017-06-133-39/+3
* Fix self hosting build-bot failure from r305303 by adjusting DynamicLibraryTe...Frederich Munch2017-06-131-0/+1
* Force RegisterStandardPasses to construct std::function in the IPO library.Frederich Munch2017-06-133-3/+38
* Export the required symbol from DynamicLibraryTestsRoger Ferrer Ibanez2017-06-125-4/+23
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Close DynamicLibraries in reverse order they were opened.Frederich Munch2017-06-054-35/+88
* Revert "Export the required symbol from DynamicLibraryTests"Roger Ferrer Ibanez2017-05-262-2/+0
* Export the required symbol from DynamicLibraryTestsRoger Ferrer Ibanez2017-05-262-0/+2
* Reapply part of rL303015, fixing just the DynamicLibaryTest. AddDimitry Andric2017-05-171-1/+3
* Revert r303015, because it has the unintended side effect of breakingDimitry Andric2017-05-171-3/+1
* Fix DynamicLibraryTest.cpp on FreeBSD and NetBSDDimitry Andric2017-05-141-1/+3
* Fix a few pedantic warnings.Frederich Munch2017-04-271-2/+2
* Limit disabling of warnings emitted from r301571 by checking __GNUC__.Frederich Munch2017-04-271-1/+1
* Fix warnings from test added in r301562 on Windows (when built without except...Frederich Munch2017-04-271-0/+10
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-274-0/+207
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-244-207/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-244-0/+207
* Revert "Refactor DynamicLibrary so searching for a symbol will have a defined...Frederich Munch2017-04-244-207/+0
* Refactor DynamicLibrary so searching for a symbol will have a defined order andFrederich Munch2017-04-244-0/+207
OpenPOWER on IntegriCloud