Skip to content
  1. Dec 16, 2005
  2. Dec 02, 2005
  3. Dec 01, 2005
  4. Oct 23, 2005
    • Jeff Cohen's avatar
      When a function takes a variable number of pointer arguments, with a zero · 11e26b52
      Jeff Cohen authored
      pointer marking the end of the list, the zero *must* be cast to the pointer
      type.  An un-cast zero is a 32-bit int, and at least on x86_64, gcc will
      not extend the zero to 64 bits, thus allowing the upper 32 bits to be
      random junk.
      
      The new END_WITH_NULL macro may be used to annotate a such a function
      so that GCC (version 4 or newer) will detect the use of un-casted zero
      at compile time.
      
      llvm-svn: 23888
      11e26b52
  5. Apr 22, 2005
  6. Dec 30, 2004
    • Reid Spencer's avatar
      For PR351: · 996ec72d
      Reid Spencer authored
      * Place a try/catch block around the entire tool to Make sure std::string
        exceptions are caught and printed before exiting the tool.
      * Make sure we catch unhandled exceptions at the top level so that we don't
        abort with a useless message but indicate than an unhandled exception was
        generated.
      
      llvm-svn: 19192
      996ec72d
  7. Nov 29, 2004
  8. Oct 22, 2004
  9. Oct 19, 2004
  10. Oct 14, 2004
  11. Oct 13, 2004
  12. Oct 11, 2004
  13. Oct 08, 2004
  14. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  15. Aug 29, 2004
  16. Aug 04, 2004
  17. Jul 11, 2004
  18. Jul 04, 2004
  19. May 27, 2004
  20. Feb 25, 2004
  21. Feb 19, 2004
  22. Dec 28, 2003
  23. Dec 26, 2003
  24. Dec 12, 2003
  25. Nov 11, 2003
  26. Oct 28, 2003
  27. Oct 24, 2003
  28. Oct 21, 2003
  29. Oct 20, 2003
  30. Oct 14, 2003
  31. Sep 25, 2003
  32. Sep 05, 2003
Loading