Skip to content
  1. Mar 06, 2009
  2. Mar 05, 2009
  3. Mar 04, 2009
  4. Feb 28, 2009
  5. Feb 25, 2009
  6. Feb 22, 2009
  7. Feb 20, 2009
  8. Feb 19, 2009
  9. Feb 17, 2009
    • Daniel Dunbar's avatar
      Change EmitConstantExpr to allow failure. · 38ad1e61
      Daniel Dunbar authored
      IRgen no longer relies on isConstantInitializer, instead we just try
      to emit the constant. If that fails then in C we emit an error
      unsupported (this occurs when Sema accepted something that it doesn't
      know how to fold, and IRgen doesn't know how to emit) and in C++ we
      emit a guarded initializer.
      
      This ends up handling a few more cases, because IRgen was actually
      able to emit some of the constants Sema accepts but can't Evaluate().
      For example, PR3398.
      
      llvm-svn: 64780
      38ad1e61
  10. Feb 13, 2009
  11. Feb 10, 2009
  12. Feb 09, 2009
  13. Feb 08, 2009
  14. Feb 07, 2009
  15. Feb 05, 2009
  16. Feb 03, 2009
  17. Jan 25, 2009
  18. Jan 16, 2009
  19. Dec 21, 2008
  20. Dec 20, 2008
  21. Dec 13, 2008
  22. Dec 12, 2008
Loading