Skip to content
  1. Aug 30, 2008
    • Daniel Dunbar's avatar
      Refactor handling of calls: · c722b856
      Daniel Dunbar authored
       - Added CodeGenFunction::EmitCall which just takes the callee, return
         type, and a list of (Value*,QualType) pairs.
       - Added CodeGenFunction::EmitCallArg which handles emitting code for
         a call argument and turning it into an appropriate
         (Value*,QualType) pair.
       - Changed Objective-C runtime interface so that the actual emission
         of arguments for message sends is (once again) done in the code to
         emit a message send.
      
      No intended functionality change, this is prep work for better ABI
      support and for Objective-C property setter support.
      
      llvm-svn: 55560
      c722b856
    • Daniel Dunbar's avatar
      Add newline at end of file. · c62cf792
      Daniel Dunbar authored
      llvm-svn: 55559
      c62cf792
  2. Aug 29, 2008
  3. Aug 28, 2008
  4. Aug 27, 2008
  5. Aug 26, 2008
Loading