]> granicus.if.org Git - clang/shortlog
clang
2015-11-07 Devin Coughlin[analyzer] Update SATestBuild.py to enable a 'download...
2015-11-07 Yaron KerenRemove spaces in empty line, NFC.
2015-11-07 Yaron KerenRemove spaces at start of line, NFC.
2015-11-07 Craig TopperMake a couple methods static.
2015-11-07 Craig TopperMake SemaBuiltinCpuSupports a static function. NFC.
2015-11-07 Craig TopperUse makeArrayRef instead of explicitly mentioning the...
2015-11-07 Craig TopperFix indentation. NFC
2015-11-07 Akira HatanakaUse regex in test case.
2015-11-06 Akira HatanakaAdd support for function attribute 'not_tail_called'.
2015-11-06 Duncan P. N... StaticAnalyzer: Remove implicit ilist iterator conversi...
2015-11-06 Duncan P. N... CodeGen: Remove implicit ilist iterator conversions...
2015-11-06 Aaron BallmanFixing line endings; NFC.
2015-11-06 Kuba BreckaFollowup test failure fix for r252310 ("[tsan] Add...
2015-11-06 Kuba Brecka[tsan] Add Clang frontend support for TSan on OS X
2015-11-06 Petar JovanovicFix __builtin_signbit for ppcf128 type
2015-11-06 Yury Gribov[analyzer] Add VforkChecker to find unsafe code in...
2015-11-06 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-06 Alexander KornienkoRefactor: simplify boolean conditional return statement...
2015-11-05 Keno FischerFix crash in EmitDeclMetadata mode
2015-11-05 Richard SmithBetter link for Library Fundamentals TS.
2015-11-05 Peter CollingbourneCodeGen: Update for debug info API change.
2015-11-05 Richard SmithFix incorrect status for P0012R1.
2015-11-05 Richard SmithFix CSS style name.
2015-11-05 Richard SmithUpdate C++ status page to match motions from Kona.
2015-11-05 Richard SmithPR25368: Replace workaround for build failure with...
2015-11-05 Richard SmithImprove macro dumping to preserve semantically-relevant...
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 John McCallAfter some discussion, promote -fobjc-weak to a driver...
2015-11-05 Devin Coughlin[analyzer] Update RegionStoreManager::getBinding to...
2015-11-05 Alexandros... [ARM] Clang gives unintended warning message for 'mthum...
2015-11-05 Manuel KlimekAllow use of private headers in different sub-modules.
2015-11-05 Andrey Bokhanko[x86] Additional small fix for MCU psABI support
2015-11-05 Xinliang David LiUse profile data template file for covmap func record...
2015-11-05 Alexander KornienkoMake ArgumentAdjuster aware of the current file being...
2015-11-05 NAKAMURA TakumiTestModuleFileExtension.cpp: Include <cstdio> explicitl...
2015-11-05 Richard Smith[modules] Don't merge an anonymous enum definition...
2015-11-05 David MajnemerFix build break
2015-11-05 David Majnemer[Lex] Add __has_builtin support for __make_integer_seq
2015-11-05 Richard Smith[modules] If we're given a module file, via -fmodule...
2015-11-05 Reid KlecknerFix nullptr crash in -Wthread-safety-beta
2015-11-05 Aaron BallmanThe control expression for a _Generic selection express...
2015-11-04 Daniel Jasperclang-format: Turn on wrapping before "else" for WebKit...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Devin Coughlin[analyzer] Add 'optin' checker package and move localiz...
2015-11-04 Alexander KornienkoFixed a link.
2015-11-04 Alexander KornienkoFixed header levels.
2015-11-04 Alexander KornienkoRemoved mentions of clang-modernize, added a short...
2015-11-04 Richard Smith[modules] Generalize the workaround for multiple ambigu...
2015-11-04 Nathan Wilson[Concepts] Add diagnostics which fall under [dcl.spec...
2015-11-04 Hans Wennborgclang-cl: Parse the /guard:cf[-] flag (PR25400)
2015-11-04 Aaron BallmanImproving the diagnostic for cases where the attribute...
2015-11-04 Stephen CanonAllow compound assignment expressions to be contracted...
2015-11-04 Aaron BallmanSilence "enumeral and non-enumeral type in conditional...
2015-11-04 Erik VerbruggenInitialize member field.
2015-11-04 David Majnemer[Sema] Implement __make_integer_seq
2015-11-03 Devin Coughlin[analyzer] Move the ObjCGenericsChecker out of the...
2015-11-03 Douglas GregorIntroduce module file extensions to piggy-back data...
2015-11-03 Tim NorthoverRevert "Support watchOS and tvOS in compiler-rt builds"
2015-11-03 Douglas GregorSimplify Sema::ProcessPropertyDecl. NFC
2015-11-03 David MajnemerRemove unused #include
2015-11-03 Martell MaloneRemove some legacy mingw-w64 gcc struct info
2015-11-03 Craig Topper[X86] Rounding mode for roundps/pd/ss/sd builtins shoul...
2015-11-03 Craig TopperFix a couple intrinsic header comments. NFC
2015-11-03 Richard Smith[modules] Rationalize the behavior of Decl::declaration...
2015-11-03 Douglas GregorEliminate "rewritten decls" from the AST writer. NFC
2015-11-03 Richard SmithSwitch to using an explicit scope object to ensure...
2015-11-03 Douglas GregorStop back-patching 'readonly' Objective-C properties...
2015-11-02 Alexander KornienkoRemove empty directories.
2015-11-02 Alexander KornienkoMake hasLHS and hasRHS matchers available for ArraySubs...
2015-11-02 Tim NorthoverwatchOS & tvOS: add a few more tests.
2015-11-02 Reid Kleckner[PTH] Fix data length used for stat cache entries
2015-11-02 Daniel Jasperclang-format: Simplify and improve stop condition for...
2015-11-02 Tim NorthoverFix va_arg on watchOS.
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Reid KlecknerSink some PTHManager includes out of Preprocessor.h
2015-11-02 Andrey Bokhanko[x86] Front-end part of MCU psABI support
2015-11-02 David Majnemer[MS ABI] Don't zero-initialize vbptrs in bases
2015-11-01 Daniel Jasperclang-format: Be slightly more cautious when formatting...
2015-10-31 David Majnemer[MSVC Compat] Permit conversions from pointer-to-functi...
2015-10-31 Akira Hatanaka[CodeGen] Call SetInternalFunctionAttributes to attach...
2015-10-31 Saleem AbdulrasoolSema: correct typo recovery with blocks
2015-10-30 NAKAMURA TakumiCGExprConstant.cpp: Appease Modules.
2015-10-30 Tim NorthoverSupport watchOS and tvOS in compiler-rt builds
2015-10-30 Tim NorthoverSupport tvOS and watchOS availability attributes
2015-10-30 Tim NorthoverARMv7k: implement ABI changes for watchOS from standard...
2015-10-30 Tim NorthoverDisable SjLj exceptions for watchOS
2015-10-30 Tim NorthoverWatch and TV OS: wire up basic ABI choices
2015-10-30 Tim NorthoverPreprocessor: define correct tvOS and watchOS version...
2015-10-30 Tim NorthoverSupport watchOS and tvOS driver options
2015-10-30 NAKAMURA TakumiModules: Add a declaration in clang/Serialization/Globa...
2015-10-30 Sean EvesonReapply r251621 "[Analyzer] Widening loops which do...
2015-10-30 NAKAMURA Takumiclang/module.modulemap: Exclude Frontend/PCHContainerOp...
2015-10-30 Vasileios KalintirisRevert "[mips] Add support for the new mips-mti-linux...
2015-10-30 Sean EvesonRevert r251621 "[Analyzer] Widening loops which do...
2015-10-30 Renato GolinRevert "Try to run and investigate the mips-mti-linux...
2015-10-30 Vasileios KalintirisTry to run and investigate the mips-mti-linux.c test...
2015-10-30 Angel Garcia... Add "equalsNode" for types and "isCopyAssignmentOperato...
2015-10-30 Dehao ChenUpdate debug-info-scope test to remove "FIXME", which...
2015-10-30 Saleem AbdulrasoolFormat: support inline namespaces
2015-10-30 John McCallInitialize @catch variables correctly in fragile-runtim...
next