]> granicus.if.org Git - clang/shortlog
clang
2018-08-12 Shuai Wang[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDep...
2018-08-11 Raphael Isemann[ASTImporter] Added test case for opaque enums
2018-08-11 Raphael Isemann[ASTImporter] Added test case for CXXConversionDecl...
2018-08-11 Douglas YungMake the section boundary checks on Windows not depend...
2018-08-11 George Karpenkov[analyzer] Fix keyboard navigation for .msgNote events
2018-08-10 Reka Kovacs[analyzer] InnerPointerChecker: improve warning message...
2018-08-10 George Karpenkov[analyzer] [NFC] [tests] Move plist-based diagnostics...
2018-08-10 George Karpenkov[analyzer] Record nullability implications on getting...
2018-08-10 George Karpenkov[analyzer] Fix tracking expressions through negation...
2018-08-10 George Karpenkov[analyzer] [NFC] [tests] Move plist-based diagnostics...
2018-08-10 George KarpenkovInvalidate static locals when escaping lambdas
2018-08-10 Aaron BallmanAllow relockable scopes with thread safety attributes.
2018-08-10 Akira HatanakaMake changes to the check strings so that the test...
2018-08-10 Akira Hatanaka[CodeGen] Merge equivalent block copy/helper functions.
2018-08-10 David ChisnallFix a deprecated warning in the last commit.
2018-08-10 David ChisnallAdd Windows support for the GNUstep Objective-C ABI V2.
2018-08-10 Hans Wennborgclang-cl: accept -fcrash-diagnostics-dir=
2018-08-10 Bruno RicciFix a wrong type bug in ParsedAttr::TypeTagForDatatypeData
2018-08-10 Hans Wennborgclang-cl: Support /guard:cf,nochecks
2018-08-10 Richard TrieuFix size calculation from r339380
2018-08-09 Stephen KellyMark up deprecated methods as such
2018-08-09 Stephen KellyRemove obsolete set call
2018-08-09 Matt ArsenaultAMDGPU: Add another missing builtin
2018-08-09 Emmett NeymanAdded LLVM metadata to generated IR to increase vectori...
2018-08-09 Erich KeaneFix and recommit r339382 based on solution from RSmith:
2018-08-09 Erich KeaneRevert -r339382, which apparently breaks the Windows...
2018-08-09 Stephen KellyPort getLocEnd -> getEndLoc
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-09 Stephen KellyPort getStartLoc -> getBeginLoc
2018-08-09 Erich Keane[NFC] Complete the rule-of-5 for ParsedAttr
2018-08-09 Erich Keane[NFC] Simplify 'friend' declaration in ParsedAttr
2018-08-09 Erich Keane[NFC] Convert ParsedAttr to use llvm::TrailingObjects
2018-08-09 Stephen KellyFix build
2018-08-09 Erik Pilkington[Sema] P0961R1: Relaxing the structured bindings custom...
2018-08-09 Stephen KellyAdd getEndLoc API to replace getLocEnd
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getStartLoc
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getLocStart
2018-08-09 George Karpenkov[analyzer] Fix the bug in UninitializedObjectChecker...
2018-08-09 Sjoerd Meijer[AArch64][NFC] better matching of AArch64 target in...
2018-08-09 Erich KeaneImplement diagnostic stream operator for ParsedAttr.
2018-08-09 Gabor MartonFix structural inequivalency of forward EnumDecl
2018-08-09 Gabor MartonAdd support for importing imaginary literals
2018-08-09 David ChisnallCorrectly initialise global blocks on Windows.
2018-08-09 Petr Hosek[CMake] Use normalized Windows target triples
2018-08-09 Richard SmithRefactor attribute printing to be a bit more obviously...
2018-08-09 Emmett NeymanAdded another optimization pass to make vectorizing...
2018-08-09 Richard SmithDelete some unreachable AST printing code.
2018-08-08 Craig Topper[VFS] Remove superfluous semicolon from unittest.
2018-08-08 Craig Topper[Builtins] Add __builtin_clrsb support to IntExprEvalua...
2018-08-08 Petr Hosek[ADT] Normalize empty triple components
2018-08-08 Craig TopperRevert r339287 "[Builtins] Add __builtin_clrsb support...
2018-08-08 Craig Topper[Builtins] Add __builtin_clrsb support to IntExprEvalua...
2018-08-08 Pirama Arumuga... [Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBL
2018-08-08 Craig Topper[Builtins] Implement __builtin_clrsb to be compatible...
2018-08-08 Craig Topper[CodeGen][Timers] Enable llvm::TimePassesIsEnabled...
2018-08-08 Matt ArsenaultAMDGPU: Fix enabling denormals by default on pre-VI...
2018-08-08 JF BastienCDDecl More automatic variable tail padding test
2018-08-08 Scott Linder[DebugInfo][OpenCL] Address post-commit review for...
2018-08-08 Simon Pilgrim[CGObjCGNU] Rename GetSelector helper method to fix...
2018-08-08 Simon PilgrimFix -Wdocumentation warnings. NFCI.
2018-08-08 Balazs Keri[AST] Check described template at structural equivalenc...
2018-08-08 Henry Wong[analyzer] Fix a typo in `RegionStore.txt`.
2018-08-08 Kristof Umann[analyzer][UninitializedObjectChecker] Pointer/referenc...
2018-08-08 Kristof Umann[analyzer][UninitializedObjectChecker] Fixed a false...
2018-08-08 Balazs Keri[ASTImporter] Load external Decls when getting field...
2018-08-08 Balaji V. IyerFixed a breaking test case
2018-08-08 Volodymyr Sapsai[NFC][VFS] Fix typos in comments.
2018-08-08 Richard SmithPR38286: Don't crash when attempting to define a constr...
2018-08-08 Balaji V. Iyer[CodeGen] IncompleteArray Support
2018-08-07 Matt Davis[analyzer] Avoid querying this-pointers for static...
2018-08-07 Volodymyr Sapsai[VFS] Unify iteration code for VFSFromYamlDirIterImpl...
2018-08-07 Erik Pilkington[Sema] Ensure an auto non-type template parameter is...
2018-08-07 JF Bastien[NFC] Improve auto-var-init alignment check
2018-08-07 JF Bastien[NFC] CGDecl factor out constant emission
2018-08-07 Douglas YungFix one hard coded value I missed in r339185.
2018-08-07 Richard SmithClean up and simplify RequireCompleteType.
2018-08-07 Douglas YungMake test more robust by not checking hard coded debug...
2018-08-07 George Karpenkov[analyzer] [tests] Do not be verbose by default when...
2018-08-07 Martin Storsjo[Headers] Expand _Unwind_Exception for SEH on MinGW...
2018-08-07 Leonard Chan[Sema] Fix for crash on conditional operation with...
2018-08-07 Volodymyr Sapsai[VFS] Emit an error when entry at root level uses a...
2018-08-07 Sam Clegg[WebAssembly] Remove use of lld -flavor flag
2018-08-07 David Greene[WebAssembly] Force use of lld for test/Driver/wasm...
2018-08-07 Alexey Bataev[OPENMP] Mark variables captured in declare target...
2018-08-07 Scott Linder[OpenCL] Restore r338899 (reverted in r338904), fixing...
2018-08-07 Kristof Umann[analyzer][UninitializedObjectChecker] New flag to...
2018-08-07 Bruno Ricci[AST][NFC] Use unsigned in the bit-fields of IdentifierInfo
2018-08-07 Bruno Ricci[AST][NFC] Use unsigned in the bit-fields of PrintingPolicy
2018-08-07 David Chisnall[objc-gnustep] Don't emit .guess ivar offset vars.
2018-08-07 Krasimir Georgiev[clang-format] comment reflow: add last line's penalty...
2018-08-07 Karl-Johan... Fix clash of gcc toolchains in driver regression tests
2018-08-07 Matt ArsenaultAMDGPU: Add builtin for s_dcache_wb
2018-08-07 Matt ArsenaultAMDGPU: Add builtin for s_dcache_inv_vol
2018-08-07 JF BastienAuto var init test fix #2
2018-08-07 JF BastienRemove broken command flag
2018-08-07 JF Bastien[NFC] Test automatic variable initialization
2018-08-07 Artem Dergachev[analyzer] pr37204: Take signedness into account in...
2018-08-07 Artem Dergachev[analyzer] NFC: Document that we support implicit argum...
2018-08-07 Balaji V. IyerPerforming a test commmit as requested by Chris Lattner.
2018-08-06 Emmett NeymanChanged how LLVM IR was generated to increase vectorization
next