]> granicus.if.org Git - clang/shortlog
clang
2018-02-10 Gabor Horvath[Templight] Template Instantiation Observer
2018-02-10 Artem Dergachev[analyzer] NFC: Assert that our fix for noreturn destru...
2018-02-10 Artem Dergachev[analyzer] Fix a merge error in -analyzer-config tests.
2018-02-10 Artem Dergachev[analyzer] NFC: Use CFG construction contexts instead...
2018-02-10 Artem Dergachev[CFG] Provide construction contexts when constructors...
2018-02-10 Artem Dergachev[CFG] Add construction context for constructor initiali...
2018-02-10 Artem Dergachev[CFG] Add construction context for simple variable...
2018-02-10 George Karpenkov[analyzer] Serialize statistics to plist when serialize...
2018-02-10 Artem Dergachev[analyzer] Add missing pre-post-statement callbacks...
2018-02-10 Artem Dergachev[analyzer] Add support for __builtin_constant_p.
2018-02-09 George Karpenkov[analyzer] Introduce statistics for the total number...
2018-02-09 George Karpenkov[NFC] Extract method to SourceManager for traversing...
2018-02-09 Matt Davis[CodeGen] Use the zero initializer instead of storing...
2018-02-09 Akira HatanakaRemove "CHECK: entry" in test case.
2018-02-09 George Karpenkov[analyzer] [tests] Fixing an error after non-atomic...
2018-02-09 Adrian PrantlIntroduce an API for LLDB to compute the default module...
2018-02-09 George Karpenkov[analyzer] [tests] [NFC] Remove a fragile tightly-coupl...
2018-02-09 Matt ArsenaultAMDGPU: Update for datalayout change
2018-02-09 Francois Ferrandclang-format: keep ObjC colon alignment with short...
2018-02-09 Andrew V. TischenkoFif for an issue when Clang permits assignment to vecto...
2018-02-09 Konstantin... AMDGPU/GCN: Bring processors in sync with AMDGPUUsage
2018-02-09 Saleem AbdulrasoolAST: support ObjC lifetime qualifiers in MS ABI
2018-02-09 Artem Dergachev[CFG] Squash an unused variable introduced in r324668.
2018-02-09 Richard Smith[modules] Fix incorrect diagnostic mapping computation...
2018-02-09 Reid Kleckner[WinEH] Put funclet bundles on inline asm calls
2018-02-09 Erich KeaneFix UBSan issue with PPC::isValidCPUName
2018-02-08 Erich KeaneAdd size to constexpr Arrays
2018-02-08 Artem Dergachev[analyzer] MallocChecker: Fix one more bug category.
2018-02-08 Erich KeaneAdd Rest of Targets Support to ValidCPUList (enabling...
2018-02-08 Erich KeaneAdd NVPTX Support to ValidCPUList (enabling march notes)
2018-02-08 Erich KeaneAdd X86 Support to ValidCPUList (enabling march notes)
2018-02-08 Erich KeaneMake march/target-cpu print a note with the list of...
2018-02-08 Artem Dergachev[CFG] Add extra context to C++ constructor statement...
2018-02-08 Artem Dergachev[analyzer] Self-debug: Dump the core's internal state...
2018-02-08 Artem Dergachev[analyzer] Self-debug: Dump environment frame-by-frame.
2018-02-08 George Karpenkov[analyzer] [tests] Test different projects concurrently
2018-02-08 Alex LorenzPR36307: Consume the #pragma options align annotation...
2018-02-08 Craig Topper[X86] Replace kortest intrinsics with native IR.
2018-02-08 Erich KeaneFix improper indentation issue in CodeGenModule [NFC]
2018-02-08 Matt ArsenaultFix crash on array initializer with non-0 alloca addrspace
2018-02-08 Ben Hamilton[clang-format] Do not break Objective-C string literals...
2018-02-08 Jan Korous[Parser][FixIt] Better diagnostics for "typedef" instea...
2018-02-08 Alexander IvchenkoFix for #31362 - ms_abi is implemented incorrectly...
2018-02-08 Krasimir Georgiev[clang-format] Do not break before long string literals...
2018-02-08 Ben Hamilton[clang-format] Set ObjCBinPackProtocolList to Never...
2018-02-08 Rafael EspindolaAdd a testcase for PR36268.
2018-02-07 Erich Keane[NFCi] Replace a couple of usages of const StringRef...
2018-02-07 Rafael EspindolaDon't try to use copy relocations with tls variables.
2018-02-07 Richard SmithPR36055: fix computation of *-dependence in nested...
2018-02-07 Rafael EspindolaRecommit r324107 again.
2018-02-07 Vedant Kumar[clang-import-test] Run clang-format, NFC
2018-02-07 Alex Lorenz[PR36008] Avoid -Wsign-compare warning for enum constan...
2018-02-07 Momchil VelikovRevert [DebugInfo] Improvements to representation of...
2018-02-07 George Karpenkov[analyzer] [NFC] Factor out generating path diagnostics...
2018-02-07 Rafael EspindolaRevert "Recommit r324107."
2018-02-07 Eric FiselierFix r324498: the commit removed the '-' before the...
2018-02-07 Rafael EspindolaRecommit r324107.
2018-02-07 Rafael EspindolaDon't pass ForDefinition_t in places it is redundant.
2018-02-07 Eric Fiselier[Driver] Add option to manually control discarding...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-07 Jacek Olesiak[clang-format] Fix ObjC message arguments formatting.
2018-02-07 Saleem AbdulrasoolAST: support SwiftCC on MS ABI
2018-02-07 Saleem AbdulrasoolSupport `#pragma comment(lib, "name")` in the frontend...
2018-02-07 Erich Keane[NFC] Change odd cast-through-unknown behavior to an...
2018-02-07 Erich Keane[NFC] Correct a typo'ed comment and reworded, since...
2018-02-06 Akira Hatanaka[Sema][ObjC] Use SmallSetVector to fix a failing test...
2018-02-06 Walter Lee[Myriad] Define __ma2x5x and __ma2x8x
2018-02-06 Volodymyr Sapsai[Lex] Fix handling numerical literals ending with ...
2018-02-06 John McCallPass around function pointers as CGCallees, not bare...
2018-02-06 Ben Hamilton[clang-format] Add more tests for Objective-C 2.0 gener...
2018-02-06 George Karpenkov[analyzer] [tests] Show function name in CmpRuns output
2018-02-06 Fedor Sergeev[Solaris] Silence -pthread warning on Solaris
2018-02-06 Sylvestre LedruUnittests misc. typos
2018-02-06 Jacek OlesiakTest commit - fixing a comment.
2018-02-06 Krasimir Georgiev[clang-format] Adds space around angle brackets in...
2018-02-06 Richard TrieuFix crash on invalid.
2018-02-06 Alex ShlyapnikovFix test/Driver/sanitizer-ld.c broken by D40903
2018-02-05 Alex Shlyapnikov[Sanitizers] Basic Solaris sanitizer support (PR 33274)
2018-02-05 Peter CollingbourneIRGen: Move vtable load after argument evaluation.
2018-02-05 Akira HatanakaAdd support for attribute 'trivial_abi'.
2018-02-05 Jonas Hahnfeld[Options] Make --cuda-path-ignore-env a Flag, NFCI.
2018-02-05 Mark Zeren[clang-format] Re-land: Fixup #include guard indents...
2018-02-05 Mark ZerenRevert "[clang-format] Fixup #include guard indents...
2018-02-05 Mark Zeren[clang-format] Fixup #include guard indents after parse...
2018-02-04 Daniil FukalovRecommit rL323890: [AMDGPU] Add ds_fadd, ds_fmin, ds_fm...
2018-02-03 Sander de SmalenRecommit rL323952: [DebugInfo] Enable debug information...
2018-02-03 Alex Bradbury[RISCV] Create a LinuxTargetInfo when targeting Linux
2018-02-03 Artem DergachevRevert r324166 "[analyzer] Add a checker for mmap(...
2018-02-03 Artem Dergachev[analyzer] Add a checker for mmap()s which are both...
2018-02-03 Evgeniy Stepanov[hwasan] Add a paragraph on stack instrumentation.
2018-02-03 George Karpenkov[analyzer] Do not infer nullability inside function...
2018-02-03 Richard SmithFix crash when trying to pack-expand a GNU statement...
2018-02-02 Richard SmithAdd missing direct-init / parameter-declaration-clause...
2018-02-02 James DennettMore documentation cleanup for Decl.h.
2018-02-02 Eric FiselierMake __has_unique_object_representations reject empty...
2018-02-02 James DennettDocumentation cleanup, no functional change.
2018-02-02 Matt Morehouse[clang-proto-to-cxx] Accept protobufs with missing...
2018-02-02 Ben Hamilton[clang-format] New format param ObjCBinPackProtocolList
2018-02-02 Eric Fiselier Emit label names according to -discard-value-names.
2018-02-02 George Karpenkov[analyzer] [tests] Fix crash in SATestBuild.py
next