1. 4a37267 Moved the whole SMT API to a single file. NFC. by Mikhail R. Gadelha · 5 years ago
  2. ec66ced Got rid of the `Z3ConstraintManager` class by Mikhail R. Gadelha · 5 years ago
  3. 617fd0c Generalised the SMT state constraints by Mikhail R. Gadelha · 5 years ago
  4. 6d763e3 [opaque pointer types] Make EmitCall pass Function Types to CreateCall/Invoke. by James Y Knight · 5 years ago
  5. 8e92458 [opaque pointer types] Pass through function types for TLS by James Y Knight · 5 years ago
  6. 4ec0edc [analyzer] Canonicalize declarations within variable regions. by Artem Dergachev · 5 years ago
  7. 23cffd7 Revert "[analyzer] Remove the "postponed" hack, deal with derived symbols..." by Artem Dergachev · 5 years ago
  8. c840233 [COFF, ARM64] Add ARM64 support for MS intrinsic _fastfail by Tom Tan · 5 years ago
  9. e59f5d1 Test commit. NFC by Patrick Lyster · 5 years ago
  10. f77c73c Switch to cantFail(), since it does the same assertion. by Stephen Hines · 5 years ago
  11. 0187963 [CMake] Unify scripts for generating VCS headers by Petr Hosek · 5 years ago
  12. 741e845 [WebAssembly] Add atomics target option by Heejin Ahn · 5 years ago
  13. 12c4033 Fix MSVC constructor call extension after b92d290e48e9 (r353181). by James Y Knight · 5 years ago
  14. 26e77b4 [modules] Fix handling of initializers for templated global variables. by Richard Smith · 5 years ago
  15. 799a65b Basic CUDA-10 support. by Artem Belevich · 5 years ago
  16. 54cac33 [Preprocessor] Add a note with framework location for "file not found" error. by Volodymyr Sapsai · 5 years ago
  17. 50b7701 [analyzer] Document RetainCountChecker behavior and annotations by George Karpenkov · 5 years ago
  18. c9d00a4 [analyzer] [testing] Inside CmpRuns.py output also print the filename of the first item in the path by George Karpenkov · 5 years ago
  19. f930506 [analyzer] [RetainCountChecker] Bugfix: in non-OSObject-mode, do not track CXX method calls by George Karpenkov · 5 years ago
  20. a1dff72 Fix a missing word in comment by Adrian Prantl · 5 years ago
  21. e60b1d1 [DOCS]Support for emission of the debug info for the Cuda devices, NFC. by Alexey Bataev · 5 years ago
  22. fe234d2 Do not use frame pointer by default for MSP430 by Anton Korobeynikov · 5 years ago
  23. cac247a [DEBUG_INFO][NVPTX] Generate correct data about variable address class. by Alexey Bataev · 5 years ago
  24. c92286b [opaque pointer types] More trivial changes to pass FunctionType to CallInst. by James Y Knight · 5 years ago
  25. 919f10b Minor cleanup: remove CGBuild::CreateConst*ByteGEP overloads taking a Value*. by James Y Knight · 5 years ago
  26. 8c2557c [OPENMP] issue error messages for multiple teams contructs in a target construct by Kelvin Li · 5 years ago
  27. 679ab5f [opaque pointer types] Pass function types for runtime function calls. by James Y Knight · 5 years ago
  28. b896b55 [opaque pointer types] Fix the CallInfo passed to EmitCall in some edge cases. by James Y Knight · 5 years ago
  29. d955196 [NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 default by Nemanja Ivanovic · 5 years ago
  30. 40d23d1 Fix ICE on reference binding with mismatching addr spaces. by Anastasia Stulova · 5 years ago
  31. 17a0dd9 Fix the sphinx buildbot after D54429 by Kristof Umann · 5 years ago
  32. 097064a [X86] Change MS inline asm clobber list filter to check for 'fpsr' instead of 'fpsw' after D57641. by Craig Topper · 5 years ago
  33. 0ee689c [analyzer] Creating standard Sphinx documentation by Kristof Umann · 5 years ago
  34. 24c8a9a [Sanitizers] UBSan unreachable incompatible with Kernel ASan by Julian Lettner · 5 years ago
  35. 66dd171 [OBJC] Add attribute to mark Objective C class as non-lazy by Joe Daniels · 5 years ago
  36. 24cae3f [SemaObjC] Don't infer the availabilty of +new from -init if the receiver has Class type by Erik Pilkington · 5 years ago
  37. 12ca700 [NewPM][MSan] Add Options Handling by Philip Pfaffe · 5 years ago
  38. 1fedf41 Generalize pthread callback test case by Johannes Doerfert · 5 years ago
  39. 8070ca1 [clang-format] Fix breaking of qualified operator by Krasimir Georgiev · 5 years ago
  40. d0993ec [clang] Add getCommentHandler to PreambleCallbacks by Kadir Cetinkaya · 5 years ago
  41. 56c55d5 [OpenMP] Adding support to the mutexinoutset dep-type by Sergi Mateo Bellido · 5 years ago
  42. 112a7a3 [opaque pointer types] Trivial changes towards CallInst requiring by James Y Knight · 5 years ago
  43. 749fd76 [AST] Update the comments of the various Expr::Ignore* + Related cleanups by Bruno Ricci · 5 years ago
  44. 52422ef [ASTDump] Add a flag indicating whether a CXXThisExpr is implicit by Bruno Ricci · 5 years ago
  45. 7636778 Hot fix two test regressions (%T vs %t) by David Zarzycki · 5 years ago
  46. e65e062 [objc-gnustep] Fix encoding of ivar size for _Bool. by David Chisnall · 5 years ago
  47. 9661f6a [AST] Extract ASTNodeTraverser class from ASTDumper by Stephen Kelly · 5 years ago
  48. 57b4f8b Correct test my *really really* overaligning a type. by Eric Fiselier · 5 years ago
  49. 889a989 Fix handling of usual deallocation functions in various configuratios. by Eric Fiselier · 5 years ago
  50. cda9807 [NewPM] Add support for new-PM plugins to clang by Philip Pfaffe · 5 years ago
  51. 7c5160f Replace uses of %T with %t in from previous frontend test differential by Nico Weber · 5 years ago
  52. 8f798fb [analyzer][UninitializedObjectChecker] New flag to ignore guarded uninitialized fields by Kristof Umann · 5 years ago
  53. 64bb5ec [ASTImporter] Fix up test that only works on X86. by David Green · 5 years ago
  54. 44d861c [Sema][ObjC] Allow declaring ObjC pointer members with non-trivial by Akira Hatanaka · 5 years ago
  55. bf227b3 [ASan] Do not instrument other runtime functions with `__asan_handle_no_return` by Julian Lettner · 5 years ago
  56. 2982a88 Remove redundant FunctionDecl argument from a couple functions. by James Y Knight · 5 years ago
  57. 4757117 [analyzer] Hotfix for RetainCountChecker: assert was too strong. by George Karpenkov · 5 years ago
  58. e467989 [WebAssembly] Fix ImportName's position in this test. by Dan Gohman · 5 years ago
  59. 8ca0275 Revert "[AST][OpenMP] OpenMP Sections / Section constructs contain Structured blocks" by Roman Lebedev · 5 years ago
  60. ebf8044 [WebAssembly] Add an import_field function attribute by Dan Gohman · 5 years ago
  61. 207c6e6 Improve diagnostic to tell you a type is incomplete. by Eric Fiselier · 5 years ago
  62. bda04e0 Factor out duplication between ExprIterator and ConstExprIterator. by Richard Smith · 5 years ago
  63. 804ee17 Don't use ASTContext in DeclOpenMP.h because it's still incomplete. by Eric Fiselier · 5 years ago
  64. e93ddfa [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive. by Michael Kruse · 5 years ago
  65. aa117bd Update SanitizerCoverage doc regarding the issue with pc-table and gc-sections. by Max Moroz · 5 years ago
  66. 29e11e7 Fix some sphinx doc errors. by James Y Knight · 5 years ago
  67. c87e623 [AST][OpenMP] OpenMP Sections / Section constructs contain Structured blocks by Roman Lebedev · 5 years ago
  68. a576b39 [CMake] External compiler-rt-configure requires LLVMTestingSupport when including tests by Stefan Granitz · 5 years ago
  69. 4487ce9 [libclang] Fix -DBUILD_SHARED_LIBS=on build after rC352803 by Fangrui Song · 5 years ago
  70. 6c374b5 [CUDA] Relax lit test condition after r352798. by Eric Liu · 5 years ago
  71. 56d1941 Disable tidy checks with too many hits by Ilya Biryukov · 5 years ago
  72. 07d269d Provide reason messages for unviable inlining by Yevgeny Rouban · 5 years ago
  73. 4cdc67a Test commit: fix typo by Sergi Mateo Bellido · 5 years ago
  74. 375167e Fix isInSystemMacro to handle pasted macros by Serge Guelton · 5 years ago
  75. 5e94109 [SemaCXX] Param diagnostic matches overload logic by Brian Gesiak · 5 years ago
  76. 2e4e45d [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls by Julian Lettner · 5 years ago
  77. 1e3718c [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 5 years ago
  78. 1f33898 [analyzer] [RetainCountChecker] Fix object type for CF/Obj-C bridged casts by George Karpenkov · 5 years ago
  79. 0e11342 Revert "[Sema] Make canPassInRegisters return true if the CXXRecordDecl passed" by Akira Hatanaka · 5 years ago
  80. e547ac9 [sanitizer-coverage] prune trace-cmp instrumentation for CMP isntructions that feed into the backedge branch. Instrumenting these CMP instructions is almost always useless (and harmful) for fuzzing by Kostya Serebryany · 5 years ago
  81. dad3f10 Re-disable pch-from-libclang.c after 352803, some buildbots are still unhappy by Nico Weber · 5 years ago
  82. 2f86db7 [ASTDump] Make template specialization tests more exact by Stephen Kelly · 5 years ago
  83. 8b23535 Make clang/test/Index/pch-from-libclang.c pass in more places by Nico Weber · 5 years ago
  84. 453a2ff Do not copy long double and 128-bit fp format from aux target for AMDGPU by Yaxun Liu · 5 years ago
  85. 9e67ec1 Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." by James Y Knight · 5 years ago
  86. 6a79c44 [CUDA] add support for the new kernel launch API in CUDA-9.2+. by Artem Belevich · 5 years ago
  87. 3145176 [CUDA] Propagate detected version of CUDA to cc1 by Artem Belevich · 5 years ago
  88. a5f6431 [WebAssembly] Add bulk memory target feature by Thomas Lively · 5 years ago
  89. 4b95a94 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 5 years ago
  90. d60b387 [CodeComplete] Propagate preferred types through parser in more cases by Ilya Biryukov · 5 years ago
  91. a87ff88 Accomodate gcc 7.3.0's -Wdangling-else by Nico Weber · 5 years ago
  92. ac8c717 [OpenCL] Fixed addr space manging test. by Anastasia Stulova · 5 years ago
  93. fa02b48 Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls" by Eric Liu · 5 years ago
  94. 335f025 Revert "Support attribute used in member funcs of class templates" by Rafael Auler · 5 years ago
  95. 954a97c Support attribute used in member funcs of class templates by Rafael Auler · 5 years ago
  96. fc781f2 Revert "[CMake] Unify scripts for generating VCS headers" by Petr Hosek · 5 years ago
  97. 9b89e1c [CMake] Unify scripts for generating VCS headers by Petr Hosek · 5 years ago
  98. b8120e9 [analyzer] Make NullReturnedFromNonnullChecker depend on NullabilityBase by Kristof Umann · 5 years ago
  99. 2cb7edf [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls by Julian Lettner · 5 years ago
  100. d006280 [CodeGenObjC] Handle exceptions when calling objc_alloc or objc_allocWithZone by Erik Pilkington · 5 years ago