Skip to content
  1. Jan 23, 2006
  2. Jan 22, 2006
  3. Jan 19, 2006
  4. Jan 17, 2006
  5. Jan 14, 2006
  6. Jan 13, 2006
  7. Jan 03, 2006
  8. Dec 13, 2005
    • Reid Spencer's avatar
      Improve ResolveFunctions to: · 175613ad
      Reid Spencer authored
      a) use better local variable names (OldMT -> OldFT) where "M" is used to
         mean "Function" (perhaps it was previously "Method"?)
      b) print out the module identifier in a warning message so that it is
         possible to track down in which module the error occurred.
      
      llvm-svn: 24698
      175613ad
  9. Dec 05, 2005
  10. Nov 05, 2005
    • Nate Begeman's avatar
      Add support alignment of allocation instructions. · 848622f8
      Nate Begeman authored
      Add support for specifying alignment and size of setjmp jmpbufs.
      
      No targets currently do anything with this information, nor is it presrved
      in the bytecode representation.  That's coming up next.
      
      llvm-svn: 24196
      848622f8
  11. Oct 25, 2005
  12. Oct 24, 2005
  13. 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
  14. Oct 18, 2005
  15. Sep 29, 2005
  16. Sep 28, 2005
  17. Sep 27, 2005
  18. Sep 26, 2005
  19. Sep 25, 2005
Loading