]> granicus.if.org Git - clang/shortlog
clang
2018-03-13 Sjoerd Meijer[ARM] ACLE FP16 feature test macros
2018-03-13 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2018-03-13 Gheorghe-Teodor... Revert revision 327438.
2018-03-13 Gheorghe-Teodor... [OpenMP] Add flag for linking runtime bitcode library
2018-03-13 Sjoerd MeijerThis reverts "r327189 - [ARM] Add ARMv8.2-A FP16 vector...
2018-03-13 Akira HatanakaSerialize the NonTrivialToPrimitive* flags I added...
2018-03-13 George Karpenkov[analyzer] Fix the matcher for GCDAntipattern to look...
2018-03-13 Joel E. DennyReland "[Attr] Fix parameter indexing for several attri...
2018-03-13 Krzysztof Parzyszek[Hexagon] Clang side of r327302 in LLVM
2018-03-13 Pavel Labathclang-import-test: fix build with clang-3.8
2018-03-13 Douglas YungAdd missing "env" so that test added in r327322 passes...
2018-03-12 Artem Dergachev[CFG] [analyzer] Don't add construction context to...
2018-03-12 Artem Dergachev[analyzer] Support temporaries conjured by conservative...
2018-03-12 Artem Dergachev[analyzer] NFC: Move the code for setting temp object...
2018-03-12 Artem Dergachev[analyzer] Destroy and lifetime-extend inlined function...
2018-03-12 Artem Dergachev[CFG] [analyzer] Add construction context to C++ return...
2018-03-12 Reid KlecknerRe-land "[Sema] Make getCurFunction() return null outsi...
2018-03-12 Alex Lorenz[Tooling] Clear the PreambleSrcLocCache when preamble...
2018-03-12 Vedant KumarCheck that ubsan is the only supported sanitizer on...
2018-03-12 Jan Korous[Driver] Add text description of --help-hidden so it...
2018-03-12 George Karpenkov[analyzer] Move the GCDAsyncSemaphoreChecker to optin...
2018-03-12 Akira HatanakaRevert "[ObjC] Allow declaring __weak pointer fields...
2018-03-12 Ben Hamilton[clang-format] Improve detection of Objective-C block...
2018-03-12 Ben Hamilton[clang-format] Don't detect C++11 attribute specifiers...
2018-03-12 Maxim Ostapenko[analyzer] Trying to fix Windows buildbots after r327258
2018-03-12 Aaron BallmanUpdate the supported C language standards in the user...
2018-03-12 Maxim Ostapenko[analyzer] Trying to fix buildbots after r327258
2018-03-12 Maxim Ostapenko[analyzer] Add scope information to CFG
2018-03-12 Daniel Jasperclang-format: Properly handle implicit string concatena...
2018-03-12 Daniel JasperDon't re-format raw string literal contents when format...
2018-03-12 Petr Hosek[Driver] Update the comment about incompatible sanitizers
2018-03-10 George Burgess IV[CodeGen] Eagerly emit lifetime.end markers for calls
2018-03-10 Akira Hatanaka[ObjC] Allow declaring __weak pointer fields in C struc...
2018-03-10 Akira Hatanaka[Driver] Pass Default=false to hasFlag.
2018-03-10 Richard SmithRevert r326946. It caused stack overflows by significan...
2018-03-10 George Burgess IV[CodeGen] Try to not call a dtor after lifetime.end
2018-03-09 Abderrazek... [ARM] Add ARMv8.2-A FP16 vector intrinsic
2018-03-09 Saleem Abdulrasooltest: repair windows build after SVN r327105
2018-03-09 Peter CollingbourneFix Clang test case.
2018-03-09 Evgeniy StepanovDon't use -pie in relocatable link.
2018-03-09 Alexey Bataev[OPENMP] Fix the address of the original variable in...
2018-03-09 Ilya Biryukov[SemaOverload] Fixed crash on code completion
2018-03-09 Saleem AbdulrasoolCodeGen: simplify and validate exception personalities
2018-03-09 Richard SmithPR36645: Go looking for an appropriate array bound...
2018-03-09 Artem Dergachev[analyzer] MmapWriteExecChecker: Add support for mprote...
2018-03-09 Artem Dergachev[CFG] [analyzer] Add construction context for implicit...
2018-03-09 Douglas Yung[DOXYGEN] Fix doxygen and content issues in mmintrin.h
2018-03-08 Adrian PrantlAdd a debug info testcase for the trvial_abi attribute.
2018-03-08 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-08 Alexey Bataev[OPENMP] Emit sizes/init ptrs etc. data for task reduct...
2018-03-08 Krasimir Georgiev[clang-format] Use NestedBlockIndent as a 0 column...
2018-03-08 Stephan BergmannPropagate DLLAttr to friend re-declarations of member...
2018-03-08 George Burgess IV[CodeGen] Emit lifetime.ends in both EH and non-EH...
2018-03-08 George Karpenkov[analyzer] Correctly model iteration through "nil"...
2018-03-08 George Burgess IVFix an unused variable warning; NFC
2018-03-08 Eugene Zelenko[Documentation] Fix Release notes problems introduced...
2018-03-08 Reid KlecknerRevert "[Sema] Make getCurFunction() return null outsid...
2018-03-08 Richard SmithWhen substituting previously-checked template arguments...
2018-03-08 Reid Kleckner[MS] Pass CVRU qualifiers properly in Itanium mangler
2018-03-08 George Burgess IVFix a doc typo; NFC
2018-03-08 Reid Kleckner[Sema] Make getCurFunction() return null outside functi...
2018-03-07 Reid Kleckner[MS] Accept __unaligned as a qualifier on member functi...
2018-03-07 Rafael EspindolaSet dso_local on tls init functions.
2018-03-07 Nico Weber[ms] Emit vtordisp initializers in a deterministic...
2018-03-07 Reid KlecknerAvoid including ScopeInfo.h from Sema.h
2018-03-07 George Karpenkov[analyzer] [PointerArithChecker] do not warn on indexes...
2018-03-07 George Karpenkov[analyzer] Don't crash with assertion failure on struct...
2018-03-07 Gheorghe-Teodor... [OpenMP] Remove implicit data sharing code gen that...
2018-03-07 Yaxun LiuCodeGen: Fix address space of indirect function argument
2018-03-07 Krasimir Georgiev[clang-format] Break consecutive string literals in...
2018-03-07 Matthew VossCorrect the alignment for the PS4 target
2018-03-07 Yaxun Liu[OpenCL] Remove block invoke function from emitted...
2018-03-07 George Karpenkov[analyzer] [NFC] Minor refactoring of NonNullParamChecker
2018-03-07 Reid KlecknerPush a function scope when parsing function bodies...
2018-03-07 Alexey Bataev[OPENMP] Fix lifetime of the loop counters.
2018-03-07 Yuka TakahashiAdd Clang ReleaseNotes that --autocomplete breaks backw...
2018-03-07 George Burgess IVRemove a placeholder
2018-03-07 George Burgess IVReland r326766 (with a slightly modified test)
2018-03-07 Nico WeberRevert 326766 too, after r326862 the test fails and...
2018-03-07 George Karpenkov[analyzer] Fix the checker for the performance anti...
2018-03-07 Petr Hosek[Driver] Enable SafeStack by default on Fuchsia
2018-03-07 George Karpenkov[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
2018-03-07 Nico WeberRevert r326602, it caused PR36620.
2018-03-07 Petr Hosek[Driver] Automatically disable incompatible default...
2018-03-07 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-06 George Burgess IVFix a typo from r326844; NFC
2018-03-06 George Burgess IV[CodeGen] Don't emit lifetime.end without lifetime...
2018-03-06 Michal Gorny[FrontEnd] Allow overriding the default C/C++ -std...
2018-03-06 Alexey Bataev[OPENMP] Fix generation of the unique names for task...
2018-03-06 Nicolai HaehnleTableGen: Give up on exact fixits for diagnostic groups
2018-03-06 Ben Hamilton[clang-format] Improve detection of ObjC for-in statements
2018-03-06 Craig Topper[X86] Fix typo in cpuid.h, bit_AVX51SER->bit_AVX512ER.
2018-03-06 Krasimir Georgiev[clang-format] fix handling of consecutive unary operators
2018-03-06 Henry Wong[analyzer] CStringChecker.cpp: Remove the duplicated...
2018-03-06 Krasimir Georgiev[clang-format] Fix documentation for SpaceAfterCStyleCa...
2018-03-06 Henry Wong[Analyzer] More accurate modeling about the increment...
2018-03-06 Alexander KornienkoMove test/gcdasyncsemaphorechecker_test.m to a subdirectory
2018-03-06 George Burgess IVFix an unused variable warning; NFC
2018-03-06 George Burgess IV[ExprConstant] Look through ExprWithCleanups for `alloc...
2018-03-06 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
next