1. 0f30a12 Revert r153723, and its follow-ups r153728 and r153733. by Chandler Carruth · 13 years ago
  2. 49d26d2 Do the static-locals thing properly in the face of unions and by John McCall · 13 years ago
  3. de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 13 years ago
  4. 4d4e5c1 Split reinterpret_casts of member pointers out from CK_BitCast; this by John McCall · 13 years ago
  5. 7ca4850 Deal with a horrible C++11 special case. If a non-literal type has a constexpr by Richard Smith · 13 years ago
  6. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 13 years ago
  7. 00bd44d Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. by Benjamin Kramer · 13 years ago
  8. e7aa62d Remove constant member pointer support from Expr-based constant emission now by Richard Smith · 13 years ago
  9. 2d6a567 constexpr irgen: Add irgen support for APValue::Struct, APValue::Union, by Richard Smith · 13 years ago
  10. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  11. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  12. 2acc6e3 de-constify llvm::Type, patch by David Blaikie! by Chris Lattner · 13 years ago
  13. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  14. 755d849 After some discussion with Doug, we decided that it made a lot more sense by John McCall · 13 years ago
  15. 379b515 More __unknown_anytype work. by John McCall · 13 years ago
  16. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 14 years ago
  17. 5808ce4 More capturing of 'this': implicit member expressions. Getting that by John McCall · 14 years ago
  18. 6ec278d Do a proper recursive lookup when deciding whether a class's usual by John McCall · 14 years ago
  19. 1af610f Make the destructor be the 'vtable anchor' of the CGCXXABI class. by Anders Carlsson · 14 years ago
  20. ee7cde2 Move CGCXXABI functions to CGCXXABI.cpp by Anders Carlsson · 14 years ago
  21. 4992eaf Add a CGCXXABI.cpp file. by Anders Carlsson · 14 years ago