1. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  2. 74e40b7 Don't crash when initializing a subaggregate in C from a property r-value. by John McCall · 14 years ago
  3. 9c5d70c Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens(). by John McCall · 14 years ago
  4. ec276bf Silence "comparison between signed and unsigned integer expressions" warnings. by Benjamin Kramer · 14 years ago
  5. 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
  6. abc56c7 When deciding whether to complain about the type of a boolean condition, use by John McCall · 14 years ago
  7. e7c6849 Apparently properties.m does not always fail; make it. by John McCall · 14 years ago
  8. 3144b72 Fix this test case on no-asserts builds by not trying to match the basic by John McCall · 14 years ago
  9. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  10. e68b984 Test case for the l-value base only being evaluated once. by John McCall · 14 years ago
  11. 119a1c6 Kill the KVC l-value kind and calculate the base expression when emitting by John McCall · 14 years ago
  12. 91252d1 Implement -cl-std= by Peter Collingbourne · 14 years ago
  13. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
  14. f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 14 years ago
  15. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
  16. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
  17. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
  18. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
  19. 0a3c03c Refactor optimisation level code by Peter Collingbourne · 14 years ago
  20. 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 14 years ago
  21. 640ccf0 Minor refactoring; have BugReport::getRanges return a pair of iterator, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  22. ae3038c Mark functions referenced by 'cleanup' attribute as used. Fixes rdar://8728293 by Argyrios Kyrtzidis · 14 years ago
  23. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
  24. 6c572f1 Fixed typo. by Abramo Bagnara · 14 years ago
  25. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  26. 4740dab Add missing vext_f32 and vextq_f32 Neon intrinsics (Radar 8592601). by Bob Wilson · 14 years ago
  27. 953d513 Add support for vmul_p8 Neon intrinsic. Radar 8446141. by Bob Wilson · 14 years ago
  28. 2357207 Implement caching for the linkage and visibility calculations of declarations. by Douglas Gregor · 14 years ago
  29. 96bfa62 Add a separate name field to the Neon intrinsic table. by Bob Wilson · 14 years ago
  30. 7965396 Add a separate rightShift flag instead of reusing the existing "poly" variable by Bob Wilson · 14 years ago
  31. 8f50014 Update analyzer build. by Ted Kremenek · 14 years ago
  32. 722109c Add some warning messages about invalid use of common/nocommon attributes. by Eric Christopher · 14 years ago
  33. 83300e8 Add test case for r120795. by Ted Kremenek · 14 years ago
  34. 40406fe Fix an insidious bug in BugReporter where by Ted Kremenek · 14 years ago
  35. 8673a68 Also include the pointer address of the ExplodedNode by Ted Kremenek · 14 years ago
  36. 774dfbb Also show notes about the taken path in TextPathDiagnostics. by Argyrios Kyrtzidis · 14 years ago
  37. a599ae8 Remove leftover code and use the text path diagnostic client even without a specified output file since by Argyrios Kyrtzidis · 14 years ago
  38. a427b49 Add a flag to control the "indirection of non-volatile null pointer will be by Nick Lewycky · 14 years ago
  39. ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
  40. b6b7e7b Handle any number of SourceRanges inside BugReporter::FlushReport. by Argyrios Kyrtzidis · 14 years ago
  41. f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
  42. 96c105c Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 14 years ago
  43. 23ef69d Fix diagnostic for reporting bad escape sequence. Patch by Paul Curtis! by Ted Kremenek · 14 years ago
  44. 8c00ad1 Reflow to a style doug prefers, increasing indentation :-) by Chris Lattner · 14 years ago
  45. a3998bd When we're performing an explicit cast of some sort, don't complain by Douglas Gregor · 14 years ago
  46. a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
  47. f91d757 Merge transparent union types using member's unqualified type by Peter Collingbourne · 14 years ago
  48. 7966297 Fix range in printf warnings for invalid conversion specifiers. by Ted Kremenek · 14 years ago
  49. b97c403 Merge transparent union types using member's canonical param type by Peter Collingbourne · 14 years ago
  50. c04d9d1 Fix inverted return value in the ASTImporter. No matter how much LLVM by Douglas Gregor · 14 years ago
  51. a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
  52. d1d56df fix PR8726 by teaching the aggregate init optimization code to handle by Chris Lattner · 14 years ago
  53. 2575585 Test for // rdar://8594790 by Fariborz Jahanian · 14 years ago
  54. 550e5ad Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. by Bob Wilson · 14 years ago
  55. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  56. fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
  57. 6939fff Remove NDEBUG-controlled extra data from by Douglas Gregor · 14 years ago
  58. 7bd245b Tweaks. by John McCall · 14 years ago
  59. 3bddf5c ObjC support in the XML dumper. by John McCall · 14 years ago
  60. c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
  61. 0608f53 Add a test for calling a Neon intrinsic macro with the wrong vector type. by Bob Wilson · 14 years ago
  62. 1b72677 Improve codegen for initializer lists to use memset more aggressively by Chris Lattner · 14 years ago
  63. c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
  64. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
  65. 7b3982b FileCheckize. by Eric Christopher · 14 years ago
  66. 7c92342 FileCheckize. by Eric Christopher · 14 years ago
  67. a878cda Perform lvalue-to-rvalue at the end of an expression statement in C. by John McCall · 14 years ago
  68. 70b0294 Enhance the init generation logic to emit a memset followed by a few stores when by Chris Lattner · 14 years ago
  69. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  70. 9d0b2b7 Test use of arm_neon.h with -fno-lax-vector-conversions. by Bob Wilson · 14 years ago
  71. 96607b2 Add a testcase for Radar 8228022. by Bob Wilson · 14 years ago
  72. de3deea Swap order of checking for compatible vector types. by Bob Wilson · 14 years ago
  73. 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago
  74. 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 14 years ago
  75. 26ac3f3 Extend ExternalASTSource with the ability to lazily complete the by Douglas Gregor · 14 years ago
  76. 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 14 years ago
  77. 28f47b9 Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'. by Ted Kremenek · 14 years ago
  78. f48f367 80-col fixups. by Eric Christopher · 14 years ago
  79. 64ce733 Optimized IR for vec_splat by Anton Yartsev · 14 years ago
  80. 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 14 years ago
  81. da80f74 Improve our handling of cv-qualifiers in Objective-C pointer by Douglas Gregor · 14 years ago
  82. 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
  83. 2ab0303 Fix build of in-tree libcxx. libcxx doesn't actually by Shantonu Sen · 14 years ago
  84. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
  85. e343583 Add some comments. by Bob Wilson · 14 years ago
  86. 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 14 years ago
  87. a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 14 years ago
  88. d11617f Improve the diagnostic when the fixed underlying type of a by Douglas Gregor · 14 years ago
  89. 9fa8c46 AST printing for scoped enumerations and enumerations with a fixed underlying type, from Daniel Wallin by Douglas Gregor · 14 years ago
  90. b7b2688 Eliminate vtables from the Type hierarchy. by John McCall · 14 years ago
  91. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
  92. bb3f995 Remove stray emacs mode marker. by Nick Lewycky · 14 years ago
  93. 4f9e971 test: add .cu extension by Peter Collingbourne · 14 years ago
  94. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 14 years ago
  95. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
  96. e2dd6c8 Basic: Add CUDA language option by Peter Collingbourne · 14 years ago
  97. 8a24341 Don't check the isysroot path for Path::isValid(); if the user has by Dan Gohman · 14 years ago
  98. 94cd011 add some infrastructure that will let us codegen by Chris Lattner · 14 years ago
  99. 49c64fd Handle -nostartfiles. by Rafael Espindola · 14 years ago
  100. 4c53dc1 get some i32/i8/i1 constants from Builder, which is much less painful than by Chris Lattner · 14 years ago