Skip to content
  1. Dec 18, 2009
  2. Dec 15, 2009
  3. Dec 13, 2009
  4. Dec 08, 2009
  5. Dec 04, 2009
  6. Dec 03, 2009
  7. Dec 02, 2009
  8. Nov 23, 2009
  9. Nov 20, 2009
  10. Nov 19, 2009
  11. Nov 12, 2009
  12. Nov 11, 2009
    • Duncan Sands's avatar
      Don't trivially delete unused calls to llvm.invariant.start. This allows · ba61fed5
      Duncan Sands authored
      llvm.invariant.start to be used without necessarily being paired with a call
      to llvm.invariant.end.  If you run the entire optimization pipeline then such
      calls are in fact deleted (adce does it), but that's actually a good thing since
      we probably do want them to be zapped late in the game.  There should really be
      an integration test that checks that the llvm.invariant.start call lasts long
      enough that all passes that do interesting things with it get to do their stuff
      before it is deleted.  But since no passes do anything interesting with it yet
      this will have to wait for later.
      
      llvm-svn: 86840
      ba61fed5
    • Devang Patel's avatar
      Implement support to debug inlined functions. · f6eeaebd
      Devang Patel authored
      llvm-svn: 86748
      f6eeaebd
  13. Nov 10, 2009
  14. Nov 09, 2009
  15. Nov 06, 2009
  16. Nov 05, 2009
  17. Nov 03, 2009
  18. Nov 02, 2009
  19. Nov 01, 2009
  20. Oct 31, 2009
Loading