Skip to content
  1. Jan 13, 2006
  2. Jan 03, 2006
  3. 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
  4. Dec 05, 2005
  5. 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
  6. Oct 25, 2005
  7. Oct 24, 2005
  8. 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
  9. Oct 18, 2005
  10. Sep 29, 2005
  11. Sep 28, 2005
  12. Sep 27, 2005
  13. Sep 26, 2005
  14. Sep 25, 2005
  15. Aug 24, 2005
  16. Aug 07, 2005
  17. Aug 01, 2005
    • Chris Lattner's avatar
      ConstantInt::get only works for arguments < 128. · e17c5d0e
      Chris Lattner authored
      SimplifyLibCalls probably has to be audited to make sure it does not make
      this mistake elsewhere.  Also, if this code knows that the type will be
      unsigned, obviously one arm of this is dead.
      
      Reid, can you take a look into this further?
      
      llvm-svn: 22566
      e17c5d0e
  18. Jul 27, 2005
  19. Jun 29, 2005
  20. Jun 24, 2005
  21. Jun 18, 2005
Loading