| Commit message (Expand) | Author | Age | Files | Lines |
| * | [cmake] rework LLVM_LINK_LLVM_DYLIB option handling | Andrew Wilkins | 2015-09-05 | 1 | -47/+4 |
| * | Enable linking tools, shared libraries against libLLVM | Andrew Wilkins | 2015-09-01 | 1 | -5/+36 |
| * | [PM/AA] Remove the last relics of the separate IPA library from LLVM, | Chandler Carruth | 2015-08-18 | 1 | -1/+0 |
| * | [CMake] Add missing DebugInfo libraries to llvm-shlib | Keno Fischer | 2015-07-13 | 1 | -0/+2 |
| * | Updating symbol wildcards one more time. | Chris Bieneman | 2015-04-16 | 1 | -1/+1 |
| * | Properly escaping the quotes so that bash doesn't do stupid things with the w... | Chris Bieneman | 2015-04-16 | 1 | -1/+1 |
| * | Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with Darwin fat binaries. | Chris Bieneman | 2015-04-16 | 1 | -25/+27 |
| * | [CMake] Updates to llvm-shlib to support overriding exports list and added an... | Chris Bieneman | 2015-04-13 | 1 | -10/+21 |
| * | Raising minimum required CMake version to 2.8.12.2. | Chris Bieneman | 2015-03-23 | 1 | -1/+1 |
| * | Revert "Raising minimum required CMake version to 2.8.12.2." | Tobias Grosser | 2015-02-24 | 1 | -1/+1 |
| * | Revert "Revert "Raising minimum required CMake version to 2.8.12.2."" | Chad Rosier | 2015-02-23 | 1 | -1/+1 |
| * | Revert "Raising minimum required CMake version to 2.8.12.2." | Chad Rosier | 2015-02-23 | 1 | -1/+1 |
| * | Raising minimum required CMake version to 2.8.12.2. | Chris Bieneman | 2015-02-20 | 1 | -1/+1 |
| * | Fixing a CMake developer warning. | Chris Bieneman | 2015-02-18 | 1 | -1/+3 |
| * | [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it to | Chandler Carruth | 2014-12-29 | 1 | -1/+1 |
| * | Adding a new option to CMake to disable C++ atexit on llvm-shlib. | Chris Bieneman | 2014-12-09 | 1 | -0/+7 |
| * | [CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and Selection... | NAKAMURA Takumi | 2014-11-11 | 1 | -3/+0 |
| * | [CMake] Let llvm-shlib work on Linux with --whole-archive. | NAKAMURA Takumi | 2014-11-10 | 1 | -4/+10 |
| * | [CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llv... | NAKAMURA Takumi | 2014-11-08 | 1 | -0/+2 |
| * | Adding llvm-shlib to CMake build system with a few new bells and whistles | Chris Bieneman | 2014-10-23 | 2 | -0/+108 |
| * | Revert of 214418: | Sylvestre Ledru | 2014-08-01 | 1 | -5/+0 |
| * | Create a default symver on Linux like ELF OSes. | Eric Christopher | 2014-07-31 | 1 | -0/+5 |
| * | autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try) | Tom Stellard | 2014-05-13 | 1 | -2/+2 |
| * | Revert "autoconf: Fix soname for libLLVM-Major.Minor.so" | Tom Stellard | 2014-05-13 | 1 | -2/+2 |
| * | autoconf: Fix soname for libLLVM-Major.Minor.so | Tom Stellard | 2014-05-13 | 1 | -2/+2 |
| * | Add patch level to llvm version in CMake and Autoconf | Tom Stellard | 2014-03-03 | 1 | -0/+2 |
| * | Centralize the handling of install_name and rpath. | Rafael Espindola | 2014-02-28 | 1 | -8/+0 |
| * | Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os... | Nico Weber | 2013-12-27 | 1 | -3/+0 |
| * | Rules adjustments in order to build on DragonFly BSD. | Rafael Espindola | 2013-10-31 | 1 | -2/+2 |
| * | Use @rpath for libraries rather than @executable_path on OSX. | Eric Christopher | 2013-08-02 | 1 | -1/+1 |
| * | The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. | Sylvestre Ledru | 2013-07-01 | 1 | -3/+3 |
| * | Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options. | Bob Wilson | 2013-06-04 | 1 | -2/+1 |
| * | Add support for the OpenBSD for Bitrig. | Eric Christopher | 2012-08-06 | 1 | -1/+1 |
| * | openbsd doesn't support soname, patch by Brad Smith! | Chris Lattner | 2012-04-25 | 1 | -0/+3 |
| * | Fix the build under Debian GNU/Hurd. | Sylvestre Ledru | 2012-04-11 | 1 | -2/+2 |
| * | Set soname for FreeBSD as well. | Anton Korobeynikov | 2012-04-03 | 1 | -2/+2 |
| * | Add soname to LLVM shared library on Linux. Probably the same stuff is necess... | Anton Korobeynikov | 2012-03-23 | 1 | -0/+2 |
| * | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -4/+4 |
| * | Exclude libLLVMTableGen.a from the shared library | Peter Collingbourne | 2011-10-04 | 1 | -2/+3 |
| * | improve solaris support, from PR9109, patch by Yuri! | Chris Lattner | 2011-02-13 | 1 | -0/+5 |
| * | autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv... | NAKAMURA Takumi | 2010-12-29 | 1 | -2/+3 |
| * | tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD. | NAKAMURA Takumi | 2010-10-28 | 1 | -1/+4 |
| * | This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW... | Anton Korobeynikov | 2010-08-17 | 1 | -0/+52 |
| * | build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do | Daniel Dunbar | 2010-07-31 | 1 | -1/+0 |
| * | Try r96559 for the third time. This time the shared library is only built if | Jeffrey Yasskin | 2010-02-25 | 1 | -0/+60 |
| * | Roll back r96959 again. | Jeffrey Yasskin | 2010-02-23 | 1 | -67/+0 |
| * | Oops. Pass -lgcc _only_ on ARM, not on everything except ARM. | Jeffrey Yasskin | 2010-02-23 | 1 | -1/+1 |
| * | Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of | Jeffrey Yasskin | 2010-02-23 | 1 | -0/+67 |
| * | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin | 2010-02-18 | 1 | -61/+0 |
| * | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin | 2010-02-18 | 1 | -0/+61 |