1. ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
  2. c3dcdc1 Add Neon vreinterpret intrinsics for half-float (f16) types. by Bob Wilson · 14 years ago
  3. 2427dbf Fix type of last vector operand of Neon quad-register multiple-lane intrinsics. by Bob Wilson · 14 years ago
  4. c9ccad3 Fix the names of the v[r]addhn and v[r]subhn Neon intrinsics. by Bob Wilson · 14 years ago
  5. 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
  6. c66b516 Add missing "s32" and "u32" variants of Neon vzip intrinsic. Radar 8446277. by Bob Wilson · 14 years ago
  7. 327ce70 Add missing "p16" type variants for the Neon VREV32 intrinsics. Radar 8446277. by Bob Wilson · 14 years ago
  8. d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
  9. eca099b Add new libclang hooks for CXCursorSet, a by Ted Kremenek · 14 years ago
  10. db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
  11. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  12. 259461d Put the "'typename' occurs outside of a template" and "'template' by Douglas Gregor · 14 years ago
  13. a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago
  14. a8b988f Stop using clang builtins for Neon vaba intrinsics. by Bob Wilson · 14 years ago
  15. c46233d Fix BinaryOperator dispatch for RecursiveASTVisitor, from Benoit Perrot! by Douglas Gregor · 14 years ago
  16. f203344 Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. by Bob Wilson · 14 years ago
  17. 4064127 Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. by Bob Wilson · 14 years ago
  18. cf55652 Stop using a clang builtin for Neon vdup_lane intrinsics. by Bob Wilson · 14 years ago
  19. c92b772 Stop using a clang builtin for Neon vmull_lane intrinsic. by Bob Wilson · 14 years ago
  20. 468acf9 Implement vmull and vmull_n intrinsics without using clang builtins. by Bob Wilson · 14 years ago
  21. 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
  22. f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
  23. 9407444 Add Neon vreinterpret intrinsics. Radar 8681774. by Bob Wilson · 14 years ago
  24. 0d3f3ff Make whitespace more consistent. by Bob Wilson · 14 years ago
  25. 6f18fca Kill FullExpr, as it was not, in fact, used anywhere in the code base. by John McCall · 14 years ago
  26. 7ee90d0 Fix compile error: comma at end of enumerator list. by Francois Pichet · 14 years ago
  27. 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
  28. 409fa9a Split out a function to do lvalue conversion on objects; this is basically by John McCall · 14 years ago
  29. 381d34e Re-implement caching for the linkage calculation of declarations. by Douglas Gregor · 14 years ago
  30. f0b0ccc Use the source location of the parameter, when it makes sense, for diagnostics in HandleCleanupAttr. by Argyrios Kyrtzidis · 14 years ago
  31. b5f35ba Revert r120808, my previous implementation of caching for the linkage by Douglas Gregor · 14 years ago
  32. 894aed9 Un-templatetize this method. It's definition is out of line in the .cpp file, by Chandler Carruth · 14 years ago
  33. 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
  34. 0074b48 Mark SVal constructors 'explicit'. by Ted Kremenek · 14 years ago
  35. 4658463 Rename Environment::LookupExpr() to by Ted Kremenek · 14 years ago
  36. d7365e1 Remove unused method GRState::LookupExpr(). by Ted Kremenek · 14 years ago
  37. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  38. ec276bf Silence "comparison between signed and unsigned integer expressions" warnings. by Benjamin Kramer · 14 years ago
  39. 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
  40. f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
  41. 91252d1 Implement -cl-std= by Peter Collingbourne · 14 years ago
  42. 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
  43. f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 14 years ago
  44. 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
  45. 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
  46. 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
  47. 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
  48. 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 14 years ago
  49. 640ccf0 Minor refactoring; have BugReport::getRanges return a pair of iterator, no functionality change. by Argyrios Kyrtzidis · 14 years ago
  50. 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
  51. a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
  52. 4740dab Add missing vext_f32 and vextq_f32 Neon intrinsics (Radar 8592601). by Bob Wilson · 14 years ago
  53. 953d513 Add support for vmul_p8 Neon intrinsic. Radar 8446141. by Bob Wilson · 14 years ago
  54. 2357207 Implement caching for the linkage and visibility calculations of declarations. by Douglas Gregor · 14 years ago
  55. 96bfa62 Add a separate name field to the Neon intrinsic table. by Bob Wilson · 14 years ago
  56. 40406fe Fix an insidious bug in BugReporter where by Ted Kremenek · 14 years ago
  57. a427b49 Add a flag to control the "indirection of non-volatile null pointer will be by Nick Lewycky · 14 years ago
  58. ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
  59. f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
  60. 96c105c Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 14 years ago
  61. a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
  62. a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
  63. 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
  64. fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
  65. 6939fff Remove NDEBUG-controlled extra data from by Douglas Gregor · 14 years ago
  66. c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
  67. a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
  68. 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
  69. 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago
  70. 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 14 years ago
  71. 26ac3f3 Extend ExternalASTSource with the ability to lazily complete the by Douglas Gregor · 14 years ago
  72. 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 14 years ago
  73. 28f47b9 Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'. by Ted Kremenek · 14 years ago
  74. 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 14 years ago
  75. 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
  76. 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
  77. e343583 Add some comments. by Bob Wilson · 14 years ago
  78. 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 14 years ago
  79. a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 14 years ago
  80. d11617f Improve the diagnostic when the fixed underlying type of a by Douglas Gregor · 14 years ago
  81. b7b2688 Eliminate vtables from the Type hierarchy. by John McCall · 14 years ago
  82. 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
  83. ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 14 years ago
  84. 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
  85. e2dd6c8 Basic: Add CUDA language option by Peter Collingbourne · 14 years ago
  86. d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
  87. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
  88. 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
  89. d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
  90. 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 14 years ago
  91. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  92. 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 14 years ago
  93. 32b5fe7 System was renamed Support. Fix the build. by Duncan Sands · 14 years ago
  94. bbc8175 Add missing file from last commit by Douglas Gregor · 14 years ago
  95. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
  96. 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 14 years ago
  97. d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 14 years ago
  98. 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 14 years ago
  99. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  100. e4fed47 tighten up operator= to ensure we don't get multiple owners with the same FD. by Chris Lattner · 14 years ago