1. 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  2. b6d6993 Update aosp/master clang for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
  7. 9b60195 [ms-cxxabi] Destroy temporary record arguments in the callee by Reid Kleckner · 11 years ago
  8. b6a6079 Under ARC, when we're passing the address of a strong variable by John McCall · 11 years ago
  9. b263bdf Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 12 years ago
  10. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  11. 3b844ba Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to by Chandler Carruth · 12 years ago
  12. e56bb36 Fix the required args count for variadic blocks. by John McCall · 12 years ago
  13. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  14. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 12 years ago
  15. 686775d now that we have a centralized place to do so, add some using declarations for by Chris Lattner · 13 years ago
  16. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  17. 55d4848 Skip extra copy from aggregate where it isn't necessary; rdar://problem/8139919 . This shouldn't make much of a difference at -O3, but should substantially reduce the number of generated memcpy's at -O0. by Eli Friedman · 13 years ago
  18. 6f08777 Revert r130717, which caused a regression (<rdar://problem/9402621>). by Douglas Gregor · 13 years ago
  19. b5a03b6 Skip extra copy from aggregate where it isn't necessary; rdar://problem/8139919 . This shouldn't make much of a difference at -O3, but should substantially reduce the number of generated memcpy's at -O0. by Eli Friedman · 13 years ago
  20. c6d0782 Switch CallArgList from an std::pair to a new CallArg struct (which will eventually gain more members). Working towards modifying call emission to avoid unnecessary copies. by Eli Friedman · 13 years ago
  21. a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 13 years ago
  22. 413ebdb Use a slightly more semantic interface for emitting call arguments. by John McCall · 13 years ago
  23. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 13 years ago
  24. bb52114 relax the CGFunctionInfo::CGFunctionInfo ctor to allow any sequence by Chris Lattner · 14 years ago
  25. 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 14 years ago
  26. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  27. ead608a Use the power of types to track down another canonicalization bug in by John McCall · 14 years ago
  28. 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 14 years ago
  29. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  30. d2490a9 Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us halfway towards fixing PR5824. by Anders Carlsson · 15 years ago
  31. 31777a2 Add a ReturnValueSlot class. Change the argument order in EmitCall to match the other overload better. by Anders Carlsson · 15 years ago
  32. ca6408c Change CodeGenModule::ConstructTypeAttributes to return the calling convention by Daniel Dunbar · 15 years ago
  33. bac7c25 Add CallingConvention argument to CGFunctionInfo. - Currently unused. by Daniel Dunbar · 15 years ago
  34. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  35. 35e67d4 Unbreak CGFunctionInfo::Profile method and reenable caching of ABI information. by Daniel Dunbar · 15 years ago
  36. 4b5f0a4 Add asserts that the function signature matches the other arguments provide by Daniel Dunbar · 15 years ago
  37. 88c2fa9 Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 15 years ago
  38. 40a6be6 Memoize CGFunctionInfo construction. by Daniel Dunbar · 15 years ago
  39. a0a99e0 Change CGFunctionInfo args iterator to not include the return type. by Daniel Dunbar · 15 years ago
  40. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 15 years ago
  41. bb36d33 ABI handling API changes. by Daniel Dunbar · 15 years ago
  42. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 16 years ago
  43. 761d7f7 Large mechanical patch. by Devang Patel · 16 years ago
  44. d0646bd s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 16 years ago
  45. 45c25ba Move FunctionType conversion into CGCall.cpp: by Daniel Dunbar · 16 years ago
  46. 5323a4b Tweak CGCall functions: by Daniel Dunbar · 16 years ago
  47. 7c08651 Factor CodeGenFunction::StartFunction out of GenerateCode and StartObjCMethod. by Daniel Dunbar · 16 years ago
  48. 46f45b9 Change CodeGen to emit calls using (RValue,Type) list: by Daniel Dunbar · 16 years ago
  49. 0dbe227 Refactor parameter attribute handling: by Daniel Dunbar · 16 years ago