platform/upstream/llvm.git
2020-05-01 Fangrui Song[ELF][test] Improve tests
2020-05-01 Stephen Neuendorffer[MLIR][docs] Update tutorial language around Op and...
2020-05-01 Nico WeberFix pr31836 on Windows too, and correctly handle repeat...
2020-05-01 Craig Topper[X86] Lower the cost of v4i64->v4i32 truncate with...
2020-05-01 Lang Hames[examples] Fix an incomplete comment.
2020-05-01 Lang Hames[examples] Call setProcessAllSections to ensure debug...
2020-05-01 Louis Dionne[libc++] Re-enable some tests under ASAN and MSAN
2020-05-01 Christopher... [SVE] Fix invalid usage of VectorType::getNumElements...
2020-05-01 Sanjay Patel[InstCombine] fix miscompile from multi-use cttz/ctlz...
2020-05-01 Sanjay Patel[InstCombine] add test for faulty cttz fold (PR45762...
2020-05-01 Louis Dionne[libc++] Turn on warnings in the test suite in C++03...
2020-05-01 Melanie BlowerRevert "Reapply "Add support for #pragma float_control...
2020-05-01 Louis Dionne[libc++] Disable test that we use -Werror in C++03
2020-05-01 Fangrui Song[ADT] Add DenseSetImpl(begin, end)
2020-05-01 Louis Dionne[libc++] NFC: fix typos
2020-05-01 Simon Pilgrim[InstCombine] Additional 'concat of ORs' BSWAP/BITREVER...
2020-05-01 Melanie BlowerReapply "Add support for #pragma float_control" with...
2020-05-01 Wen-Heng (Jack... [mlir][rocdl] fix shared lib build. NFC.
2020-05-01 Sander de Smalen[SveEmitter] Add builtins for various FP operations
2020-05-01 Peter Collingbournescudo: Exclude previous tag when retagging freed memory.
2020-05-01 Diogo Sampaio[NFC] Try to fix test due asan failure
2020-05-01 Georgii Rymar[llvm-readobj] - Simplify conditions used for printing...
2020-05-01 Georgii Rymar[llvm-readelf] - Do not crash when the PT_INTERP has...
2020-05-01 Alexey Bataev[OPENMP50]Codegen for reduction clauses with 'task...
2020-05-01 Georgii Rymar[llvm-readobj][test] - Stop using binaries in gnu-phdrs...
2020-05-01 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - add INSERT_SUBVECTOR...
2020-05-01 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - remove INSERT_SUBVEC...
2020-05-01 Louis Dionne[libc++] Avoid using GNU extension in test, which trigg...
2020-05-01 Louis Dionne[libc++] Make sure -Werror is enabled all the time...
2020-05-01 Sanjay Patel[InstSimplify] allow insertelement-with-undef fold...
2020-05-01 Sanjay Patel[InstSimplify] update test; NFC
2020-05-01 Benjamin Kramer[Bitcode] reserve in front of push_back loops. NFCI.
2020-05-01 Florian Hahn[SCCP] Get a copy of the state of CopyOf once.
2020-05-01 Melanie BlowerRevert "Add support for #pragma float_control"
2020-05-01 Sanjay Patel[InstSimplify] remove poison-unsafe insertelement of...
2020-05-01 Melanie BlowerAdd support for #pragma float_control
2020-05-01 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - add EXTRACT_SUBVECTO...
2020-05-01 Sanjay Patel[InstCombine] adjust tests for pow(); NFC
2020-05-01 Benjamin KramerRemove unused variable. NFC.
2020-05-01 Benjamin Kramer[IR] AttributeList::getContext has a single user, remov...
2020-05-01 Benjamin Kramer[IR] Make Attributes and AttributeLists trivially destr...
2020-05-01 Eric Astor[ms] llvm-lib gives a more useful error if no inputs...
2020-05-01 Denis Khalikov[mlir][spirv] Handle debug information during (de)seria...
2020-05-01 Jay FoadFix indentation. NFC.
2020-05-01 Samuel Thibault[Gnu toolchain] Move GCC multilib/multiarch paths suppo...
2020-05-01 Simon Pilgrim[X86] Improving folding of concat_vectors of subvectors...
2020-05-01 Samuel Thibault[Gnu toolchain] Move GCC multilib/multiarch paths suppo...
2020-05-01 James Henderson[docs][llvm-cxxfilt] Document --no-strip-underscore...
2020-05-01 Jay Foad[AMDGPU] Remove unnecessary s_waitcnt between VMEM...
2020-05-01 Craig Topper[X86] Update type actions for ISD::TRUNCATE with avx512...
2020-05-01 MaheshRavishankar[mlir] Add sine operation to Standard dialect.
2020-05-01 River Riddle[mlir][OpBuilder] Remove the vtable from OpBuilder...
2020-05-01 Hanhan Wang[mlir][StandardToSPIRV] Add support for lowering intege...
2020-05-01 Hanhan Wang[mlir][StandardToSPIRV] Emulate bitwidths not supported...
2020-05-01 Hubert Tong[tests] Revert unhelpful change from d73eed42d1dc
2020-05-01 Hubert Tong[tests] Speculative fix for buildbot breakage from...
2020-05-01 Suyog SardaHandle cases for subregisters.
2020-05-01 Julian Lettner[lit] Don't crash for --time-tests in aborted test run
2020-05-01 Craig Topper[clang] Add vendor identity for Hygon Dhyana processor...
2020-05-01 Julian Lettner[lit] Add EXCLUDED test result category
2020-05-01 Hubert Tong[MC][Target][XCOFF] Consolidate MCAsmInfo XCOFF default...
2020-05-01 Hubert Tong[XCOFF] Clean-up enum use in BinaryFormat/XCOFF.h; NFC
2020-05-01 Craig Topper[X86] Add x, t and g modifiers for inline asm
2020-05-01 Andrew Browne[NFC] Add include cstdint for SIZE_MAX.
2020-05-01 Andrew BrowneRevert "Revert "[ADT] Fix SmallVector unused template...
2020-04-30 Craig Topper[X86] Don't return true from isTruncateFree for vectors
2020-04-30 Andrew BrowneRevert "[ADT] Fix SmallVector unused template instantia...
2020-04-30 Andrew Browne[ADT] Fix SmallVector unused template instantiation...
2020-04-30 Douglas YungAdd header guards for header files that should not...
2020-04-30 Shoaib Meenai[libcxx][libcxxabi][libunwind] Use libgcc on Android
2020-04-30 Diogo Sampaio[FIX][libc++][Regex] Using regex_constants match_prev_a...
2020-04-30 LLVM GN Syncbot[gn build] Port cfea3dc1021
2020-04-30 Wen-Heng (Jack... [mlir][nvvm][rocdl] refactor NVVM and ROCDL dialect...
2020-04-30 Eric Astor[ms] Fix repeated executions of the no-inputs llvm...
2020-04-30 Sergey Dmitriev[AbstractCallSite] Look though constant cast expression...
2020-04-30 Nicolas Vasilache[mlir][EDSC] Make use of InsertGuard
2020-04-30 Evgenii Stepanov[scudo] Zero- and pattern-initialization of memory.
2020-04-30 aartbik[mlir] [VectorOps] Included i1 support for vector.print
2020-04-30 Jonas Devlieghere[lldb] Remove lldb/lldb subdirectory
2020-04-30 Nikita PopovFix clang test after D76886
2020-04-30 Arthur EubanksHandle indirect calls in preallocated verification
2020-04-30 Michael Liao[clang-format] Add the missing default argument.
2020-04-30 Sam Clegg[WebAssembly] Fix test failure after 0a6c4d8d2eb
2020-04-30 Florian Hahn[LoopVersioning] Update setAliasChecks to take ArrayRef...
2020-04-30 Nikita Popov[InlineFunction] Disable emission of alignment assumpti...
2020-04-30 Eli Friedman[IRBuilder][NFC] Dereference MaybeAlign that's known...
2020-04-30 Julian Lettner[lit] Push computation of workers into run_tests
2020-04-30 mydeveloperday[clang-format] [PR45626] SpacesInAngles does not insert...
2020-04-30 Jonas Devlieghere[lldb/API] Move SBCommandInterpreterRunOption in its...
2020-04-30 Alexey Bataev[OPENMP50]Basic support for uses_allocators clause.
2020-04-30 Jonas Devlieghere[lldb/CommandInterpreter] Move everything into CommandI...
2020-04-30 Jonas Devlieghere[lldb/CMake] Use INSTALL_RPATH for tools and BUILD_RPAT...
2020-04-30 Sylvain Audi[clang] Disable check for system sanitizer blacklists...
2020-04-30 Louis Dionne[libc++] Use Lit utilities instead of old libcxx utilit...
2020-04-30 Masoud Ataei[VFDatabase] Testsuite for scalar functions are vector...
2020-04-30 Sam Clegg[WebAssmebly] Add support for defined wasm globals...
2020-04-30 Louis Dionne[libc++] Make sure platform detection works in both...
2020-04-30 Eric Astor[ms] Add new option to llvm-lib: /llvmlibempty
2020-04-30 Thomas Preud... [test] Fix ELF/linkerscript/input-archive.s w/ @ in...
2020-04-30 River Riddle[mlir][AffineStructures] Explicitly initialize variable...
next