summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-shlib
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-14/+2
* [LLVM-C] Fix omission of INSTALL_WITH_TOOLCHAIN to llvm_add_library()Tom Stellard2019-08-281-1/+1
* cmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_library macrosTom Stellard2019-07-121-2/+5
* [llvm-shlib] Do not use version script when building with MinGWPirama Arumuga Nainar2019-06-251-1/+1
* [llvm-shlib] Fix cross-compilation for LLVM-CShoaib Meenai2019-04-021-2/+10
* Use response file when generating LLVM-C.dllSerge Guelton2019-03-192-3/+36
* Revert r351833 and r352250.Hans Wennborg2019-01-292-21/+3
* Use response file when generating LLVM-C.dllSerge Guelton2019-01-222-3/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Support of hurd in llvm-shlib Sylvestre Ledru2018-10-181-0/+1
* [RFC] Build LLVM-C.dll on MSVC that exports only the C APIDavid Bolvansky2018-08-072-54/+207
* CMake: Remove LLVM_DYLIB_SYMBOL_VERSIONINGTom Stellard2018-08-021-4/+0
* [CMake] Support building shared library for OpenBSDBrad Smith2018-06-231-0/+1
* [CMake] Support building shared library for FuchsiaPetr Hosek2018-05-171-0/+1
* Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru2018-03-291-1/+1
* [Solaris] enable --whole-archive for shared-library build, disable --version-...Sylvestre Ledru2017-07-191-2/+9
* [cmake] Check for Haiku when setting LIB_NAMES for GNU ldAndrew Wilkins2017-07-111-1/+1
* CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING optionTom Stellard2017-05-031-0/+4
* Add a linker script to version LLVM symbolsSylvestre Ledru2017-04-172-1/+6
* Add check for BSD when setting LIB_NAMES for GNU ldAndrew Wilkins2017-03-261-1/+1
* Fix llvm-shlib cmake buildChris Bieneman2016-11-011-22/+20
* Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"Steven Wu2016-05-261-11/+0
* [CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman2016-05-251-0/+11
* [CMake] If set we should pass LLVM_VERSION_INFO into config.hChris Bieneman2016-04-251-2/+0
* llvm-shlib: Remove the option to override __cxa_atexitJustin Bogner2016-03-141-7/+0
* Remove autoconf supportChris Bieneman2016-01-261-116/+0
* [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman2015-11-041-1/+1
* [CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make it the default, add libLLV...Chris Bieneman2015-10-271-40/+41
* [CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman2015-10-141-1/+1
* [CMake] libLLVM's compatibility version should be 1.Chris Bieneman2015-10-131-1/+1
* [CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, ...Chris Bieneman2015-10-091-18/+10
* [cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins2015-09-051-47/+4
* Enable linking tools, shared libraries against libLLVMAndrew Wilkins2015-09-011-5/+36
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-1/+0
* [CMake] Add missing DebugInfo libraries to llvm-shlibKeno Fischer2015-07-131-0/+2
* Updating symbol wildcards one more time.Chris Bieneman2015-04-161-1/+1
* Properly escaping the quotes so that bash doesn't do stupid things with the w...Chris Bieneman2015-04-161-1/+1
* Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with Darwin fat binaries.Chris Bieneman2015-04-161-25/+27
* [CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman2015-04-131-10/+21
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-1/+1
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-1/+1
* Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier2015-02-231-1/+1
* Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier2015-02-231-1/+1
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-02-201-1/+1
* Fixing a CMake developer warning.Chris Bieneman2015-02-181-1/+3
* [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth2014-12-291-1/+1
* Adding a new option to CMake to disable C++ atexit on llvm-shlib.Chris Bieneman2014-12-091-0/+7
* [CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and Selection...NAKAMURA Takumi2014-11-111-3/+0
* [CMake] Let llvm-shlib work on Linux with --whole-archive.NAKAMURA Takumi2014-11-101-4/+10
* [CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llv...NAKAMURA Takumi2014-11-081-0/+2
OpenPOWER on IntegriCloud