platform/upstream/llvm.git
2019-03-20 Paul Hoad[clang-format][NFC] fix release notes build issue
2019-03-20 Jordan Rupprecht[clang][OpenMP] Fix build when using libgomp
2019-03-20 Paul Hoad[clang-format] BeforeHash added to IndentPPDirectives
2019-03-20 Zachary TurnerIntroduce DWARFContext.
2019-03-20 Matt ArsenaultAMDGPU: Don't look for constant in insert/extract_vecto...
2019-03-20 Thomas Lively[WebAssembly] Target features section
2019-03-20 Craig Topper[X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsic...
2019-03-20 Michael Liao[AMDGPU] Fix clamp bit DAG operand
2019-03-20 Alexey Bataev[OPENMP]Improve detection of omp_allocator_handle_t...
2019-03-20 Pete Couperus[ARC] Add ARCOptAddrMode pass to generate postincrement...
2019-03-20 Alex LorenzFix implicit ios -> watchOS availability version mappin...
2019-03-20 Evandro Menezes[AArch64] Fix formatting (NFC)
2019-03-20 Konstantin... AMDHSA: Fix COMPUTE_PGM_RSRC2.USER_SGPR calculation...
2019-03-20 Marshall ClowMark <charconv> tests as unsupported for C++11 and...
2019-03-20 Eli Friedman[ARM] Eliminate redundant "mov rN, sp" instructions...
2019-03-20 Erik PilkingtonAdd a __has_extension check for '#pragma clang attribut...
2019-03-20 Erik Pilkington[Sema] Deduplicate some availability checking logic
2019-03-20 Rafael AulerRecommit "Support attribute used in member funcs of...
2019-03-20 Rafael Auler[Linker] Fix crash handling appending linkage
2019-03-20 Alina Sbirlea[NFC] Fix brace indentation.
2019-03-20 Louis Dionne[libc++] Use the compiler that CMake found when running...
2019-03-20 Robert LougherResubmit r356511 "[TailCallElim] Add tailcall eliminati...
2019-03-20 Robert Lougher[TailCallElim] Update tests for LTO pipeline change
2019-03-20 Raphael IsemannRemove the unused return value in ASTImporter::Imported...
2019-03-20 Tim Renouf[AMDGPU] Added MsgPack format PAL metadata
2019-03-20 Philip ReamesSimplify operands of masked stores and scatters based...
2019-03-20 Zinovy Nis[clang-tidy] Fix redundant check breaking the test...
2019-03-20 Alina Sbirlea[LICM & MemorySSA] Don't sink/hoist stores in the prese...
2019-03-20 Louis Dionne[libc++][CMake] Clean up some of the libc++ re-exportin...
2019-03-20 Nikita Popov[ValueTracking] Compute range for abs without nsw
2019-03-20 Marshall ClowMake to_chars/from_chars work back to C++11. This means...
2019-03-20 Nikita Popov[InstCombine] Fold add nuw + uadd.with.overflow
2019-03-20 Jordan Rupprecht[Remarks] Fix mismatched delete due to missing virtual...
2019-03-20 Tim Renouf[AMDGPU] Factored PAL metadata handling out into its...
2019-03-20 Sterling AugustineMake __cpu_model a hidden symbol, to match libgcc.
2019-03-20 Craig Topper[X86] Remove getCPUKindCanonicalName which is unused.
2019-03-20 Nico WeberRemove HAVE_REALPATH from config.h
2019-03-20 Roman Lebedev[NFC][ASTMatchers] Alphabetically sort REGISTER_MATCHER...
2019-03-20 Roman Lebedev[AST] Disable ast-dump-openmp-parallel-master-XFAIL...
2019-03-20 Dmitry Preobrazhensky[AMDGPU][MC] Corrected checks for DS offset0 range
2019-03-20 Paul Hoad[clang-format] structured binding in range for detected...
2019-03-20 Louis Dionne[NFC] Fix a couple of typos in libc++'s __config
2019-03-20 Greg ClaytonFix UUID decoding from minidump files
2019-03-20 Sanjay Patel[CGP] fix formatting; NFC
2019-03-20 Andrew Savonichev[OpenCL] Generate 'unroll.enable' metadata for __attri...
2019-03-20 Roman Lebedev[clang][OpeMP] Model OpenMP structured-block in AST...
2019-03-20 Roman Lebedev[NFC][clang][astdump] Some baseline tests for OpenMP
2019-03-20 Clement CourbetFix sanitizer failures for 356550.
2019-03-20 Nico Webergn build: Add build files for some clang-tools-extra
2019-03-20 Sanjay Patel[CGP] convert chain of 'if' to 'switch'; NFC
2019-03-20 Zinovy NisReland r356547 after fixing the tests for Linux.
2019-03-20 Balazs Keri[ASTImporter] Remove obsolete function ImportTemplatePa...
2019-03-20 Nico Webergn build: Merge r356508
2019-03-20 Louis Dionne[libc++] Do not force going through xcrun to find Clang...
2019-03-20 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added support of operands shared_bas...
2019-03-20 Nico Webergn build: Merge r356519
2019-03-20 Sanjay Patel[CGP][x86] add tests for usubo regression (PR41129...
2019-03-20 Louis Dionne[libc++] Mark <filesystem> tests as failing when the...
2019-03-20 Sjoerd MeijerFollow up of rL356555
2019-03-20 Kostya Kortchinsky[scudo][standalone] Add error reports
2019-03-20 Sjoerd Meijer[TTI] getMemcpyCost
2019-03-20 George Rimar[llvm-objcopy] - Use replaceSectionReferences to update...
2019-03-20 Simon PilgrimRevert rL356547 : [clang-tidy] Cosmetic fix
2019-03-20 Simon PilgrimRemove out of date comment. NFCI.
2019-03-20 Aaron BallmanCorrect this attribute group documentation to have...
2019-03-20 Clement Courbet[ExpandMemCmp] Trigger on bcmp too.
2019-03-20 Simon Pilgrim[X86] Use getConstantOperandAPInt to detect out-of...
2019-03-20 Zinovy Nis[clang-tidy] Cosmetic fix
2019-03-20 Zinovy Nis[clang-tidy] Parallelize clang-tidy-diff.py
2019-03-20 Andrea Di Biagio[X86] Remove X86 specific dag nodes for RDTSC/RDTSCP...
2019-03-20 Simon PilgrimFix -Wdocumentation warning. NFCI.
2019-03-20 Sylvestre Ledru[perf][DebugInfo] follow up for "add SectionedAddress...
2019-03-20 Kadir Cetinkaya[clangd] Print arguments in template specializations
2019-03-20 David Stuttard[AMDGPU] Allow MIMG with no uses in adjustWritemask...
2019-03-20 Serge GueltonPython 2/3 compatibility
2019-03-20 Craig Topper[X86] Separate PentiumPro and i686. They aren't aliases...
2019-03-20 Philip Reames[instcombine] Add todos describing missing transforms...
2019-03-20 Craig Topper[X86] Remove X32 check lines from a test that doesn...
2019-03-20 Douglas YungRetry to add workaround to build scoped enums with...
2019-03-20 Douglas YungRevert "Add workaround to build scoped enums with VS201...
2019-03-20 Douglas YungAdd workaround to build scoped enums with VS2015. NFCI.
2019-03-19 Craig Topper[X86] Re-disable cmpxchg16b for 32-bit mode assembly...
2019-03-19 Richard SmithReplace tok::angle_string_literal with new tok::header_...
2019-03-19 Eli Friedman[builtins] Divide shouldn't underflow if rounded result...
2019-03-19 Louis Dionne[libc++] Flag file_clock test as expected to fail with...
2019-03-19 Eli Friedman[ARM] Make sure to save/restore LR when we use tBfar.
2019-03-19 Amara Emerson[AArch64][GlobalISel] Add an optimization to select...
2019-03-19 Amara Emerson[AArch64][GlobalISel] Make v4s32 G_IMPLICIT_DEF legal.
2019-03-19 Reid KlecknerRemove MSVC compat hack since the inline keyword was...
2019-03-19 Louis Dionne[libc++] Complete the ABI changelog after landing ...
2019-03-19 Francis Visoiu... [Remarks] Fix gcc build for r356519
2019-03-19 Florian Hahn[DwarfDebug] Add triple to test.
2019-03-19 Nikita Popov[InstSimplify] Add additional cmp of abs without nsw...
2019-03-19 Francis Visoiu... Reland "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Louis Dionne[libc++] Build <filesystem> support as part of the...
2019-03-19 Jordan RupprechtFix CodeGen/arm64-microsoft-status-reg.cpp test
2019-03-19 Robert LougherRevert r356511 "[TailCallElim] Add tailcall elimination...
2019-03-19 Erik PilkingtonAdd a spelling of pass_object_size that uses __builtin_...
2019-03-19 Florian Hahn[DwarfDebug] Skip entries to big for 16 bit size field...
2019-03-19 Alexey Bataev[OPENMP]Warn if the different allocator is used for...
next