Skip to content
  1. Jan 03, 2008
  2. Jan 02, 2008
  3. Jan 01, 2008
  4. Dec 30, 2007
  5. Dec 29, 2007
  6. Dec 27, 2007
  7. Dec 25, 2007
  8. Dec 21, 2007
    • Duncan Sands's avatar
      Get the verifier to check attributes on calls as well · 8c582280
      Duncan Sands authored
      as on functions.  Make it verify invokes and not just
      ordinary calls.  As a (desired) side-effect, it is no
      longer legal to have call attributes on arguments that
      are being passed to the varargs part of a varargs
      function (llvm-as drops them on the floor anyway).
      
      llvm-svn: 45286
      8c582280
  9. Dec 19, 2007
  10. Dec 18, 2007
  11. Dec 17, 2007
  12. Dec 16, 2007
    • Duncan Sands's avatar
      Make instcombine promote inline asm calls to 'nounwind' · 8e4847ee
      Duncan Sands authored
      calls.  Remove special casing of inline asm from the
      inliner.  There is a potential problem: the verifier
      rejects invokes of inline asm (not sure why).  If an
      asm call is not marked "nounwind" in some .ll, and
      instcombine is not run, but the inliner is run, then
      an illegal module will be created.  This is bad but
      I'm not sure what the best approach is.  I'm tempted
      to remove the check in the verifier...
      
      llvm-svn: 45073
      8e4847ee
  13. Dec 14, 2007
  14. Dec 12, 2007
  15. Dec 11, 2007
  16. Dec 10, 2007
  17. Dec 09, 2007
  18. Dec 05, 2007
  19. Dec 03, 2007
Loading