1. faa3449 IRGen support for functions returning objc object types. Fixes PR7865. by Fariborz Jahanian · 15 years ago
  2. 7f1c547 If name lookup finds different type declarations in different scopes by Douglas Gregor · 15 years ago
  3. deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 15 years ago
  4. 18451ea tests: Add a missing -Xclang. by Daniel Dunbar · 15 years ago
  5. bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 15 years ago
  6. 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 15 years ago
  7. 604eb65 Improve our handling of user-defined conversions when computing by Douglas Gregor · 15 years ago
  8. 7fc3702 Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 15 years ago
  9. 0434881 Make this test a little less dependent on exact optimizer results. by John McCall · 15 years ago
  10. f0e96c9 Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 15 years ago
  11. b33aa0f Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 15 years ago
  12. 6f15803 Fix for pr7869, inline asm mult-alt constraints. by John Thompson · 15 years ago
  13. d96a8e7 Fix a bug in @finally emission in both the fragile and non-fragile EH schemes by John McCall · 15 years ago
  14. 594ca43 Add test case for <rdar://problem/8288645>. While this is fixed in trunk, we previously were getting the following assertion failure not too long ago: by Ted Kremenek · 15 years ago
  15. c59a44d Something's wrong with this test on other platforms. I'll probably need to simplify it later. For now revert. by John Thompson · 15 years ago
  16. 048d03f Fix test to not depend on objc.h header. by Fariborz Jahanian · 15 years ago
  17. 6a9bb30 Test case for llvm r110712. by Devang Patel · 15 years ago
  18. 74dc588 tests: Avoid unnecessary redirection. by Daniel Dunbar · 15 years ago
  19. ea901ae tests: Tests which include system headers must use the driver, not -cc1. by Daniel Dunbar · 15 years ago
  20. ef44e11 Slightly revised handling of mult-alt constraints, to avoid an assert, until we have the full fix. by John Thompson · 15 years ago
  21. 224124c When initializing a static local, pop the guard-abort EH cleanup after by John McCall · 15 years ago
  22. 17c6c85 an objective-c++ test for -Wstrict-selector-match (radar 8127244). by Fariborz Jahanian · 15 years ago
  23. 0317ab0 Do not use DIGlobalVariable to emit debugging information for enums. by Devang Patel · 15 years ago
  24. ba55198 Fix a spurious warning when message sent to qualified-id type receiver (pr7861). by Fariborz Jahanian · 15 years ago
  25. 9d5600a Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the by Daniel Dunbar · 15 years ago
  26. 648220e Teach the libclang cursor visitor to walk into the type information by Douglas Gregor · 15 years ago
  27. 8d30838 Even if a constant's evaluated value is used, emit debug info for the constant variable. by Devang Patel · 15 years ago
  28. bf87f2c Fix redefinition of typedefs of fixable variably-modified array types; should by Eli Friedman · 15 years ago
  29. 4a5496b Make replicate intrinsics use shufflevector instead of dup builtins, also remove the dup builtins by Bruno Cardoso Lopes · 15 years ago
  30. 7fac68a There is no need to pubish file static variable's name. Do not rely on this code gen bug to check whether debug info is generated for such variables or not. by Devang Patel · 15 years ago
  31. 6b308f6 Implements gcc's -Wstrict-selector-match. (radar 8127244). by Fariborz Jahanian · 15 years ago
  32. e26f043 When attempting to recover from a failed unqualified name lookup, make by Douglas Gregor · 15 years ago
  33. 74c730a - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 15 years ago
  34. 35cc962 Added vecreturn attribute parsing. by John Thompson · 15 years ago
  35. 219cffc Change warning about incomplete parsing of C++ default arg to error and provide a test case; thanks Doug! by Argyrios Kyrtzidis · 15 years ago
  36. df95a13 Use precompiled preambles for in-process code completion. by Douglas Gregor · 15 years ago
  37. a277e77 Allow EvalBinOpNN to handle expressions of the form $a+$b if $b can be reduced to a constant. by Jordy Rose · 15 years ago
  38. d1909bb Warn if class object does not implement qualified by Fariborz Jahanian · 15 years ago
  39. b29bde7 Remove a FIXME. by Argyrios Kyrtzidis · 15 years ago
  40. 2f92230 Complete PCH support for ObjCPropertyImplDecl. by Argyrios Kyrtzidis · 15 years ago
  41. 9d50c06 Support ObjC implementation decls for PCH. by Argyrios Kyrtzidis · 15 years ago
  42. 10fe93d Revert r110440, the fix for PR4897. Chris claims to have a better way. by Douglas Gregor · 15 years ago
  43. 09556fd Fix a crash on template delete operators. by Chandler Carruth · 15 years ago
  44. a570260 Make this test check a few more cases which didn't work correctly before by Eli Friedman · 15 years ago
  45. 91f31dc Thread local variables aren't considered common linkage. by Eric Christopher · 15 years ago
  46. 0d30a87 PR7800: both virtual and non-virtual bases must be marked as used for VTTs. by Eli Friedman · 15 years ago
  47. 2f05449 Push location through the MacroUndefined PPCallback and use it to print #undefs in -dD mode. (PR7818) by Benjamin Kramer · 15 years ago
  48. 59c451e Fix an Objective-C crasher, PR7839. by Douglas Gregor · 15 years ago
  49. aaa3713 Add some more tests for reference binding of Objective-C objects by Douglas Gregor · 15 years ago
  50. 569c316 Allow reference binding of a reference of Objective-C object type to by Douglas Gregor · 15 years ago
  51. 9021718 Inline a special case of EmitAggregateCopy into EmitNullInitialization by John McCall · 15 years ago
  52. 93a0035 Correct -ftrapv to trap on errors, instead of calling the by Chris Lattner · 15 years ago
  53. 647c8b3 PR7837: For qualified id's, make sure the decl context is complete if not by Eli Friedman · 15 years ago
  54. 1fafd1d Removed IdempotentOperationChecker from default analysis and returned back to a flag (-analyzer-check-idempotent-operations) by Tom Care · 15 years ago
  55. a1f024c Finishing up block variable layout API by supporting by Fariborz Jahanian · 15 years ago
  56. d420663 The pre-increment/pre-decrement grammar in C++ differs from that in C, by Douglas Gregor · 15 years ago
  57. caadc12 Remove some incorrect assertions when deduction template arguments in by Douglas Gregor · 15 years ago
  58. d945538 Make sure that we diagnose attribute((overloadable)) functions without by Douglas Gregor · 15 years ago
  59. 7228380 Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! by Douglas Gregor · 15 years ago
  60. 91db30a Fix the #include search path when reading from stdin, from Jon Simons! by Douglas Gregor · 15 years ago
  61. ed328c6 Diagnose the use of "inline" on block-scope function declarations in by Douglas Gregor · 15 years ago
  62. 255210e Introduce implicit conversions between AltiVec vectors and GCC by Douglas Gregor · 15 years ago
  63. 2b602ad Introduce a new token kind 'cxx_defaultarg_end' to mark the end of C++ default arguments that were part of by Argyrios Kyrtzidis · 15 years ago
  64. b225233 Prevent these tests from dirtying the tree with output files that aren't even by Chandler Carruth · 15 years ago
  65. 9983d2d Properly pop out of Objective-C method declarations when they are (ill-formedly) by John McCall · 15 years ago
  66. a87b1eb add test case. by Zhongxing Xu · 15 years ago
  67. f8c6db4 We don't want to support built-ins which aren't needed by the intrinsics. Remove them by Bruno Cardoso Lopes · 15 years ago
  68. b6a4026 When checking if a buffer access is valid, first make sure the buffer has a valid Loc. Fixes PR7830. by Jordy Rose · 15 years ago
  69. 7121c8f Don't crash when mangling empty anonymous unions. We never actually *need* by John McCall · 15 years ago
  70. e1a4898 Add support for block imported struct variable layout info. by Fariborz Jahanian · 15 years ago
  71. 7a53690 It turns out that linkers (at least, the Darwin linker) don't necessarily by John McCall · 15 years ago
  72. 0600918 Fixed logic error in UnreachableCodeChecker's marking algorithm that would sometimes allow for multiple sequential statements to be flagged. by Tom Care · 15 years ago
  73. 401be6b Fix a major bug with -ftrapv and ++/--. Patch by David Keaton! by John McCall · 15 years ago
  74. b1d397c Allow multiple __declspec attributes after a class-key. by John McCall · 15 years ago
  75. 19410a7 PR7769: Fix references to anonymous structs/unions in base classes in by Eli Friedman · 15 years ago
  76. 0e03638 Store the pending implicit instantiations in the PCH and perform them at the end of the translation unit that by Argyrios Kyrtzidis · 15 years ago
  77. 72b9057 Support #pragma weak for PCH. by Argyrios Kyrtzidis · 15 years ago
  78. 3f95477 Make sure C++ variable definitions are actually passed to the consumer when loaded from PCH. by Argyrios Kyrtzidis · 15 years ago
  79. 57e9778 TDK_InconsistentQuals is really totally different from TDK_Inconsistent. by John McCall · 15 years ago
  80. 62e22ee Tests for #pragma GCC visibility. by Eli Friedman · 15 years ago
  81. c133e9e Remove the warning for variables declared in the if-expression being used in by Nick Lewycky · 15 years ago
  82. db0bc47 Permit template argument deduction to add qualifiers within ObjC object by John McCall · 15 years ago
  83. b15be0d Convert this file to not have Windows line endings -- likely committed from by Chandler Carruth · 15 years ago
  84. 1357869 Get rid of isObjectType; when C++ says "object type", it generally by Eli Friedman · 15 years ago
  85. 7f584bb Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and doesn't seem to break anything. by Sebastian Redl · 15 years ago
  86. 58e5539 Remove a redundant and broken check. Fixes PR7810. by Sebastian Redl · 15 years ago
  87. 4019c4f Correctly handle 'Class<...>' when examining Cocoa conventions in the static analyzer. Fixes a crash reported in <rdar://problem/8272168>. Patch by Henry Mason! by Ted Kremenek · 15 years ago
  88. 93ce50d Block variable layout bitmap API generation. by Fariborz Jahanian · 15 years ago
  89. 6500553 Extend the visibility-hidden optimization to linkonce_odr thunks for by John McCall · 15 years ago
  90. a68340f Activate selectors in chained PCH. Chained PCH now works for Objective-C. by Sebastian Redl · 15 years ago
  91. 55db5b8 Add AVX intrinsics header by Bruno Cardoso Lopes · 15 years ago
  92. 68957a9 Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert values to an lvalue. This allows us to warn (again) about returning references to stack variables. (fixes PR 7812). by Ted Kremenek · 15 years ago
  93. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 15 years ago
  94. cbfe502 Emit standard-library RTTI with external linkage, not weak_odr. by John McCall · 15 years ago
  95. 0c7d32b Extend the hidden-visibility vtables optimization to template classes that by John McCall · 15 years ago
  96. 0b25172 Some more correctness fixes and code-size optimizations for fragile-ABI by John McCall · 15 years ago
  97. e898ed5 Add more AVX 256-bit intrinsics and test cases for them by Bruno Cardoso Lopes · 15 years ago
  98. d05b1b2 Add a test case for P%7346, which was fixed by not doing the operator by John McCall · 15 years ago
  99. 1544282 Only look up an 'operator delete' on the definition of a destructor, not on by John McCall · 15 years ago
  100. 046a746 Look through using declarations when deciding whether to use an operator by John McCall · 15 years ago