Skip to content
  1. Nov 03, 2011
  2. Oct 16, 2011
  3. Sep 28, 2011
  4. Sep 20, 2011
  5. Sep 13, 2011
    • Benjamin Kramer's avatar
      Sketch out a DWARF parser. · aa2f78f5
      Benjamin Kramer authored
      This introduces a new library to LLVM: libDebugInfo. It will provide debug information
      parsing to LLVM. Much of the design and some of the code is taken from the LLDB project.
      
      It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an
      object file. It can be used to write tests for DWARF input and output easily.
      
      llvm-svn: 139627
      aa2f78f5
  6. Jul 15, 2011
    • Douglas Gregor's avatar
      CMake: Add a new configuration option LLVM_BUILD_CLANG that's · 82432f7e
      Douglas Gregor authored
      available when Clang is found within the LLVM tree. If enabled (the
      default), Clang will be built as part of LLVM. If disabled, Clang will
      be skipped... and can be built by configuring a separate object
      directory just for Clang. This helps break up the monolithic
      LLVM+Clang project that many Clang developers use, improving
      build/load times.
      
      llvm-svn: 135218
      82432f7e
  7. Apr 28, 2011
  8. Mar 18, 2011
    • Jim Grosbach's avatar
      MachO file loader and execution utility. · 0072cdbc
      Jim Grosbach authored
      Add a bone-simple utility to load a MachO object into memory, look for
      a function (main) in it, and run that function directly. This will be used
      as a test and development platform for MC-JIT work regarding symbol resolution,
      dynamic lookup, etc..
      
      Code by Daniel Dunbar.
      
      llvm-svn: 127885
      0072cdbc
  9. Mar 13, 2011
  10. Mar 12, 2011
  11. Mar 11, 2011
  12. Jan 20, 2011
  13. Nov 27, 2010
  14. Oct 30, 2010
    • Tobias Grosser's avatar
      Add polly support to the build system. · ea9dca4c
      Tobias Grosser authored
      Update the cmake and autoconf build system to compile polly
      as a shared library if it is checked out into tools/polly. In case
      polly is not checked out, nothing changes.
      This models the way clang can be added to llvm if checked out to tools/clang.
      
      Also rebuild configure.
      
      Patch contributed by ether.
      
      llvm-svn: 117755
      ea9dca4c
  15. Sep 14, 2010
  16. Sep 10, 2010
  17. Aug 24, 2010
  18. Aug 08, 2010
  19. Apr 13, 2010
  20. Oct 05, 2009
  21. Aug 25, 2009
  22. Aug 16, 2009
  23. Aug 14, 2009
  24. Aug 12, 2009
  25. Jun 23, 2009
  26. Jun 19, 2009
  27. Jun 04, 2009
  28. Nov 25, 2008
  29. Oct 26, 2008
  30. Sep 22, 2008
Loading