Skip to content
  1. Nov 24, 2012
    • Benjamin Kramer's avatar
      libLTO: Add a utility method to initialize the disassemblers. · 9bcb9226
      Benjamin Kramer authored
      Necessary to give disassembler users (like darwin's otool) a possibility to
      dlopen libLTO and still initialize the required LLVM bits. This used to go
      through libMCDisassembler but that's a gross layering violation, the MC layer
      can't pull in functions from the targets. Adding a function to libLTO is a bit
      of a hack but not worse than exposing other disassembler bits from libLTO.
      
      Fixes PR14362.
      
      llvm-svn: 168545
      9bcb9226
  2. Apr 16, 2012
  3. Apr 09, 2012
  4. Mar 31, 2012
  5. Mar 21, 2012
    • Gregory Szorc's avatar
      Organize LLVM C API docs into doxygen modules; add docs · 34c863a0
      Gregory Szorc authored
      This gives a lot of love to the docs for the C API. Like Clang's
      documentation, the C API is now organized into a Doxygen "module"
      (LLVMC). Each C header file is a child of the main module. Some modules
      (like Core) have a hierarchy of there own. The produced documentation is
      thus better organized (before everything was in one monolithic list).
      
      This patch also includes a lot of new documentation for APIs in Core.h.
      It doesn't document them all, but is better than none. Function docs are
      missing @param and @return annotation, but the documentation body now
      commonly provides help details (like the expected llvm::Value sub-type
      to expect).
      
      llvm-svn: 153157
      34c863a0
  6. Apr 15, 2011
  7. Mar 22, 2011
  8. Mar 17, 2011
  9. Feb 08, 2011
  10. Jan 07, 2011
  11. Nov 29, 2010
  12. Sep 27, 2010
  13. Aug 26, 2010
  14. Aug 25, 2010
  15. Aug 11, 2010
  16. Aug 10, 2010
  17. Aug 09, 2010
  18. Jul 12, 2010
  19. Jul 15, 2009
  20. Jul 02, 2009
  21. Jul 01, 2009
  22. Jun 04, 2009
  23. Apr 30, 2009
  24. Apr 24, 2009
  25. Feb 06, 2009
  26. Nov 29, 2008
  27. Jul 04, 2008
  28. May 04, 2008
  29. Feb 27, 2008
  30. Feb 26, 2008
Loading