platform/upstream/llvm.git
2020-02-10 Florian Hahn[DSE,MSSA] Move more passing test cases from todo to...
2020-02-10 Kerry McLaughlin[AArch64][SVE] SVE2 intrinsics for complex integer...
2020-02-10 Simon PilgrimRevert rGe82e17d4d4cac8b2df00094e80d5e1cb22795664 ...
2020-02-10 Raphael Isemann[lldb][NFC] Don't hide a bool in LibCxxOptional's Optio...
2020-02-10 Florian Hahn[DSE] Add first version of MemorySSA-backed DSE (Bottom...
2020-02-10 Raphael Isemann[lldb][NFC] Don't call call formatv for no reason in...
2020-02-10 Raphael Isemann[lldb][NFC] Fix code style of LibcxxVariantIndexValidity
2020-02-10 Raphael Isemann[lldb][NFC] Don't construct a ConstString twice in...
2020-02-10 Kerry McLaughlin[AArch64][SVE] SVE2 intrinsics for character match...
2020-02-10 Kirill Bobyrev[clangd] Support renaming designated initializers
2020-02-10 Kerry McLaughlin[AArch64][SVE] Add SVE2 intrinsics for widening DSP...
2020-02-10 Florian Hahn[DSE] Add tests for MemorySSA based DSE.
2020-02-10 Frank Laub[MLIR][Affine] NFC: Move AffineValueMap and MutableAffi...
2020-02-10 Richard SmithFix handling of destructor names that name typedefs.
2020-02-10 Djordje Todorovic[CSInfo] Fix the assertions regarding updating the...
2020-02-10 Simon Moll[Doc] Proposal for vector predication
2020-02-10 Jan Kratochvil[lldb] Fix+re-enable Assert StackFrame Recognizer on...
2020-02-10 Martin Storsjö[LLDB] Fix GCC warnings about extra semicolons. NFC.
2020-02-10 Kai Nacke[SytemZ] Disable vector ABI when using option -march...
2020-02-10 Djordje Todorovic[CSInfo] Use isCandidateForCallSiteEntry() when updatin...
2020-02-10 Jan Kratochvil[lldb] [doc] Change sample commands prefix from > to $
2020-02-10 Raphael Isemann[lldb] Refactored TestCallOverriddenMethod.py to genera...
2020-02-10 Sebastian Neubauer[AMDGPU] Add a16 feature to gfx10
2020-02-10 Johannes Doerfert[Attributor][FIX] Make check lines explicit
2020-02-10 Johannes Doerfert[Attributor] Simple casts preserve no-alias property
2020-02-10 Johannes Doerfert[Attributor][Tests] Run the CGSCC versions on the range...
2020-02-10 Djordje Todorovic[llvm-dwarfdump][Stats] Fix the License header
2020-02-10 Amara Emerson[GlobalISel][CallLowering] Tighten constantexpr check...
2020-02-10 Johannes Doerfert[Attributor] Allow PHI nodes in AAValueConstantRangeFlo...
2020-02-10 Johannes Doerfert[Attributor][FIX] Remove FIXME that seems outdated
2020-02-10 Johannes Doerfert[Attributor] Allow SelectInst in AAValueConstantRangeFl...
2020-02-10 Johannes Doerfert[Attributor] Look through (some) casts in AAValueConsta...
2020-02-10 Johannes Doerfert[Attributor][FIX] Call right base method in AAValueCons...
2020-02-10 Craig Topper[X86] Autogenerate complete checks. NFC
2020-02-10 Johannes Doerfert[Attributor][Tests][NFC] Add more range tests
2020-02-10 Johannes Doerfert[Attributor][NFC] Use existing constant instead of...
2020-02-10 Craig Topper[X86] Make (insert_vector_elt (v8i16 zerovec), i16...
2020-02-10 Michael LiaoFix `-Wparentheses` warning. NFC.
2020-02-10 Michael Liao[clang][codegen] Fix another lifetime emission on alloc...
2020-02-10 Craig Topper[X86] Autogenerate complete checks. NFC
2020-02-10 Craig Topper[X86] Use MOVZX instead of MOVSX in f16_to_fp isel...
2020-02-10 Shiva Chen[RISCV] Fix incorrect FP base CFI offset for variable...
2020-02-10 Fangrui Song[DebugInfo] Add a DWARFDataExtractor constructor that...
2020-02-10 Matt ArsenaultGlobalISel: Fix narrowScalar for G_{CTLZ|CTTZ}_ZERO_UNDEF
2020-02-09 Matt ArsenaultAMDGPU/GlobalISel: Split 64-bit G_CTPOP in RegBankSelect
2020-02-09 Matt ArsenaultGlobalISel: Fix narrowing of G_CTLZ/G_CTTZ
2020-02-09 Matt ArsenaultAMDGPU/GlobalISel: Don't mis-select vector index on...
2020-02-09 Matt ArsenaultAMDGPU/GlobalISel: Look through casts when legalizing...
2020-02-09 Matt ArsenaultAMDGPU: Remove dead kill handling
2020-02-09 Matt ArsenaultAMDGPU: Fix SI_IF lowering when the save exec reg has...
2020-02-09 Simon Pilgrim[X86] combineConcatVectorOps - combine VROTLI/VROTRI ops
2020-02-09 Craig Topper[X86] Use custom isel for (X86sbb_flag 0, 0) so we...
2020-02-09 Craig Topper[X86] Add flag result VT to a MOV32r0 created in X86DAG...
2020-02-09 Simon Pilgrim[X86] Add lowerShuffleAsBitRotate (PR44379)
2020-02-09 Craig Topper[X86] Use MVT::i32 for the type of a MOV32r0 created...
2020-02-09 Craig Topper[X86] Remove isel patterns that include a vselect/X86se...
2020-02-09 Jan Veselylibclc/r600: Use target specific builtins to implement...
2020-02-09 Jan Veselylibclc: Move rsqrt implementation to a .cl file
2020-02-09 Simon Pilgrim[X86][XOP] Add XOP target to vXi16/vXi8 shuffle tests
2020-02-09 Simon Pilgrim[X86][SSE] Add more tests showing failure to lower...
2020-02-09 Simon Pilgrim[X86] Rename matchShuffleAsRotate - matchShuffleAsByteR...
2020-02-09 Jan Kratochvil[lldb] [doc] Status: Linux: Update the paragraph
2020-02-09 Kamil Rytarowski[LLDB] [doc] Document NetBSD status and sort OSs alphab...
2020-02-09 LLVM GN Syncbot[gn build] Port a17f03bd939
2020-02-09 Sanjay Patel[VectorCombine] new IR transform pass for partial vecto...
2020-02-09 Jan Kratochvil[lldb] [doc] Status: Debugserver (remote debugging...
2020-02-09 Jan Kratochvil[lldb] [doc] Testing: Fix typos
2020-02-09 Kamil Rytarowski[LLDB] [doc] Remove note about libpanel(3) and NetBSD
2020-02-09 Kamil Rytarowski[LLDB] [doc] Update the current status of pkgsrc (NetBS...
2020-02-09 Jan Kratochvil[lldb] [testsuite] TestGdbRemoteLibrariesSvr4Support...
2020-02-09 Simon PilgrimFix signed/unsigned warning.
2020-02-09 Simon Pilgrim[X86] Recognise ROTLI/ROTRI rotations as faux shuffles
2020-02-09 Ehud Katz[LoopExtractor] Convert LoopExtractor from LoopPass...
2020-02-09 Ayman Musa[AggressiveInstCombine] Add test with baseline CHECKs...
2020-02-09 serge_sans_pailleSupport -fstack-clash-protection for x86
2020-02-09 serge-sans... Revert "Support -fstack-clash-protection for x86"
2020-02-09 serge_sans_pailleSupport -fstack-clash-protection for x86
2020-02-09 Fangrui Song[ELF][test] Use llvm-readelf -l instead of llvm-readobj...
2020-02-09 MaheshRavishankar[mlir][GPUToSPIRV] Modify the lowering of gpu.block_dim...
2020-02-09 Craig Topper[X86] Add more scalar intrinsic instructions to isNonFo...
2020-02-09 Johannes Doerfert[Attributor] Add an Attributor CGSCC pass and run it
2020-02-09 Fangrui SongFix -Wunused-lambda-capture for -DLLVM_ENABLE_ASSERTION...
2020-02-09 Johannes Doerfert[FIX] Ordering problem accidentally introduced with...
2020-02-09 Craig Topper[X86] Add the recently added (V)CVTSS2SI/CVTSD2SI instr...
2020-02-09 Johannes Doerfert[FIX] Fix warning in LazyCallGraphTest caused by D70927
2020-02-09 fady[OpenMP][OMPIRBuilder] Add Directives (master and criti...
2020-02-09 Johannes Doerfert[OpenMP][Opt] Delete terminating and read-only parallel...
2020-02-09 Johannes Doerfert[OpenMP][Opt] Annotate known runtime functions and...
2020-02-09 Nico Weber[gn build] (manually) port 72277ecd62e and the LLVMBuil...
2020-02-08 Craig Topper[X86] Use any_fadd/sub/mul/div/sqrt with the AVX512...
2020-02-08 River Riddle[mlir][DeclarativeParser] Move several missed parsers...
2020-02-08 River Riddle[mlir][DeclarativeParser] Add support for attributes...
2020-02-08 Dmitry Murygin[mlir][quantizer] Add gathering of per-axis statistics...
2020-02-08 River Riddle[mlir] Add support for generating debug locations from...
2020-02-08 Fangrui Song[gn build] Add OpenMPOpt.cpp to LLVMipo after D69930...
2020-02-08 Fangrui Song[ELF] Simplify parsing of version dependency. NFC
2020-02-08 Simon PilgrimFix test name typo
2020-02-08 Nikita Popov[InstCombine] Refactor foldICmpAndShift(); NFCI
2020-02-08 Johannes Doerfert[FIX] Update PM tests after D69930 landed
2020-02-08 Simon Pilgrim[X86][SSE] Add test cases from PR44379
next