]> granicus.if.org Git - clang/shortlog
clang
2018-02-12 Craig Topper[X86] Reverse the operand order of the implementation...
2018-02-12 Artem Dergachev[CFG] Provide construction contexts for return value...
2018-02-12 John BaldwinLook for 32-bit libraries in /usr/lib32 for MIPS O32...
2018-02-12 George Karpenkov[analyzer] [tests] Fix a typo in analyzer testing script.
2018-02-12 Abderrazek... [AArch64] Fixes for ARMv8.2-A FP16 scalar intrinsic...
2018-02-12 Scott Linder[DebugInfo] Update Checksum handling in CGDebugInfo
2018-02-12 Adrian PrantlAdd a unit test for Driver::getDefaultModuleCachePath().
2018-02-12 Erich KeaneFurther cleanup to Driver mode code, as suggested by...
2018-02-12 Fangrui Song[libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo
2018-02-12 Reid Kleckner[Sema] Don't mark plain MS enums as fixed
2018-02-12 Erich KeaneUpdate target-note-test to be current with the AMDGPU...
2018-02-12 Erich KeaneMake attribute-target on a Definition-after-use update...
2018-02-12 Erich KeaneAdd Invalid-note test negllected in R324673,324674...
2018-02-12 Momchil VelikovRe-commit r324490: [DebugInfo] Improvements to represen...
2018-02-12 Krasimir Georgiev[clang-format] Fix comment indentation in text protos
2018-02-12 Aaron BallmanAllow the NS, CF, and ObjC attributes to be used with...
2018-02-12 Filipe CabecinhasASan+operator new[]: Add an option for more thorough...
2018-02-12 Jonas Hahnfeld[CUDA] Add option to generate relocatable device code
2018-02-12 Jonas Hahnfeld[CUDA] Fix test cuda-external-tools.cu
2018-02-10 Craig Topper[X86] Change the signature of the AVX512 packed fp...
2018-02-10 Aaron SmithFix test clang-diff-json.cpp
2018-02-10 Simon PilgrimAdd vector add/sub/mul/div by scalar tests (PR27085)
2018-02-10 Gabor HorvathMake a build bot happy.
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
next