DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
[oota-llvm.git] / bindings / ocaml / Makefile.ocaml
2015-01-13 Peter Zotov[OCaml] Allow out-of-tree builds of LLVM bindings.
2015-01-13 Peter Zotov[OCaml] Use $CAMLORIGIN, an rpath-$ORIGIN-like mechanis...
2014-12-23 Peter Zotov[OCaml] PR22014: OCaml bindings didn't link to libLLVM...
2014-11-03 Peter Zotov[OCaml] Add -g on DEBUG_SYMBOLS=1, not ENABLE_OPTIMIZED.
2014-11-03 Peter Zotov[OCaml] Fix ocamlc -custom builds when configured as...
2014-11-03 Peter Zotov[OCaml] Avoid embedding absolute paths into executables.
2014-11-03 Peter Zotov[OCaml] Don't build stub libraries twice.
2014-10-31 Peter Zotov[OCaml] Rework Llvm_executionengine using ctypes.
2014-10-30 Peter Zotov[OCaml] [autoconf] Migrate to ocamlfind.
2014-10-29 Peter Zotov[OCaml] Drop support for 3.12.1 and earlier.
2014-10-28 Peter Zotov[OCaml] Enable -g for debug builds.
2014-10-28 Peter Zotov[OCaml] Fix whitespace.
2013-12-20 NAKAMURA TakumiMakefile.ocaml: Tweak to use --system-libs.
2013-11-28 Peter Zotov[OCaml] Add a slash accidentally omitted from Makefile
2013-11-27 Peter Zotov[OCaml] Embed rpath into stub libraries and native...
2013-11-26 Peter Zotov[OCaml] Embed the flags necessary for linking with...
2013-11-15 Peter Zotov[OCaml] Fix building of stub libraries
2013-11-12 Peter Zotov[OCaml] Dynamically link LLVM on --enable-shared builds
2013-11-01 Sylvestre LedruOCaml bindings: fix typo
2013-11-01 Sylvestre LedruOCaml bindings: formatting
2011-11-09 Wojciech MatyjewiczMinor fixes in Makefiles for the OCaml bindings:
2011-02-09 Erick TryzelaarFix compiling the ocaml kaleidoscope tutorials
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2009-12-18 Bob WilsonFix another parallel make race condition.
2009-09-11 Bob WilsonFix pr4820: Don't run llvm-config during "make clean...
2009-03-06 Bob WilsonFix a parallel make race condition by swapping the...
2009-02-26 Nick LewyckyRemove libtool.
2008-03-10 Gordon HenriksenRefresh Makefile.ocaml in objdir if it is modified...
2008-03-10 Gordon HenriksenAdding ocamldoc generation.
2008-03-07 Gordon HenriksenFix a typo. 'make clean' in bindings/ocaml would leave...
2008-03-04 Gordon HenriksenFix a typo noticed by Erick Tryzelaar,
2008-01-06 Gordon HenriksenModify Makefile.rules to allow makefiles to prepend...
2008-01-04 Gordon HenriksenQuote a path in the Ocaml makefile which is likely...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-25 Gordon HenriksenDisabling -g for ocaml builds; it's not downwards compa...
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
2007-12-03 Gordon HenriksenTrack dependencies when creating symlinks to LLVM libra...
2007-10-12 Gordon HenriksenFix ocaml bindings for picky linkers. :)
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-04 Gordon HenriksenDo use the actual ocaml stdlib (not the install dir...
2007-10-02 Gordon HenriksenProviding --with-ocaml-libdir for ./configure. The...
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-23 Gordon HenriksenFix srcdir <> objdir builds with ocaml 2.10. Downrev...
2007-09-20 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-18 Gordon Henriksengit-svn-id: https://llvm.org/svn/llvm-project/llvm...