Skip to content
  1. Jul 07, 2006
  2. Jun 27, 2006
  3. Jun 16, 2006
  4. May 13, 2006
  5. Apr 13, 2006
  6. Apr 10, 2006
  7. Mar 23, 2006
  8. Mar 15, 2006
  9. Mar 13, 2006
  10. Mar 09, 2006
  11. Mar 07, 2006
  12. Mar 03, 2006
  13. Feb 15, 2006
  14. Jan 23, 2006
  15. Jan 22, 2006
  16. Jan 19, 2006
  17. Jan 17, 2006
  18. Jan 14, 2006
  19. Jan 13, 2006
  20. Jan 03, 2006
  21. 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
  22. Dec 05, 2005
  23. 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
  24. Oct 25, 2005
  25. Oct 24, 2005
  26. 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
  27. Oct 18, 2005
  28. Sep 29, 2005
Loading