Skip to content
  1. Oct 26, 2005
  2. Oct 25, 2005
  3. Oct 24, 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
    • Andrew Lenharth's avatar
      add TargetExternalSymbol · 4b3932aa
      Andrew Lenharth authored
      llvm-svn: 23886
      4b3932aa
  5. Oct 22, 2005
  6. Oct 21, 2005
  7. Oct 20, 2005
  8. Oct 19, 2005
  9. Oct 18, 2005
  10. Oct 17, 2005
  11. Oct 16, 2005
  12. Oct 15, 2005
  13. Oct 14, 2005
  14. Oct 13, 2005
Loading