Skip to content
  1. Mar 05, 2009
  2. Mar 04, 2009
  3. Feb 28, 2009
  4. Feb 25, 2009
  5. Feb 22, 2009
  6. Feb 20, 2009
  7. Feb 19, 2009
  8. 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
  9. Feb 13, 2009
  10. Feb 10, 2009
  11. Feb 09, 2009
  12. Feb 08, 2009
  13. Feb 07, 2009
  14. Feb 05, 2009
  15. Feb 03, 2009
  16. Jan 25, 2009
  17. Jan 16, 2009
  18. Dec 21, 2008
  19. Dec 20, 2008
  20. Dec 13, 2008
  21. Dec 12, 2008
  22. Nov 24, 2008
  23. Nov 17, 2008
  24. Nov 10, 2008
  25. Oct 31, 2008
  26. Oct 17, 2008
Loading