]> granicus.if.org Git - clang/shortlog
clang
2018-05-11 Kamil RytarowskiPermit -fxray-instrument for NetBSD/amd64
2018-05-10 Reid Kleckner[clang-cl] Make -f[no-]coverage-mapping available
2018-05-10 Jonathan Coeimplementing Cursor.get_included_file in python bindings
2018-05-10 Eric Fiselier[Itanium] Emit type info names with external linkage.
2018-05-10 Julie HockettReland '[clang] Adding CharacteristicKind to PPCallback...
2018-05-10 Reid KlecknerAllow dllimport non-type template arguments in C++17
2018-05-10 Alexey Bataev[OPENMP, NVPTX] Initial support for L2 parallelism...
2018-05-10 Strahinja PetrovicThis patch provides that bitfields are splitted even...
2018-05-10 Sylvestre LedruAdd support of the next Ubuntu (Ubuntu 18.10 - Cosmic...
2018-05-10 Eric FiselierRevert "[Itanium] Emit type info names with external...
2018-05-10 Gabor Buella[X86] ptwrite intrinsic
2018-05-10 Craig Topper[X86] Change the implementation of scalar masked load...
2018-05-10 Eric Fiselier[Itanium] Emit type info names with external linkage.
2018-05-10 Craig Topper[Builtins] Improve the IR emitted for MSVC compatible...
2018-05-09 Artem Belevich[CUDA] Added -f[no-]cuda-short-ptr option
2018-05-09 Julie HockettRevert "[clang] Adding CharacteristicKind to PPCallback...
2018-05-09 Manoj GuptaUpdate pragma-attribute-supported-attributes-list.test.
2018-05-09 Manoj Gupta[Clang] Implement function attribute no_stack_protector.
2018-05-09 Eric LiuAdd SourceManagerForFile helper which sets up SourceMan...
2018-05-09 Julie Hockett[clang] Adding CharacteristicKind to PPCallbacks::Inclu...
2018-05-09 Alexey Bataev[OPENMP] Generate unique names for offloading regions id.
2018-05-09 Yaxun Liu[OpenCL] Fix typos in emitted enqueue kernel function...
2018-05-09 Craig Topper[X86] Only enable the __ud2 and __int2c builtins if...
2018-05-09 Alexey Bataev[OPENMP] Mark global tors/dtors as used.
2018-05-09 Anastasia Stulova[OpenCL] Add constant address space to __func__ in...
2018-05-09 Sven van Haastregt[OpenCL] Restrict various keywords in OpenCL C++ mode
2018-05-09 Nico WeberRemove unused lit setting, see https://reviews.llvm...
2018-05-09 Alexander KornienkoFixes issue introduced by r331556.
2018-05-09 Hans WennborgRevert r331843 "[DebugInfo] Generate debug information...
2018-05-09 Martin StorsjoRevert "[Driver] Use -fuse-line-directives by default...
2018-05-09 Krasimir Georgiev[clang-format] Respect BreakBeforeClosingBrace while...
2018-05-09 Simon Atanasyan[driver] Add mips_Features_Group to Options to improve...
2018-05-09 JF Bastien_Atomic of empty struct shouldn't assert
2018-05-09 Shiva Chen[DebugInfo] Generate debug information for labels.
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-09 Petr HosekSet CMAKE_BUILD_WITH_INSTALL_RPATH for Fuchsia runtimes
2018-05-09 Petr Hosek[CMake] Include llvm-strip in Fuchsia toolchain distrib...
2018-05-08 Craig Topper[X86] Mark builtins 'const' where possible
2018-05-08 Erich KeaneFix float->int conversion warnings when near barriers.
2018-05-08 Yaxun Liu[HIP] Add hip offload kind
2018-05-08 Jessica PaquetteAdd a mno-outline flag to disable the MachineOutliner
2018-05-08 Martin Storsjo[Driver] Don't add -dwarf-column-info when using -gcode...
2018-05-08 Jessica PaquetteChange -foutline to -moutline
2018-05-08 Stephane SezerAdd missing newlines to cl::extrahelp uses
2018-05-08 Zachary Turner[lit] Fix running tests that require 'examples'.
2018-05-08 Alexey Bataev[OPENMP, NVPTX] Fix linkage of the global entries.
2018-05-08 Sven van Haastregt[OpenCL] Factor out language version printing
2018-05-08 Aleksei Sidorin[ASTImporter] Properly import SourceLocations of Attrs
2018-05-08 Gabor Horvath[ASTMatchers] Overload isConstexpr for ifStmts
2018-05-08 Simon PilgrimFix 'not all control paths return a value' MSVC warning...
2018-05-08 Krasimir Georgiev[clang-format] Add raw string formatting to release...
2018-05-08 Eric Fiselier[C++2a] Implement operator<=>: Fix another bug in the...
2018-05-08 Gabor Buella[x86] Introduce the encl[u|s|v] intrinsics
2018-05-08 Gabor Buella[x86] Introduce the pconfig intrinsic
2018-05-08 Petr Hosek[CMake] Pass additional CMake flags in Fuchsia cache...
2018-05-08 Eric Fiselier[C++2a] operator<=>: Fix incorrect use of Twine.
2018-05-08 Eric Fiselier[C++2a] Implement operator<=>: Address bugs and post...
2018-05-08 Richard TrieuMove test input file into same directory as test. NFC
2018-05-07 Eric FiselierFix failing codegen test on non-x86_64 platforms
2018-05-07 Richard SmithPR37352: mangle numbering for decomposition declarations.
2018-05-07 Erich Keane[NFC] Move 2 variable initialization from Ctor to membe...
2018-05-07 Craig Topper[X86] Use target feature defines in tests instead of...
2018-05-07 Craig Topper[X86] Make _mm256_gf2p8mul_epi8 require avx features...
2018-05-07 Peter CollingbourneRelax a FileCheck pattern to make it pass on Windows.
2018-05-07 Eric Fiselier[C++2a] Implement operator<=> CodeGen and ExprConstant
2018-05-07 Peter Collingbourne[CFI] Force LLVM to die if the implicit blacklist files...
2018-05-07 Erich KeaneCorrect warning on Float->Integer conversions.
2018-05-07 Martin Storsjo[Driver] Use -fuse-line-directives by default in MSVC...
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Small test fix, NFC.
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Codegen for critical construct.
2018-05-07 Erich KeaneFix explicit template parameter reporting for narrowing...
2018-05-07 Joel Galenson[docs] Fix typos in the Clang User's Manual.
2018-05-07 Alexey Bataev[OPENMP, NVPTX] Added support for L2 parallelism.
2018-05-07 Aleksandar... [mips] Improve handling of -fno-[pic/PIC] option
2018-05-07 Aleksandar... Revert "[mips] Improve handling of -fno-[pic/PIC] option"
2018-05-07 Aleksandar... [mips] Improve handling of -fno-[pic/PIC] option
2018-05-07 Peter Szecsi[ASTImporter] Support importing UnresolvedMemberExpr...
2018-05-07 Richard SmithRemove now-unnecessary check for non-zero nvsize in...
2018-05-07 Richard SmithNon-zero-length bit-fields make a class non-empty.
2018-05-05 Aaron BallmanDisallow pointers to const in __sync_fetch_and_xxx.
2018-05-05 Teresa JohnsonAdd -target to address errors in test from r331592
2018-05-05 Teresa JohnsonSkip part of test added in r331592 to help debug bot...
2018-05-05 Teresa JohnsonAdd required target to address bot failures from r331592
2018-05-05 Teresa Johnson[ThinLTO] Support opt remarks options with distributed...
2018-05-05 Craig TopperFix a couple places that immediately called operator...
2018-05-05 Eli FriedmanAdd warning flag -Wordered-compare-function-pointers.
2018-05-04 Artem Dergachev[analyzer] Remove untested code in evalLoad.
2018-05-04 Artem Dergachev[analyzer] Invalidate union regions properly. Don't...
2018-05-04 Artem Dergachev[analyzer] pr36458: Fix retrieved value cast for symbol...
2018-05-04 Artem Dergachev[analyzer] pr18953: Split C++ zero-initialization from...
2018-05-04 Craig Topper[X86] Correct the attributes on the incssp and rdssp...
2018-05-04 Craig Topper[X86] Fix some inconsistent formatting in the first...
2018-05-04 Artem Dergachev[analyzer] pr37209: Fix casts of glvalues to references.
2018-05-04 Artem Dergachev[analyzer] Treat more const variables and fields as...
2018-05-04 Sterling AugustineAllow modifying the PrintingPolicy for fully qualified...
2018-05-04 Eric Liu[clang-format] Refactor #include insertion/deletion...
2018-05-04 Erich Keane[NFC]Convert Class to use member initialization instead...
2018-05-04 Erich Keane[clang-cl] Print /showIncludes to stderr, if used in...
2018-05-04 Alexander KornienkoRemove explicit cfg-temporary-dtors=true
2018-05-04 Brian Gesiak[Coroutines] Catch exceptions in await_resume
next