Skip to content
  1. Sep 14, 2012
  2. Sep 11, 2012
  3. Feb 22, 2012
  4. Jan 05, 2012
  5. Nov 12, 2011
  6. Oct 31, 2011
  7. Aug 02, 2011
    • Johnny Chen's avatar
      Patch by David Forsythe to build lldb on FreeBSD! · 8f3d8384
      Johnny Chen authored
      I did not take the patch for ClangExpressionParser.cpp since there was a
      recent change by Peter for the same line.  Feel free to disagree. :-)
      
      Reference:
      ----------------------------------------------------------------------
      r136580 | pcc | 2011-07-30 15:42:24 -0700 (Sat, 30 Jul 2011) | 3 lines
      
      Add reloc arg to standard JIT createJIT()
      
      Fixes non-__APPLE__ build.  Patch by Matt Johnson!
      ----------------------------------------------------------------------
      
      Also, I ignore the part of the patch to remove the RegisterContextDarwin*.h/.cpp.
      
      llvm-svn: 136720
      8f3d8384
  8. Jun 20, 2011
  9. May 20, 2011
  10. May 17, 2011
  11. Feb 05, 2011
  12. Jan 26, 2011
    • Stephen Wilson's avatar
      Simple makefile fixups. · f3e78a30
      Stephen Wilson authored
      With the current target revision of Clang libclangChecker no longer exists and
      is not needed.  Update the include path so we can get at ARM_DWARF_Registers.h
      and friends.
      
      llvm-svn: 124240
      f3e78a30
  13. Jan 06, 2011
    • Stephen Wilson's avatar
      Ignore unknown pragmas. · c08a6c15
      Stephen Wilson authored
      In particular, we are looking to ignore the "#pragma mark" construct which GCC
      warns about on platforms other than Darwin.  This cleans up diagnostic output
      significantly.
      
      llvm-svn: 122974
      c08a6c15
  14. Jul 10, 2010
  15. Jul 09, 2010
  16. Jul 01, 2010
  17. Jun 26, 2010
  18. Jun 25, 2010
  19. Jun 19, 2010
  20. Jun 08, 2010
  21. Apr 30, 2010
  22. Mar 18, 2010
  23. Mar 10, 2010
  24. Dec 22, 2009
  25. Nov 25, 2009
  26. Nov 15, 2009
  27. Oct 12, 2009
  28. Oct 09, 2009
  29. Sep 23, 2009
  30. Mar 24, 2009
  31. Mar 18, 2009
  32. Mar 17, 2009
    • Douglas Gregor's avatar
      Build system changes to use TableGen to generate the various · 23d75bb3
      Douglas Gregor authored
      diagnostics. This builds on the patch that Sebastian committed and
      then revert. Major differences are:
      
        - We don't remove or use the current ".def" files. Instead, for now,
          we just make sure that we're building the ".inc" files.
        - Fixed CMake makefiles to run TableGen and build the ".inc" files
          when needed. Tested with both the Xcode and Makefile generators
          provided by CMake, so it should be solid.
        - Fixed normal makefiles to handle out-of-source builds that involve
          the ".inc" files.
      
      I'll send a separate patch to the list with Sebastian's changes that
      eliminate the use of the .def files.
      
      llvm-svn: 67058
      23d75bb3
  33. Mar 14, 2009
Loading