1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  6. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  7. dc8e938 Don't use alias from derived dtor to base dtor at -O0. by Rafael Espindola · 11 years ago
  8. 081c215 Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  9. e7baa02 Revert "Keep the old function order in CodeGenModule::applyReplacements." by Rafael Espindola · 11 years ago
  10. 90f535f Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  11. 1b9c024 Use rauw for all discardable aliases, not just linkonce_odr. by Rafael Espindola · 11 years ago
  12. 0171c6b If a linkonce_odr dtor/ctor is identical to another one, just rauw. by Rafael Espindola · 11 years ago
  13. 61a0a75 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  14. bec2ea4 Expand the test a bit. by Rafael Espindola · 11 years ago
  15. f88f10a Add a testcase from the recent bootstrap failure. by Rafael Espindola · 11 years ago
  16. 583f6de Revert "Produce direct calls instead of alias to linkonce_odr functions." by Rafael Espindola · 11 years ago
  17. 0f0f6f1 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  18. 71fdc12 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  19. 0866b9f Don't hardcode the alias order in this test. by Rafael Espindola · 11 years ago
  20. dbd0900 Revert "Use aliases for more constructors and destructors." by Rafael Espindola · 11 years ago
  21. 5720858 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  22. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  23. c1e293f Test updates missed from r186799. by Richard Smith · 11 years ago
  24. 4e1125f Update to use references to attribute groups instead of listing the attributes on the call/invoke instructions. by Bill Wendling · 12 years ago
  25. 287ab9f clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array-cookies.cpp, for -Asserts. by NAKAMURA Takumi · 12 years ago
  26. 5729672 PR12710 - broken default argument handling for templates. by David Blaikie · 12 years ago
  27. 285cfd8 Throw the switch to convert clang to the new exception handling model! by Bill Wendling · 13 years ago
  28. 777d6e5 Simplify EH control flow by observing that EH scopes form a simple by John McCall · 13 years ago
  29. 82cd2e5 Be sure to destroy the normal entry block of a cleanup that we by John McCall · 13 years ago
  30. 2673c68 Fix a lot of problems with the partial destruction of arrays: by John McCall · 13 years ago
  31. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  32. bdc4d80 A number of array-related IR-gen cleanups. by John McCall · 13 years ago
  33. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  34. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  35. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  36. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  37. 0d70d71 Look through array types when deciding whether a field requires non-trivial by John McCall · 14 years ago
  38. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  39. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  40. 50da2ca Implement proper base/member destructor EH chaining. by John McCall · 14 years ago
  41. 182ab51 Convert the EH cleanups for base and member destructors in a constructor into by John McCall · 14 years ago
  42. 9c0c1f3 Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind by John McCall · 14 years ago
  43. 66d80a9 When destroying a cleanup, kill any references to instructions in the entry by John McCall · 14 years ago
  44. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  45. d92ec47 Reinstate fix for PR7526, which was failing because, now that we by Douglas Gregor · 14 years ago
  46. 4b662a5 Revert r107374, which broke bootstrap. by Douglas Gregor · 14 years ago
  47. 2fef752 When building the type of a destructor, make sure to keep the by Douglas Gregor · 14 years ago
  48. e03d992 Give this test a triple. by John McCall · 14 years ago
  49. c76702c When deciding whether a deferred declaration has already been emitted, by John McCall · 14 years ago
  50. 9a70846 Don't emit derived-to-base destructor aliases if we don't have a definition by John McCall · 15 years ago
  51. c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 15 years ago
  52. 9fc6a77 More refactoring around constructor/destructor code generation. by John McCall · 15 years ago
  53. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  54. 9f853df Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. by Anders Carlsson · 15 years ago
  55. 4513272 CodeGen may see out-of-line declarations of the various special member by Douglas Gregor · 15 years ago
  56. 174754c We can generate constructors/destructors with base classes and non-trivial fields just fine now. by Anders Carlsson · 15 years ago