1. 140a2bd Skip ParenType on function instantiations. by Abramo Bagnara · 14 years ago
  2. 1192fff Remove a type that got reduced away from this test case but not actually deleted. by Chandler Carruth · 14 years ago
  3. e7f8504 Fix PR8774 by restricting when hasInit returns true. Previously, it by Chandler Carruth · 14 years ago
  4. 6a57746 Reduce the number of builtin operator overload candidates added in certain by Chandler Carruth · 14 years ago
  5. 7b38198 Basic, Sema: add support for CUDA launch_bounds attribute by Peter Collingbourne · 14 years ago
  6. 2c2c8dd Sema: diagnose kernel functions with non-void return type by Peter Collingbourne · 14 years ago
  7. aee543a Move the functionality to mark all vtables of key functions as used within by Chandler Carruth · 14 years ago
  8. a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
  9. 6d69558 Finish cleaning up the static utility code for adding builtin operator overload by Chandler Carruth · 14 years ago
  10. 38ca8d1 Clean up the helpers used to compute the usual arithmetic conversions' result by Chandler Carruth · 14 years ago
  11. 3c69dc4 Add a comment to a helper function. by Chandler Carruth · 14 years ago
  12. 7b80b4b Sink the logic to suppress builtin operator overloads in the presence of by Chandler Carruth · 14 years ago
  13. abb7184 Reorder the cases in the switch to be more logically grouped (to my mind). If by Chandler Carruth · 14 years ago
  14. c140946 Remove the final goto from this switch making it explict which overload set is by Chandler Carruth · 14 years ago
  15. 32fe0d0 Fold away completely identical code with simple fallthrough. by Chandler Carruth · 14 years ago
  16. fe62274 Move and copy function calls around to remove the indirection through gotos by Chandler Carruth · 14 years ago
  17. daf55d3 Simplify the flow through the switch by explicitly listing the added overloads by Chandler Carruth · 14 years ago
  18. 6df868e Fix 80-column violations and reflowing some code to facilitate those fixes. by Chandler Carruth · 14 years ago
  19. 3a0f3ef Begin the refactoring of how builtin operators are added to the overload by Chandler Carruth · 14 years ago
  20. c78f684 Enhance my implementation of //rdar ://8747333 in r121597 to allow by Fariborz Jahanian · 14 years ago
  21. 96fc8e4 Improved complex constants evaluation. by Abramo Bagnara · 14 years ago
  22. 88f5e9b Any property declared in a class extension might have user by Fariborz Jahanian · 14 years ago
  23. 141e489 Add missing switch case for the quad-register version of the Neon vmul builtin. by Bob Wilson · 14 years ago
  24. a0eb23b Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types. by Bob Wilson · 14 years ago
  25. e005d19 Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the receiver. by Argyrios Kyrtzidis · 14 years ago
  26. f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
  27. 5e36210 Make RecursiveASTVisitor traverse a ObjCMethodDecl. by Argyrios Kyrtzidis · 14 years ago
  28. 42499f9 Do not assert on shifts of Neon polynomial types. by Bob Wilson · 14 years ago
  29. 3922ed0 Silence a few more uninitialized-value warnings by Douglas Gregor · 14 years ago
  30. 5aea91b Silence a GCC unitialized-value warning by Douglas Gregor · 14 years ago
  31. 4472fc6 Replace two QualType::getTypePtrOrNull() calls with by Douglas Gregor · 14 years ago
  32. 9f6f6a1 Do not substitute template types if template has dependent context by Peter Collingbourne · 14 years ago
  33. 9913d6e Fix a compiler warning. by Fariborz Jahanian · 14 years ago
  34. 1ab55e9 Eliminate the branching in QualType::getTypePtr() by providing a by Douglas Gregor · 14 years ago
  35. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  36. c3c0af3 Silence GCC warning about comparisons between enumerators of different types by Douglas Gregor · 14 years ago
  37. 7e36988 Another dummy commit to check GIT mirroring by Anton Korobeynikov · 14 years ago
  38. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  39. 55270e4 Update ExtQuals comment to reflect the expansion of the fast qualifiers by Douglas Gregor · 14 years ago
  40. 34e80e9 Optimize memory usage of FunctionProtoType on MSVC. by John McCall · 14 years ago
  41. f7616b9 Move the "volatile" bit into QualType's "fast" qualifier set, by Douglas Gregor · 14 years ago
  42. eb0eb49 Use TypeAlignment constant rather than fixed alignment of 8 by Douglas Gregor · 14 years ago
  43. 7872d48 Fixed version of 121435. by Rafael Espindola · 14 years ago
  44. 85fe156 In clang_getCursor(), don't override a preprocessing cursor within by Douglas Gregor · 14 years ago
  45. 30daefc Add missing switch case to handle builtin for Neon vqnegq. by Bob Wilson · 14 years ago
  46. c1fa01b LLVM's intrinsics for vpaddl and vpadal have 2 overloaded types. by Bob Wilson · 14 years ago
  47. afb3fa9 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
  48. 90f1450 Treat visibility on an enclosing namespace as a non-explicit source of by John McCall · 14 years ago
  49. f0d9d8b Add dependency to "make clang-test check-all". by NAKAMURA Takumi · 14 years ago
  50. 3bc3c6d And more gzip goodness for clang. by Eric Christopher · 14 years ago
  51. db67e2f Bind the result of a property fetch to a temporary. by John McCall · 14 years ago
  52. 0aefbd8 Extend libclang debugging output for clang_getCursor() to show the definition we found by Douglas Gregor · 14 years ago
  53. d185035 Neon compare absolute LLVM intrinsics are not overloaded. PR8484. by Bob Wilson · 14 years ago
  54. ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
  55. db2b42f Fix another obscure corner layout case. by Argyrios Kyrtzidis · 14 years ago
  56. 4cf8b1e Update clang for the API changes in the cfi patch. by Rafael Espindola · 14 years ago
  57. c3dcdc1 Add Neon vreinterpret intrinsics for half-float (f16) types. by Bob Wilson · 14 years ago
  58. 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 14 years ago
  59. bfe5788 Refactored/cleanedup ActOnFunctionDeclarator by Fariborz Jahanian · 14 years ago
  60. 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
  61. 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
  62. d64f4c1 Gather cached code completions after the first reparse, not after the by Douglas Gregor · 14 years ago
  63. 4d936ec Update test. by Devang Patel · 14 years ago
  64. 2427dbf Fix type of last vector operand of Neon quad-register multiple-lane intrinsics. by Bob Wilson · 14 years ago
  65. c9ccad3 Fix the names of the v[r]addhn and v[r]subhn Neon intrinsics. by Bob Wilson · 14 years ago
  66. 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
  67. 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
  68. 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
  69. c66b516 Add missing "s32" and "u32" variants of Neon vzip intrinsic. Radar 8446277. by Bob Wilson · 14 years ago
  70. 327ce70 Add missing "p16" type variants for the Neon VREV32 intrinsics. Radar 8446277. by Bob Wilson · 14 years ago
  71. 5a82119 Fix another unnecessary-struct-padding issue. by Argyrios Kyrtzidis · 14 years ago
  72. e8b3de0 Fix build. by Anders Carlsson · 14 years ago
  73. 43ddd9f Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, by Argyrios Kyrtzidis · 14 years ago
  74. da6fb69 Remove extra namespace specifier. by Ted Kremenek · 14 years ago
  75. 170cef3 Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace(). by Devang Patel · 14 years ago
  76. 344ff5d Remove unused parameter. by Devang Patel · 14 years ago
  77. 048b905 Test case for r121323. by Devang Patel · 14 years ago
  78. d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
  79. 9915539 DenseMapInfo is a 'struct', not a 'class'. by Ted Kremenek · 14 years ago
  80. eca099b Add new libclang hooks for CXCursorSet, a by Ted Kremenek · 14 years ago
  81. 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
  82. db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
  83. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  84. 259461d Put the "'typename' occurs outside of a template" and "'template' by Douglas Gregor · 14 years ago
  85. a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago
  86. 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
  87. a8b988f Stop using clang builtins for Neon vaba intrinsics. by Bob Wilson · 14 years ago
  88. dc7b2ce Make this test resilient to whether or not the Linux toolchain renders the by Chandler Carruth · 14 years ago
  89. c46233d Fix BinaryOperator dispatch for RecursiveASTVisitor, from Benoit Perrot! by Douglas Gregor · 14 years ago
  90. cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 14 years ago
  91. 0a03a3f Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  92. 2346789 Fix test that didn't really test anything. by Francois Pichet · 14 years ago
  93. 346af03 Handle parameter attributes when tentative parsing for function/variable disambiguation. by Argyrios Kyrtzidis · 14 years ago
  94. 9d8231a Silence an unused variable warning. by Chandler Carruth · 14 years ago
  95. f203344 Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. by Bob Wilson · 14 years ago
  96. 4064127 Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. by Bob Wilson · 14 years ago
  97. d50187d Test case. by John McCall · 14 years ago
  98. 241d558 Bump up property conversion earlier in the initialization process. Fixes by John McCall · 14 years ago
  99. cf55652 Stop using a clang builtin for Neon vdup_lane intrinsics. by Bob Wilson · 14 years ago
  100. c92b772 Stop using a clang builtin for Neon vmull_lane intrinsic. by Bob Wilson · 14 years ago