Skip to content
  1. Apr 30, 2013
  2. Apr 29, 2013
    • Andrew Kaylor's avatar
      Exposing MCJIT through C API · 31be5eff
      Andrew Kaylor authored
      Re-submitting with fix for OCaml dependency problems (removing dependency on SectionMemoryManager when it isn't used).
      
      Patch by Fili Pizlo
      
      llvm-svn: 180720
      31be5eff
  3. Apr 25, 2013
  4. Apr 24, 2013
    • Reid Kleckner's avatar
      Don't forward declare environ on Windows · 206ddd07
      Reid Kleckner authored
      That seems to interact poorly with the environ and _environ macros
      defined in MSVC's <stdlib.h>.
      
      Also remove the incorrect comment about _NSGetEnviron().
      
      llvm-svn: 180200
      206ddd07
  5. Apr 23, 2013
  6. Apr 22, 2013
  7. Apr 17, 2013
  8. Apr 12, 2013
  9. Apr 11, 2013
  10. Apr 10, 2013
  11. Apr 05, 2013
  12. Apr 04, 2013
  13. Mar 29, 2013
  14. Mar 28, 2013
  15. Mar 27, 2013
  16. Mar 16, 2013
  17. Mar 14, 2013
  18. Feb 28, 2013
  19. Feb 21, 2013
  20. Feb 20, 2013
  21. Feb 19, 2013
  22. Feb 07, 2013
    • Meador Inge's avatar
      ADT: Correct APInt::getActiveWords for zero values · 32dc7249
      Meador Inge authored
      PR15138 was opened because of a segfault in the Bitcode writer.
      The actual issue ended up being a bug in APInt where calls to
      APInt::getActiveWords returns a bogus value when the APInt value
      is 0.  This patch fixes the problem by ensuring that getActiveWords
      returns 1 for 0 valued APInts.
      
      llvm-svn: 174641
      32dc7249
  23. Feb 06, 2013
Loading