Skip to content
  1. Mar 27, 2013
  2. Dec 03, 2012
    • Chandler Carruth's avatar
      Use the new script to sort the includes of every file under lib. · ed0881b2
      Chandler Carruth authored
      Sooooo many of these had incorrect or strange main module includes.
      I have manually inspected all of these, and fixed the main module
      include to be the nearest plausible thing I could find. If you own or
      care about any of these source files, I encourage you to take some time
      and check that these edits were sensible. I can't have broken anything
      (I strictly added headers, and reordered them, never removed), but they
      may not be the headers you'd really like to identify as containing the
      API being implemented.
      
      Many forward declarations and missing includes were added to a header
      files to allow them to parse cleanly when included first. The main
      module rule does in fact have its merits. =]
      
      llvm-svn: 169131
      ed0881b2
  3. Nov 13, 2012
  4. Nov 12, 2012
  5. Apr 23, 2011
  6. Nov 29, 2010
  7. Nov 13, 2010
  8. Sep 16, 2010
  9. Aug 19, 2010
  10. Aug 18, 2010
  11. May 08, 2010
  12. Apr 08, 2010
  13. Mar 24, 2010
  14. Jan 05, 2010
  15. Aug 20, 2009
  16. Aug 13, 2009
  17. Aug 10, 2009
  18. Jul 24, 2009
  19. Jul 14, 2009
  20. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  21. Jul 07, 2009
    • Torok Edwin's avatar
      Fix braces. · 973c214c
      Torok Edwin authored
      llvm-svn: 74923
      973c214c
    • Torok Edwin's avatar
      Introduce new error handling API. · 6c2d233e
      Torok Edwin authored
      This will replace exit()/abort() style error handling with an API
      that allows clients to register custom error handling hooks.
      The default is to call exit(1) when no error handler is provided.
      
      llvm-svn: 74922
      6c2d233e
Loading