]> granicus.if.org Git - clang/shortlog
clang
2018-04-20 Florian Hahn[Driver] Support for -save-stats in AddGoldPlugin.
2018-04-20 Ivan A. Kosarev[NEON] Add a comment explaining the situation with...
2018-04-20 Andrea Di BiagioFix -Wunused-variable warnings after r330377.
2018-04-20 Alexey Sotkin[OpenCL] Add 'denorms-are-zero' function attribute
2018-04-19 Artem Dergachev[CFG] [analyzer] Add construction contexts for loop...
2018-04-19 Artem Dergachev[analyzer] When we fail to evaluate a pointer cast...
2018-04-19 Saleem AbdulrasoolImplement proper support for `-falign-functions`
2018-04-19 Artem Dergachev[CFG] [analyzer] Don't treat argument constructors...
2018-04-19 Artem Dergachev[analyzer] RetainCount: Accept more "safe" CFRetain...
2018-04-19 David Zarzycki[UnitTests] NFC/build-perf: Break up nontrivial compile...
2018-04-19 Steven Wu[CXX] Templates specialization visibility can be wrong
2018-04-19 Ivan A. Kosarev[NEON] Define vfma_n_f32() and vfmaq_n_f32() intrinsics...
2018-04-19 Erich KeaneFix __attribute__((force_align_arg_pointer)) misalignme...
2018-04-19 Krasimir Georgiev[clang-format] Don't remove empty lines before namespac...
2018-04-19 Alexander IvchenkoLowering x86 adds/addus/subs/subus intrinsics (clang)
2018-04-19 Dean Michael... OpenBSD add C++ runtime in a driver's standpoint
2018-04-18 Akira Hatanaka[CodeGen] Do not push a destructor cleanup for a struct...
2018-04-18 Reid Kleckner[MS] Fix unprototyped thunk emission for incomplete...
2018-04-18 Artem Belevich[NVPTX, CUDA] Added support for m8n32k16 and m32n8k16...
2018-04-18 Fangrui Song[OPENMP] Fix -Wunused-lambda-capture. NFC
2018-04-18 Artem Belevich[CUDA] added missing __ldg(const signed char *)
2018-04-18 Yaxun Liu[HIP] Add driver input type for HIP
2018-04-18 Martin Storsjo[MinGW] Try to fix asan testing after r330244
2018-04-18 Alexey Bataev[NVPTX] Emit debug info in DWARF-2 by default for Cuda...
2018-04-18 Alexey Bataev[OPENMP] Code cleanup and code improvements.
2018-04-18 Jan Korous[Sema] Disable built-in increment operator for bool...
2018-04-18 Ivan A. KosarevRevert r330195 "[NEON] Define vget_high_f16() and vget_...
2018-04-18 Martin Storsjo[MinGW] Look for a cross sysroot relative to the clang...
2018-04-18 Bruno Cardoso... [Modules] Turn on system header validation for implicit...
2018-04-17 Junmo Park[AAch64] Add the __ARM_FEATURE_DOTPROD macro definition
2018-04-17 Erich KeaneAdd Microsoft mangling for _Float16
2018-04-17 Keith Wyss[XRay] Add clang builtin for xray typed events.
2018-04-17 Dan Albert[Driver] Use the per-API level Android library directories.
2018-04-17 Teresa JohnsonRequire shell for test
2018-04-17 Teresa JohnsonRemove unused variable
2018-04-17 Akira Hatanaka[Sema] Warn about memcpy'ing non-trivial C structs.
2018-04-17 Akira HatanakaMove the visitor classes that are used to traverse...
2018-04-17 Akira HatanakaAdd a command line option 'fregister_global_dtors_with_...
2018-04-17 Ivan A. Kosarev[NEON] Define vget_high_f16() and vget_low_f16() intrin...
2018-04-17 Teresa Johnson[ThinLTO] Pass -save-temps to LTO backend for distribut...
2018-04-17 Aaron BallmanAdd modifiers for unsigned char and signed char field...
2018-04-17 Ivan A. Kosarev[NEON] Fix the architecture condition for the crypto...
2018-04-17 Aaron BallmanAdd checks for format specifiers used by __builtin_dump...
2018-04-17 Chandler CarruthAdd some infuriatingly necessary comments to this test...
2018-04-17 Duncan P. N... Fix malformed table introduced by r330174
2018-04-17 Duncan P. N... Remove GC-related warning terminology
2018-04-16 Eli Friedman[ARM] Compute a target feature which corresponds to...
2018-04-16 Steven Wu[Availability] Improve availability to consider functio...
2018-04-16 Erich KeaneLimit types of builtins that can be redeclared.
2018-04-16 Aaron BallmanDefer adding keywords to the identifier table until...
2018-04-16 Alexey Bataev[OPENMP] Allow to use declare target variables in map...
2018-04-16 Akira Hatanaka[CodeGen] Fix a crash that occurs when a non-trivial...
2018-04-16 Alexey Bataev[OPENMP] General code improvements.
2018-04-16 Akira HatanakaRevert "[CodeGen] Fix a crash that occurs when a non...
2018-04-16 Bruno Cardoso... Use export_as for autolinking frameworks
2018-04-16 Akira Hatanaka[CodeGen] Fix a crash that occurs when a non-trivial...
2018-04-16 Krzysztof Parzyszek[Hexagon] Emit a warning when -fvectorize is given...
2018-04-16 Alexey Bataev[OPENMP] General code improvements.
2018-04-16 Brock Wyma[CodeView] Initial support for emitting S_THUNK32 symbo...
2018-04-16 Aleksandar... [mips] Prevent PIC to be set to level 2
2018-04-16 Malcolm ParsonsClean carriage returns from lib/ and include/. NFC.
2018-04-16 Gabor Buella[X86] Introduce archs: goldmont-plus & tremont
2018-04-15 Henry Wong[analyzer] Do not invalidate the `this` pointer.
2018-04-14 Vedant KumarRevert "[Serialization] Fix some Clang-tidy modernize...
2018-04-13 Vedant Kumar[Driver] Export profiling symbols for -exported_symbols...
2018-04-13 Richard Trieu[ODRHash] Support pointer and reference types.
2018-04-13 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2018-04-13 Rui UeyamaUse InitLLVM in clang as well.
2018-04-13 Adam Balogh[Analyzer] Fix for SValBuilder expressions rearrangement
2018-04-13 Andrey Konovalovhwasan: add -fsanitize=kernel-hwaddress flag
2018-04-13 Alexey Bataev[OPENMP] Replace push_back by emplace_back, NFC.
2018-04-13 Volodymyr SapsaiFix evaluation of `__has_include_next` during -frewrite...
2018-04-13 Alexey Bataev[OPENMP] Code cleanup + formatting, NFC.
2018-04-13 Krasimir Georgiev[clang-format] Improve Incomplete detection for (text...
2018-04-13 Ivan A. Kosarev[NEON] Support vrndns_f32 intrinsic
2018-04-13 Gabor Horvath[analyzer] Fix null deref in AnyFunctionCall::getRuntim...
2018-04-13 Gabor Buella[X86] Fix cldemote builtin signature
2018-04-13 Gabor Buella[X86] Introduce cldemote intrinsic
2018-04-13 Dean Michael... [XRay][clang] Make -fxray-modes= additive
2018-04-13 Dean Michael... [XRay][clang] Add flag to choose instrumentation bundles
2018-04-13 Petr Hosek[CMake][Fuchsia] Don't specify libc++ ABI version for...
2018-04-12 Eli FriedmanFix test failure caused by r329965.
2018-04-12 Eli FriedmanRemove -cc1 option "-backend-option".
2018-04-12 Erich Keane[NFC] Fix terrible formatting of CGRecordLower constructor.
2018-04-12 Martin Storsjo[MinGW] Look for libc++ headers in a triplet prefixed...
2018-04-12 Vlad TsyrklevichFix doc typo
2018-04-12 Mandeep Singh... [RISCV] Fix logic to check if frame pointer should...
2018-04-12 Gabor Buella[X86] Introduce wbinvd intrinsic
2018-04-12 Gabor BuellaNFC - Indentation fixes in predefined-arch-macros.c
2018-04-12 Aaron BallmanFix the try_acquire_capability attribute to behave...
2018-04-12 Aaron BallmanCorrectly diagnose when a conversion function is declar...
2018-04-12 Krzysztof Parzyszek[Hexagon] Enable auto-vectorization only when -fvectori...
2018-04-12 Ben Hamilton[Test Fix] Fix broken test Index/comment-objc-parameter...
2018-04-12 Ben Hamilton[clang-format] Do not break after ObjC category open...
2018-04-12 Ben Hamilton[clang-format] Improve ObjC guessing heuristic by suppo...
2018-04-12 Ben Hamilton[clang-format] Don't insert space between ObjC class...
2018-04-12 Ben Hamilton[clang-format] Always indent wrapped Objective-C select...
2018-04-12 Malcolm ParsonsDiagnose cases of "return x" that should be "return...
2018-04-12 Anastasia Stulova[OpenCL] Added -std/-cl-std=c++
2018-04-12 Aaron BallmanAllow [[maybe_unused]] on static data members; these...
next