]> granicus.if.org Git - clang/shortlog
clang
2018-04-23 Nico WeberFix typo in comment.
2018-04-23 Richard SmithDR727: remove wrong assertion for use of class-scope...
2018-04-23 Bjorn PetterssonImprove checks in test/Frontend/ftime-report-template...
2018-04-23 Alexey Bataev[OPENMP] Do not cast captured by value variables with...
2018-04-23 Aleksei SidorinQuick fix for rC330605: specify a target arch for test
2018-04-23 Aleksei Sidorin[analyzer] Don't crash on printing ConcreteInt of size...
2018-04-23 Nico WeberFix case of LLVM library names.
2018-04-23 Nico WeberRemove unused code (made unused by r161073, and later...
2018-04-23 Henry Wong[analyzer] Move `TaintBugVisitor` from `GenericTaintChe...
2018-04-23 Benjamin Kramer[index] Fix methods that take a shared_ptr to just...
2018-04-23 Henry Wong[analyzer] CStringChecker.cpp - Code refactoring on...
2018-04-23 Sven van Haastregt[OpenCL] Reject virtual functions for OpenCL C++
2018-04-23 Mikhail Maltsev[CodeGen] Reland r330442: Add an option to suppress...
2018-04-23 Krasimir Georgiev[clang-format] Fix clang-tidy readability problems...
2018-04-23 Manuel KlimekFormat closing braces when reformatting the line contai...
2018-04-23 Rainer Orth[Solaris] __float128 is supported on Solaris/x86
2018-04-23 Andrew V. TischenkoUse special new Clang flag 'FrontendTimesIsEnabled...
2018-04-23 Krasimir GeorgievRevert "[clang-format] Improve Incomplete detection...
2018-04-23 Tim Northover[Atomics] warn about atomic accesses using libcalls
2018-04-23 Mandeep Singh... [XRay] Change std::sort to llvm::sort in response to...
2018-04-22 Jonathan Coe[python bindings] Fix Cursor.result_type for ObjC metho...
2018-04-22 Brian GesiakAdd tests for llvm-bcanalyzer stream types
2018-04-21 Petr Pavlu[libclang] Fix LibclangReparseTest.FileName when TMPDIR...
2018-04-20 Gabor Buella[X86] WaitPKG intrinsics
2018-04-20 Jordan RoseRecord whether a module came from a private module map
2018-04-20 Mikhail MaltsevRevert r330442, CodeGen/no-ident-version.c is failing...
2018-04-20 Yaxun Liu[CUDA] Set LLVM calling convention for CUDA kernel
2018-04-20 Mikhail Maltsev[CodeGen] Add an option to suppress output of llvm...
2018-04-20 Hans WennborgFix some tests that were failing on Windows
2018-04-20 Jonas Hahnfeld[docs] Regenerate command line reference
2018-04-20 Jonas Hahnfeld[OpenMP] Hide -fopenmp-cuda-mode
2018-04-20 Nico Weberclang-cl: Accept (and ignore) /Zc:__cplusplus.
2018-04-20 Jonas Hahnfeld[CUDA] Document recent changes
2018-04-20 Jonas Hahnfeld[CUDA] Register relocatable GPU binaries
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.
next