Skip to content
  1. Feb 19, 2009
  2. Feb 16, 2009
  3. Dec 16, 2008
  4. Nov 22, 2008
  5. Nov 21, 2008
  6. Nov 20, 2008
  7. Nov 19, 2008
  8. Nov 18, 2008
  9. Oct 18, 2008
  10. 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
  11. Aug 29, 2008
  12. Aug 23, 2008
Loading