Skip to content
  1. Nov 03, 2009
  2. Sep 25, 2009
  3. Sep 24, 2009
  4. Sep 21, 2009
  5. Sep 18, 2009
  6. Sep 09, 2009
  7. Aug 20, 2009
  8. Aug 18, 2009
  9. Jul 22, 2009
  10. May 28, 2009
  11. May 23, 2009
  12. May 16, 2009
  13. May 05, 2009
  14. Feb 21, 2009
  15. Feb 19, 2009
  16. Feb 16, 2009
  17. Dec 16, 2008
  18. Nov 22, 2008
  19. Nov 21, 2008
  20. Nov 20, 2008
  21. Nov 19, 2008
  22. Nov 18, 2008
  23. Oct 18, 2008
  24. Sep 09, 2008
    • Daniel Dunbar's avatar
      Change CodeGen to emit calls using (RValue,Type) list: · 41cf9ded
      Daniel Dunbar authored
       - Add CodeGenFunction::EmitAnyExprToTemp
         o Like EmitAnyExpr, but emits aggregates to a temporary location if
           none is available. Seems like this should be simpler (even aside
           from using first class aggregates).
      
       - Killed CodeGenFunction::EmitCallArg (just append the pair)
      
       - Conversion of RValues to actual call arguments is now isolated in
         CodeGenFunction::EmitCall.
      
      llvm-svn: 55970
      41cf9ded
  25. Aug 29, 2008
  26. Aug 23, 2008
Loading