]> granicus.if.org Git - clang/shortlog
clang
2016-09-16 Eric FiselierTouch up [[clang::require_constant_initialization]...
2016-09-16 Neil HickeyTesting commit rights. Removing trailing white space...
2016-09-16 Stephen HinesFix unused result from sign extending an Offset.
2016-09-16 John McCallAlter the iOS/tvOS ARM64 C++ ABI to ignore the upper...
2016-09-16 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-16 Akira Hatanaka[CodeGen][ObjC] Block captures should inherit the type...
2016-09-15 Justin Lebar[CUDA] Don't try to run sanitizers on NVPTX.
2016-09-15 Akira Hatanaka[Sema] Allow shifting a scalar operand by a vector...
2016-09-15 David L. JonesSimplify Clang's version number configuration in CMake.
2016-09-15 Kostya Serebryany[sanitizer-coverage] make trace-pc-guard and indirect...
2016-09-15 Hans Wennborgclang-format VS plugin: upgrade the project files to...
2016-09-15 Aaron BallmanReapply: Silence false positive diagnostics regarding...
2016-09-15 Artem Dergachev[analyzer] Fix HTMLRewriter style sheets to support...
2016-09-15 Aaron BallmanReverting r281609; it caused some build bots to break.
2016-09-15 Simon Dardis[mips][ias] Enable IAS by default for N64 on Debian...
2016-09-15 Aaron BallmanSilence false positive diagnostics regarding passing...
2016-09-15 Oliver Stannard[ARM] ARM-specific attributes should be accepted for...
2016-09-15 Wei MiUpdate clang unittests for rL281586.
2016-09-15 NAKAMURA TakumiBuiltins.def: Explicitly undef finitef, to appease...
2016-09-14 Artem BelevichRevert r281457 "Supports adding insertion around non...
2016-09-14 Reid Kleckner[clang-cl] Accept the joined equals version of -resourc...
2016-09-14 Justin Lebar[CUDA] Make __clang_cuda_cmath.h compatible with libc++.
2016-09-14 Justin Lebar[CUDA] Add test checking our ability to take a function...
2016-09-14 Albert GutowskiAdd some MS aliases for existing intrinsics
2016-09-14 Stephen HinesRevert "Do not warn about format strings that are index...
2016-09-14 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-14 Kirill BobyrevCorrect assert text in DeclGroup::getSingleDecl()
2016-09-14 Devin Coughlin[analyzer] scan-build-py: Remove relative path hack...
2016-09-14 Dehao ChenConvert finite to builtin
2016-09-14 Saleem AbdulrasoolCodeGen: simplify the logic a slight bit
2016-09-14 Stephan BergmannFix documentation of MemberExpr::getMemberDecl
2016-09-14 Eric LiuSupports adding insertion around non-insertion replacem...
2016-09-14 Eric LiuRevert "[modules] When merging one definition into...
2016-09-14 Jonas HahnfeldDocument option '-rtlib' in clang's man page and help...
2016-09-14 Richard Smith[docs] Fix formatting of   characters so that...
2016-09-14 Richard Smith[docs] Order diagnostic cross-references alphabetically...
2016-09-14 Richard SmithUpdate DiagnosticsReference and fix emitter to emit...
2016-09-14 Kostya Serebryany[sanitizer-coverage] add yet another flavour of coverag...
2016-09-14 Nico WeberFollow-up to r281367: Compare uuids case-insensitively.
2016-09-14 Richard Smith[modules] When merging one definition into another...
2016-09-14 Richard SmithColor warnings purple rather than orange, to match...
2016-09-13 Richard SmithMissed update from r281412.
2016-09-13 Hans WennborgAlso don't inline dllimport functions referring to...
2016-09-13 Richard SmithWarning flag updates:
2016-09-13 Reid KlecknerFix a FIXME about MSVC 2013 in the diagnostic doc gener...
2016-09-13 Artem Belevich[CUDA] Do not merge CUDA target attributes.
2016-09-13 Akira Hatanaka[CodeGen] Fix an assert in EmitNullConstant.
2016-09-13 Manman RenObjectiveC Generics: follow-up commit to r281355.
2016-09-13 Albert GutowskiTemporary fix for MS _Interlocked intrinsics
2016-09-13 Albert GutowskiReverse commit 281375 (breaks building Chromium)
2016-09-13 Hans WennborgTry harder to not inline dllimport functions referencin...
2016-09-13 Alexander ShaposhnikovRemove excessive padding from PTHWriter
2016-09-13 Bruno Cardoso... [SemaObjC] Be more strict while parsing type arguments...
2016-09-13 Richard SmithWork around MSVC 2013's inability to default move speci...
2016-09-13 Albert GutowskiAdd bunch of _Interlocked builtins
2016-09-13 Albert GutowskiAdd some MS aliases for existing intrinsics
2016-09-13 Alexander Shaposhnikov[analyzer] Fix ExprEngine::VisitMemberExpr
2016-09-13 Nico Weber[clang-cl] Diagnose duplicate uuids.
2016-09-13 Richard SmithWork around a GCC 4.7-specific issue: due to implementi...
2016-09-13 Manman RenObjectiveC Generics: Start using ObjCTypeParamType.
2016-09-13 Yaxun LiuAMDGPU: Fix target options fp32/64-denormals
2016-09-13 Manman RenObjectiveC generics: Add ObjCTypeParamType in the type...
2016-09-13 Manman RenObjectiveC: Refactor applyObjCProtocolQualifiers.
2016-09-13 Manman RenAdd a class ObjCProtocolQualifiers to wrap APIs for...
2016-09-13 Nico WeberTraversing template paramter lists of DeclaratorDecls...
2016-09-13 Eric LiuRemove redundant comma around parenthesis in parameter...
2016-09-13 Vassil VassilevRevert accidentally checked in change in r281315.
2016-09-13 Vassil VassilevSimplify. NFC.
2016-09-13 Nikola SmiljanicAllow register variables in naked functions.
2016-09-13 Stephen Hinesclang-format: Add Java detection to git-clang-format.
2016-09-13 Adam NemetReapply r281276 with passing -emit-llvm in one of the...
2016-09-13 Richard TrieuHandle empty message in static_asserts.
2016-09-13 Richard TrieuFix interaction between serialization and c++1z feature.
2016-09-13 Peter CollingbourneUpdate Clang for D20147 ("DebugInfo: New metadata repre...
2016-09-13 Adam NemetRevert "Add -fdiagnostics-show-hotness"
2016-09-13 Reid Kleckner[DebugInfo] Deduplicate debug info limiting logic
2016-09-12 George Burgess IV[Sema] Fix PR30346: relax __builtin_object_size checks.
2016-09-12 Adam NemetAdd -fdiagnostics-show-hotness
2016-09-12 Adam NemetFix a long comment line
2016-09-12 Saleem AbdulrasoolCodeGen: use some range-based for loops
2016-09-12 Richard SmithAdd a couple of test files missed in r281258.
2016-09-12 Richard Smith[modules] When we merge two definitions of a function...
2016-09-12 Richard SmithDiagnostics reference: "error:" should be red, not...
2016-09-12 Jonathan RoelofsTrivial documentation fix regarding Obj-C ARC objc_arc_...
2016-09-12 Daniel Jasperclang-format: Make emacs integration work with narrowed...
2016-09-12 Martin Bohme[CFG] Add iterator_ranges to CFG and CFGBlock.
2016-09-12 Richard SmithAdd virtual destructor (necessary due to the switch...
2016-09-12 Richard SmithAttempt #3 to placate MSVC.
2016-09-12 Richard SmithAttempt #2 to placate MSVC
2016-09-12 Richard SmithAttempt to placate MSVC.
2016-09-12 Richard SmithAdd a mode to clang-tblgen to generate reference docume...
2016-09-12 David Majnemer[MS ABI] Add /include directives for dynamic TLS
2016-09-11 Saleem AbdulrasoolCodeGen: remove unnecessary else case
2016-09-10 Nico WeberAdd missing test coverage for an inheritance model...
2016-09-10 Akira Hatanaka[tablegen] Check that an optional IdentifierArgument...
2016-09-09 Manman RenModules: for ObjectiveC try to keep the definition...
2016-09-09 Adrian PrantlDebug info: Bump the default DWARF version on Darwin...
2016-09-09 Justin Lebar[CUDA] Make __GCC_ATOMIC_XXX_LOCK_FREE macros the same...
2016-09-09 Manman RenModules: revert r280728.
2016-09-09 Douglas KatzmanMyriad: nominally "support" ASAN.
next