Skip to content
  1. Sep 27, 2009
  2. Sep 09, 2009
  3. Aug 13, 2009
  4. Aug 06, 2009
  5. Aug 04, 2009
  6. Aug 02, 2009
  7. Jul 31, 2009
  8. Jul 25, 2009
  9. Jul 19, 2009
    • Daniel Dunbar's avatar
      Detect when the current generation point is unreachable after emitting · c3ab4c6c
      Daniel Dunbar authored
      expressions.
       - This generally catches the important case of noreturn functions.
      
       - With the last two changes, we are down to 152 unreachable blocks emitted on
         403.gcc, vs the 1805 we started with.
      
      llvm-svn: 76364
      c3ab4c6c
    • Daniel Dunbar's avatar
      Fix thinko. · 669521c9
      Daniel Dunbar authored
      llvm-svn: 76362
      669521c9
    • Daniel Dunbar's avatar
      Avoid generation of dead code in a few more situations. · b6adc43f
      Daniel Dunbar authored
       - Emit variable declarations as "simple", we want to avoid forcing the creation
         of a dummy basic block, but still need to make the variable available for
         later use.
      
       - With that, we can now skip IRgen for other unreachable statements (which
         don't define a label).
      
       - Anders, I added two fixmes on calls to EmitVLASize, can you check them?
      
      llvm-svn: 76361
      b6adc43f
  10. Jul 16, 2009
  11. May 27, 2009
  12. May 21, 2009
  13. May 04, 2009
  14. May 03, 2009
  15. May 01, 2009
  16. Apr 26, 2009
  17. Apr 13, 2009
  18. Apr 01, 2009
  19. Mar 13, 2009
    • Chris Lattner's avatar
      introduce a new -fheinous-gnu-extensions flag that enables really · cda4d7e1
      Chris Lattner authored
      really horrible extensions that are disabled by default but that can
      be accepted by -fheinous-gnu-extensions (but which always emit a 
      warning when enabled).
      
      As our first instance of this, implement PR3788/PR3794, which allows
      non-lvalues in inline asms in contexts where lvalues are required. bleh.
      
      llvm-svn: 66910
      cda4d7e1
  20. Mar 11, 2009
  21. Mar 10, 2009
Loading