[OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl,--as-needed
[oota-llvm.git] / tools / llvm-shlib /
2014-12-09 Chris BienemanAdding a new option to CMake to disable C++ atexit...
2014-11-11 NAKAMURA Takumi[CMake] llvm-shlib: Prune redundant components, AsmPrin...
2014-11-10 NAKAMURA Takumi[CMake] Let llvm-shlib work on Linux with --whole-archive.
2014-11-08 NAKAMURA Takumi[CMake] llvm-shlib: Add possibly missing BitReader...
2014-10-23 Chris BienemanAdding llvm-shlib to CMake build system with a few...
2014-08-01 Sylvestre LedruRevert of 214418:
2014-07-31 Eric ChristopherCreate a default symver on Linux like ELF OSes.
2014-05-13 Tom Stellardautoconf: Fix soname for libLLVM-Major.Minor.so (2nd...
2014-05-13 Tom StellardRevert "autoconf: Fix soname for libLLVM-Major.Minor.so"
2014-05-13 Tom Stellardautoconf: Fix soname for libLLVM-Major.Minor.so
2014-03-03 Tom StellardAdd patch level to llvm version in CMake and Autoconf
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-08-02 Eric ChristopherUse @rpath for libraries rather than @executable_path...
2013-07-01 Sylvestre LedruThe build system is currently miss-identifying GNU...
2013-06-04 Bob WilsonRemove "-Wl,-seg1addr -Wl,0xE0000000" from link options.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-04-25 Chris Lattneropenbsd doesn't support soname, patch by Brad Smith!
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-04-03 Anton KorobeynikovSet soname for FreeBSD as well.
2012-03-23 Anton KorobeynikovAdd soname to LLVM shared library on Linux. Probably...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-10-04 Peter CollingbourneExclude libLLVMTableGen.a from the shared library
2011-02-13 Chris Lattnerimprove solaris support, from PR9109, patch by Yuri!
2010-12-29 NAKAMURA Takumiautoconf: Add --disable-embed-stdcxx to suppress linkin...
2010-10-28 NAKAMURA Takumitools/llvm-shlib/Makefile: Support for FreeBSD and...
2010-08-17 Anton KorobeynikovThis patch enables ENABLE_SHARED=1 to build DLL based...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinOops. Pass -lgcc _only_ on ARM, not on everything...
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...