1. 0a8f847 x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review. by Anders Carlsson · 15 years ago
  2. f21efe9 LLVMContext is a class now. by Benjamin Kramer · 15 years ago
  3. 47a434f Update for LLVM API change. by Owen Anderson · 15 years ago
  4. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  5. cc6fa88 Add new ABIArgInfo kind: Extend. This allows target to implement its own argument by Anton Korobeynikov · 15 years ago
  6. c4a59eb Factor out TargetABIInfo stuff into separate file. No functionality change. by Anton Korobeynikov · 15 years ago
  7. b53e3e7 Pull CodeGenFunction::EmitVAArg into target specific ABIInfo classes. by Daniel Dunbar · 15 years ago
  8. 11e383a Merge ABIInfo StructRet/ByVal into Indirect. by Daniel Dunbar · 15 years ago
  9. 497a856 Initialize alignment field for ByVal ABIInfo correctly. by Daniel Dunbar · 15 years ago
  10. 6f7279b Add ABIArgInfo::dump() by Daniel Dunbar · 15 years ago
  11. 6bad265 Change ABIInfo to compute information for a full signature at a time by Daniel Dunbar · 15 years ago
  12. 0bcc521 Remove ABIArgInfo::Default kind, ABI is now responsible for specifying by Daniel Dunbar · 15 years ago
  13. 46327aa Add ABIArgInfo::Direct kind, which passes arguments using whatever the by Daniel Dunbar · 15 years ago
  14. 88c2fa9 Move ABIArgInfo into CGFunctionInfo, computed on creation. by Daniel Dunbar · 15 years ago
  15. 9eb5c6d Move ABIInfo/ABIArgInfo classes into ABIInfo.h by Daniel Dunbar · 15 years ago