]> granicus.if.org Git - clang/shortlog
clang
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...
2015-10-29 John McCallFix the emission of ARC ivar layouts in the non-fragile...
2015-10-29 Nico WeberMark InternalDebugOpt driver options as CoreOptions.
2015-10-29 John McCallAdd support for __builtin_{add,sub,mul}_overflow.
2015-10-29 Nico WeberSuppress uninteresting output from crash-recovery-modules.m
2015-10-29 Daniel Jasperclang-format: [JS] Add goog.setTestOnly to the list...
2015-10-29 Sylvestre Ledruadd support of the latest Ubuntu (Xenial Xerus)
2015-10-29 Ehsan AkhgariAdd a link to the DXR project
2015-10-29 Vasileios Kalintiris[mips] Add support for the new mips-mti-linux toolchain.
2015-10-29 Sean Eveson[Analyzer] Widening loops which do not exit
2015-10-29 Xinliang David LiFix a soon to be invalid test
2015-10-29 Saleem Abdulrasooltest: fix overzealous match
2015-10-29 Saleem AbdulrasoolDriver: CrossWindows sanitizers link support
2015-10-29 Saleem AbdulrasoolDriver: inline some small arrays
2015-10-29 Saleem AbdulrasoolDriver: tweak CrossWindows sanitizer support
2015-10-29 Devin Coughlin[analyzer] Update analyzer website for release of check...
2015-10-29 George Burgess IV[Sema] Implement -Wdouble-promotion for clang.
2015-10-28 Reid Kleckner[WinEH] Mark calls inside cleanups as noinline
2015-10-28 Reid KlecknerFix the calling convention of Mingw64 long double values
2015-10-28 Ben LangmuirFix missing builtin identifier infos with PCH+modules
2015-10-28 Anton Yartsev[analyzer] Preserve the order checkers were enabled...
2015-10-28 Benjamin KramerMove global classes into anonymous namespaces. NFC.
2015-10-28 Anton Yartsev[analyzer] Make inclusion/exclusion of checkers less...
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-28 Alexandros... When running clang with an arm triple such as '--target...
2015-10-28 Eric ChristopherReflow comment.
2015-10-28 John McCallRefine r251469 to give better (and more localizable...
2015-10-28 Saleem AbdulrasoolDriver: support -fuse-ld= on cross windows
2015-10-28 Akira HatanakaAdd a test case for r251476.
2015-10-28 Akira Hatanaka[CodeGen] Attach function attributes to Objective-C...
2015-10-28 Daniel Jasperclang-format: When a line is formatted, also format...
2015-10-28 John McCallAdd the ability to define "fake" arguments on attributes.
2015-10-27 Daniel Jasperclang-format: Increase cut-off limit for number of...
2015-10-27 Samuel AntaoMinor fix in ToolChainTest.cpp to allow user defined...
2015-10-27 Anna Zaks[analyzer] Assume escape is possible through system...
2015-10-27 Anna Zaks[analyzer] Enhance FAQ with instructions on handing...
2015-10-27 Nico WeberTweak how -Wunused-value interacts with macros
2015-10-27 Benjamin KramerRemove unused diagnostic. NFC.
2015-10-27 Daniel Sanders[mips] Separated mips specific -Wa options, so that...
2015-10-27 Artem BelevichAllow linking multiple bitcode files.
2015-10-27 Reid Kleckner[ms-inline-asm] Test case for alignment directive chang...
2015-10-27 Will Wilson[MSVC] Workaround for ICE in cl.exe when compiling...
2015-10-27 Reid KlecknerWiden this enum bitfield by one bit to prevent sign...
2015-10-27 Saleem AbdulrasoolIndex: expose is_mutable_field
2015-10-27 Gabor Horvath[analyzer] Fix lambdas that are capturing constants.
2015-10-27 Daniel Jasperclang-format: Undo unwanted format change done in r251405.
2015-10-27 Daniel Jasperclang-format: Add an additional value to AlignAfterOpen...
2015-10-27 Gabor Horvath[analyzer] Fix another crash when analyzing lambda...
2015-10-27 Richard SmithProperly clear current coroutine promise on FunctionSco...
2015-10-27 Michael KupersteinAccess the right triple field for IAMCU.
2015-10-27 Richard SmithWork around incomplete list initialization support...
2015-10-27 Eric ChristopherHandle target builtin options that are all required...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-27 Xinliang David LiCreate undef reference to profile hook symbol
next