1. 6ea4841 Fix a bug with block layout when the block contains something by John McCall · 12 years ago
  2. b8c4381 MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. by Simon Atanasyan · 12 years ago
  3. 1de9d7d Fix a crash-on-invalid where the constant evaluator would try to by John McCall · 12 years ago
  4. 3206403 Define __ANDROID__ macro on -androideabi targets. by Evgeniy Stepanov · 12 years ago
  5. 4f148d9 MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets. by Simon Atanasyan · 12 years ago
  6. fd93630 Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswell CPUs. by Craig Topper · 12 years ago
  7. a43ea64 PR12647: An alias template instantiation which occurs in a SFINAE context is by Richard Smith · 12 years ago
  8. 8f40afb [analyzer] check lazy bindings in RegionStore first before looking for default values. Fixes <rdar://problem/11269741>. by Ted Kremenek · 12 years ago
  9. befc6d2 Teach RetainCountChecker that it doesn't quite understand pthread_setspecific and it should just give up when it sees it. Fixes <rdar://problem/11282706>. by Ted Kremenek · 12 years ago
  10. 6e4a0af PR12660: Don't crash when initializing a const reference from a braced init list by Richard Smith · 12 years ago
  11. 4f50c50 Fix a long-standing bug where Clang had a different default from GCC on by Chandler Carruth · 12 years ago
  12. 86e6fdc Two missing -Wc++98-compat warnings, for null pointers as non-type template by Richard Smith · 12 years ago
  13. 45a0b26 Reject cases like by Rafael Espindola · 12 years ago
  14. c799a6a If a type is non-literal by virtue of being incomplete produce notes by Richard Smith · 12 years ago
  15. df407c3 objective-c modern translator: more tests. by Fariborz Jahanian · 12 years ago
  16. 2b90f76 Add an error message with fixit hint for changing '.' to '->'. by Kaelyn Uhrain · 12 years ago
  17. ad57991 When resolving default template arguments, it should be done in the declaration context by Argyrios Kyrtzidis · 12 years ago
  18. 5d59b79 PR12625: Cope with classes which have incomplete base or member types: by Richard Smith · 12 years ago
  19. d3a39f0 improve a modern objc translator test. by Fariborz Jahanian · 12 years ago
  20. 0418953 modern objc rewriter: fixes a bug writing by Fariborz Jahanian · 12 years ago
  21. 99f8f17 Make asan-ld test windows-safe. by Evgeniy Stepanov · 12 years ago
  22. 3e8479d Fixes the header search logic for tools: by Manuel Klimek · 12 years ago
  23. a6ddc02 Clang driver support for linking on Android. by Evgeniy Stepanov · 12 years ago
  24. 4add84f Fix default cpu for -march=armv5e. by Evgeniy Stepanov · 12 years ago
  25. 454393e Add atan, atan2, exp, and log to the builtin math library functions. by Chad Rosier · 12 years ago
  26. 08e46f9 Let NULL and MSVC headers coexist better. by Nico Weber · 12 years ago
  27. 4fe261c modern objc translator: Allow writing of multiple by Fariborz Jahanian · 12 years ago
  28. e6e96de objc modern rewriter: allow translation of by Fariborz Jahanian · 12 years ago
  29. eca187e Only pass -mcpu, -march, -mfpu to linux-as on ARM. by Evgeniy Stepanov · 12 years ago
  30. c9fe605 enable TBAA when -fthread-sanitizer is given, even with -O0 or -relaxed-aliasing by Kostya Serebryany · 12 years ago
  31. 2b2a087 Don't try to delay parsing the exception specification for a data member of a by Richard Smith · 12 years ago
  32. 5775351 Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin by Chandler Carruth · 12 years ago
  33. 8c614e4 PR12629: Cope with parenthesized function types when attaching a delayed by Richard Smith · 12 years ago
  34. 88442c9 clang/test/Rewriter/objc-modern-boxing.mm: Mark as XFAIL:mingw for now, due to predefined __declspec similar to r155278. by NAKAMURA Takumi · 12 years ago
  35. 64b111e Thread safety analysis: refactor test cases so that the style is consistent. by DeLesley Hutchins · 12 years ago
  36. d672436 with -Wdeprecated, include a note to its deprecated declaration by Fariborz Jahanian · 12 years ago
  37. 87380aa Forward declarations should take a context. This helps the debugger by Eric Christopher · 12 years ago
  38. aed9ea3 Thread safety analysis: support the use of pt_guarded_by attributes by DeLesley Hutchins · 12 years ago
  39. 923b0c9 Fix visibility when we have two types with explicit visibility in a template by Rafael Espindola · 12 years ago
  40. 79747e0 Thread-safety analysis: support new "pointer to member" syntax for by DeLesley Hutchins · 12 years ago
  41. e656b83 Teach RequireCompleteType about multi-dimensional arrays. Fixes by Douglas Gregor · 12 years ago
  42. d8f0276 Add a test for svn r155263. by Bob Wilson · 12 years ago
  43. 546ee6d Add another testcase that was not being covered. by Rafael Espindola · 12 years ago
  44. a8063c3 Do not use stdint.h, driver might provide invalid location for it. Instead, provide the types directly. by Anton Korobeynikov · 12 years ago
  45. a5416bd Add a testcase that we already get right but was not being tested. Found by Rafael Espindola · 12 years ago
  46. 71776ef Cleanup testcase. by Rafael Espindola · 12 years ago
  47. f6a8b9c An attribute in a explicit template installation should take precedence over by Rafael Espindola · 12 years ago
  48. 5118337 Revert 155102 but add a fixme while I debug what is wrong with chrome's by Rafael Espindola · 12 years ago
  49. 1664d54 PR12571: Objects of type clang::ConstantArrayType aren't always emitted with by Richard Smith · 12 years ago
  50. a77e072 Add another missing testcase. by Rafael Espindola · 12 years ago
  51. 6e21b16 PR12585: When processing a friend template inside a class template, don't by Richard Smith · 12 years ago
  52. bc356d0 Add a testcase we were already getting right, but were not testing for. by Rafael Espindola · 12 years ago
  53. 60115a0 Fix handling of template parameters. Found by inspection. GCC 4.7 agrees by Rafael Espindola · 12 years ago
  54. a4156b8 Fix regression in r154844. If necessary, defer computing adjusted destructor by Richard Smith · 12 years ago
  55. 7bb698a Fix serialization of uninstantiated exception specifications. Patch by Li Kan, by Richard Smith · 12 years ago
  56. 126d3d0 clang/test/Rewriter/rewrite-modern-extern-c-func-decl.mm: Mark as XFAIL:mingw for now, due to predefined __declspec. by NAKAMURA Takumi · 12 years ago
  57. 227e9f6 Fix test failure. by Richard Smith · 12 years ago
  58. 71c598f When declaring a template, check that the context doesn't already contain a by Richard Smith · 12 years ago
  59. 7d90fe5 Fix a QoI bug reported by a user. by Matt Beaumont-Gay · 12 years ago
  60. 0e78afb objective-c arc: With currnt documentation, by Fariborz Jahanian · 12 years ago
  61. 0b3ade8 [analyzer] Run remove dead bindings right before leaving a function. by Anna Zaks · 12 years ago
  62. 704c8f7 Fix bug where a class's (deleted) copy constructor would be implicitly given a by Richard Smith · 12 years ago
  63. 89592d5 minor improvement to couple of tests. by Fariborz Jahanian · 12 years ago
  64. 700c508 Pass -mfloat-abi= to linuxtools assembler. by Evgeniy Stepanov · 12 years ago
  65. 8560791 Fix bug 12574 - Avoid infinite recursion in constructors and destructors when using Microsoft C++ ABI by Timur Iskhodzhanov · 12 years ago
  66. c93e014 Replace r155185 with a better fix, which also addresses PR12557. When looking by Richard Smith · 12 years ago
  67. b2f245e Fix a bug which creduce found reducing PR12585. by Richard Smith · 12 years ago
  68. 9879556 objective-arc: Retune my previous patch so warning by Fariborz Jahanian · 12 years ago
  69. 1e77b65 Re-add the closing '}' for the namespace I accidentally deleted when by Kaelyn Uhrain · 12 years ago
  70. 434ed26 In Parser::isCXXDeclarationSpecifier, consider a non-type identifier by Kaelyn Uhrain · 12 years ago
  71. 289677d objective-c arc: Issue warning under -Wreceiver-is-weak by Fariborz Jahanian · 12 years ago
  72. b5863da objective-c modern translator: Further improving the last by Fariborz Jahanian · 12 years ago
  73. ae519c4 Thread safety analysis: split warnings into two groups: attribute warnings by DeLesley Hutchins · 12 years ago
  74. 03544fc Add missing -Wc++98-compat warnings for initializer list initializations which by Richard Smith · 12 years ago
  75. c7e6060 In mergeVisibility, if we already have an explicit visibility, keep it. by Rafael Espindola · 12 years ago
  76. 1c7eed7 In mergeVisibilityWithMin, let an implicit hidden symbol take precedence over by Rafael Espindola · 12 years ago
  77. b75f8de modern objective-c translator: Fix writing a spurious 'static' by Fariborz Jahanian · 12 years ago
  78. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  79. 13bffc5 PR 12586: Fix assert while running libc++ testsuite: deal with exception by Richard Smith · 12 years ago
  80. a2c91e7 objective-c: Issue diagnostic when an implicit by Fariborz Jahanian · 12 years ago
  81. 30318e6 Adds a FixedCompilationDatabase to be able to specify tool parameters by Manuel Klimek · 12 years ago
  82. 3acf764 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  83. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  84. 87162c2 PR12569: Instantiate exception specifications of explicit instantiations by Richard Smith · 12 years ago
  85. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  86. 70712b2 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  87. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  88. 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 12 years ago
  89. b2d899e Emulate a MSVC bug where the creation of pointer-to-member to protected member of base class is allowed but only from a static function. by Francois Pichet · 12 years ago
  90. 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 12 years ago
  91. 7d6c8a1 Attempt to fix test. by Eli Friedman · 12 years ago
  92. e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 12 years ago
  93. 7fea7c8 Make sure EmitMoveFromReturnSlot is passing the correct alignment to by Chad Rosier · 12 years ago
  94. 0e97681 Modern objective-c translator:'self' used inside by Fariborz Jahanian · 12 years ago
  95. a9d45a3 [libclang] Make sure that when we have multiple @class references in the same line, by Argyrios Kyrtzidis · 12 years ago
  96. 43aa1c3 modern objective-c translator: translation of implicit by Fariborz Jahanian · 12 years ago
  97. 9a70cdd [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991). by Anna Zaks · 12 years ago
  98. 5a389f1 [analyzer] Fixup for a test case. by Anna Zaks · 12 years ago
  99. 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 12 years ago
  100. 9482a18 [libclang] Spelling range for a objc category should the category name range, not the class one. by Argyrios Kyrtzidis · 12 years ago