1. 319d8fc FileCheck'ize tests by Dmitri Gribenko · 12 years ago
  2. ef4d5ce PR13941: Mark all virtual functions as unnamed_addr. It's not possible to by Richard Smith · 12 years ago
  3. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  4. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  5. 117e3f4 fix PR5179 and correctly fix PR5831 to not miscompile. by Chris Lattner · 14 years ago
  6. 8ff2964 pass/return structs of char and short as i8/i16 to avoid by Chris Lattner · 14 years ago
  7. 8257d41 Make sure that we mangle overloaded operators that are member functions correctly, giving them the correct arity. by Anders Carlsson · 15 years ago
  8. 4971ff8 x86_64: Structures with no fields but which have padding should be classified as by Daniel Dunbar · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  11. d99edc4 Mangle record types as decls. by Anders Carlsson · 15 years ago
  12. 1f65cd9 Add a target triple, because this test depends on details of the x86-64 ABI by Douglas Gregor · 15 years ago
  13. 0f29463 Handle operator call expressions where the callee is a member function. by Anders Carlsson · 15 years ago
  14. 167b824 A C++ member function always has either weak linkage (if it's inline or defined inline) or strong linkage (other cases). by Anders Carlsson · 15 years ago
  15. b4880ba push GlobalDecl through enough of the CodeGenModule interfaces by Chris Lattner · 15 years ago
  16. 0c337ed add an initial stab at emitting deferred c++ inline functions. This handles static by Chris Lattner · 15 years ago
  17. e9918d2 We weren't generating correct code for calls to variadic member functions. by Anders Carlsson · 15 years ago
  18. 2b77ba8 Add some basic support for generating C++ member functions. by Anders Carlsson · 15 years ago