1. 7fac5c8 Store a pointer to the return value in a static alloca and let the debugger use that by Amy Huang · 6 years ago
  2. d900dd0 Revert "[CodeGenCXX] Treat 'this' as noalias in constructors" by Sean Fertile · 7 years ago
  3. cc7e747 [CodeGenCXX] Treat 'this' as noalias in constructors by Anton Bikineev · 7 years ago
  4. d6c88ec [opaque pointer types] Explicit non-pointer type for call expressions by David Blaikie · 10 years ago
  5. a953f28 Update Clang tests to handle explicitly typed load changes in LLVM. by David Blaikie · 11 years ago
  6. a2347ba Mark C++ reference parameters as dereferenceable by Hal Finkel · 11 years ago
  7. 9b46eb8 Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests. by Nick Lewycky · 11 years ago
  8. 4362261 CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 12 years ago
  9. 5995489 Fix a crash for an edge case of the GNU ?: extension. by Eli Friedman · 14 years ago
  10. e9dab63 Bind references to opaque r-values correctly. Add a few test cases by John McCall · 15 years ago
  11. f2e9110 Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp to conditional-gnu-ext.cpp by John McCall · 15 years ago[Renamed from clang/test/CodeGenCXX/gnu-conditional-scalar-ext.cpp]
  12. c07a0c7 Change the representation of GNU ?: expressions to use a different expression by John McCall · 15 years ago
  13. cb75021 IRgen for gnu extension's conditional lvalue expression by Fariborz Jahanian · 15 years ago
  14. 8162d4a Implements in IRgen gnu extensions missing LHS for by Fariborz Jahanian · 15 years ago
  15. 2b1d88a Problem with gnu conditional extension with missing by Fariborz Jahanian · 15 years ago
  16. 5bbd1b0 Patch to add IRgen support for Gnu's conditional operator by Fariborz Jahanian · 15 years ago