Skip to content
  1. Oct 08, 2012
  2. Sep 02, 2012
  3. Jul 19, 2012
  4. Feb 07, 2012
  5. Jan 25, 2012
  6. Dec 28, 2011
  7. Dec 23, 2011
  8. Nov 09, 2011
    • Wojciech Matyjewicz's avatar
      Minor fixes in Makefiles for the OCaml bindings: · 0c48772a
      Wojciech Matyjewicz authored
      1. Interface files (.mli) are installed before compiled interface
         files (.cmi) to preserve timestamp relation.
      2. install-meta should use $(OcamlDir) instead of $(ObjDir).
      3. Declared some targets as .PHONY.
      
      Patch by Christophe Raffalli.
      
      llvm-svn: 144183
      0c48772a
  9. Oct 14, 2011
  10. Oct 06, 2011
  11. Oct 03, 2011
  12. Aug 10, 2011
  13. Jul 31, 2011
  14. Jul 09, 2011
  15. Feb 09, 2011
  16. Dec 23, 2010
    • Torok Edwin's avatar
      Fix OCaml bindings crash, PR8847. · 5abf51bd
      Torok Edwin authored
      See http://caml.inria.fr/mantis/view.php?id=4166
      If we call only external functions from a module, then its 'let _' bindings
      don't get executed, which means that the exceptions don't get registered for use
      in the C code.
      This in turn causes llvm_raise to call raise_with_arg() with a NULL pointer and
      cause a segmentation fault.
      
      The workaround is to declare all 'external' functions as 'val' in these .mli
      files.
      
      Also added a separate testcase (the testcase must call only external functions
      for the bug to occur).
      
      llvm-svn: 122497
      5abf51bd
  17. Oct 08, 2010
  18. Sep 10, 2010
  19. Aug 28, 2010
  20. Aug 20, 2010
  21. Apr 10, 2010
  22. Mar 08, 2010
  23. Mar 06, 2010
  24. Mar 04, 2010
Loading