1. bb52114 relax the CGFunctionInfo::CGFunctionInfo ctor to allow any sequence by Chris Lattner · 14 years ago
  2. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 14 years ago
  3. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  4. ead608a Use the power of types to track down another canonicalization bug in by John McCall · 14 years ago
  5. 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 14 years ago
  6. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  7. d2490a9 Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us halfway towards fixing PR5824. by Anders Carlsson · 15 years ago
  8. 31777a2 Add a ReturnValueSlot class. Change the argument order in EmitCall to match the other overload better. by Anders Carlsson · 15 years ago
  9. ca6408c Change CodeGenModule::ConstructTypeAttributes to return the calling convention by Daniel Dunbar · 15 years ago
  10. bac7c25 Add CallingConvention argument to CGFunctionInfo. - Currently unused. by Daniel Dunbar · 15 years ago
  11. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  12. 35e67d4 Unbreak CGFunctionInfo::Profile method and reenable caching of ABI information. by Daniel Dunbar · 15 years ago
  13. 4b5f0a4 Add asserts that the function signature matches the other arguments provide by Daniel Dunbar · 15 years ago
  14. 88c2fa9 Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 15 years ago
  15. 40a6be6 Memoize CGFunctionInfo construction. by Daniel Dunbar · 15 years ago
  16. a0a99e0 Change CGFunctionInfo args iterator to not include the return type. by Daniel Dunbar · 15 years ago
  17. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 15 years ago
  18. bb36d33 ABI handling API changes. by Daniel Dunbar · 15 years ago
  19. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 15 years ago
  20. 761d7f7 Large mechanical patch. by Devang Patel · 16 years ago
  21. d0646bd s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 16 years ago
  22. 45c25ba Move FunctionType conversion into CGCall.cpp: by Daniel Dunbar · 16 years ago
  23. 5323a4b Tweak CGCall functions: by Daniel Dunbar · 16 years ago
  24. 7c08651 Factor CodeGenFunction::StartFunction out of GenerateCode and StartObjCMethod. by Daniel Dunbar · 16 years ago
  25. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  26. 0dbe227 Refactor parameter attribute handling: by Daniel Dunbar · 16 years ago