platform/upstream/llvm.git
2020-08-19 Matt ArsenaultAMDGPU/GlobalISel: Add selection tests for pointer...
2020-08-19 Benjamin KramerMake helpers static. NFC.
2020-08-19 Roman LebedevRevert "[InstCombine] Lower infinite combine loop detec...
2020-08-19 Simon PilgrimFix MSVC implicit truncation narrowing conversion warning.
2020-08-19 Simon Pilgrim[X86][AVX] lowerShuffleWithVPMOV - minor refactor to...
2020-08-19 Simon PilgrimFix unused variable warnings. NFCI.
2020-08-19 Aaron Puchert[CodeGen] Use existing EmitLambdaVLACapture (NFC)
2020-08-19 Xing GUO[obj2yaml] Refactor the .debug_pub* sections dumper.
2020-08-19 Pavel Labath[lldb] Clean up DW_AT_declaration-with-children.s test
2020-08-19 Pavel Labath[lldb] Add typedefs to the DeclContext they are created in
2020-08-19 Simon Pilgrim[X86] lowerShuffleWithVPMOV - remove unnecessary shuffl...
2020-08-19 Simon Pilgrim[X86][AVX] getAVX512TruncNode - don't truncate from...
2020-08-19 Sanjay Patel[InstCombine] update stale comments in test files; NFC
2020-08-19 Roman Lebedev[InstCombine] Lower infinite combine loop detection...
2020-08-19 Raphael Isemann[lldb] Make error messages in TestQueues more helpfull
2020-08-19 David Green[ARM] Change target triple to arm-none-none-eabi. NFC
2020-08-19 Muhammad Omair... [LLDB] Minor fix in TestSVERegisters.py for AArch64...
2020-08-19 Simon Pilgrim[X86][AVX] computeKnownBitsForTargetNode - add VTRUNC...
2020-08-19 Paul Walker[SVE] Add tests for fixed length vector integer operati...
2020-08-19 Muhammad Omair... [LLDB] Add ptrace register access for AArch64 SVE registers
2020-08-19 Simon Pilgrim[X86][AVX] Fold store(extract_element(vtrunc)) to trunc...
2020-08-19 Sander de Smalen[Clang][SVE] NFC: Move info about ACLE types into separ...
2020-08-19 Bjorn Pettersson[GlobalISel] Untabify InstructionSelectorImpl.h. NFC
2020-08-19 sstefan1[OpenMPOpt] ICV tracking for calls
2020-08-19 sstefan1[IR] Intrinsics default attributes and opt-out flag
2020-08-19 Meera Nakrani[ARM] Enabled VMLAV and Add instructions to use VMLAVA
2020-08-19 luxufan[RISCV] add the assemble and disassemble support of...
2020-08-19 Mauri Mustonen[utils] Fix regexp in llvm/utils/extract_vplan.py to...
2020-08-19 madhur13490[GlobalISel] Don't skip adding predicate matcher
2020-08-19 Florian Hahn[DSE,MemorySSA] Use NumRedundantStores instead of NumNo...
2020-08-19 Ronak ChauhanRevert "[AMDGPU] Support disassembly for AMDGPU kernel...
2020-08-19 Martin Storsjö[clang] Remove stray semicolons, fixing GCC warnings...
2020-08-19 Muhammad Omair... [LLDB] NativeThreadLinux invalidate register cache...
2020-08-19 Muhammad Omair... Convert SVE macros into c++ constants and inlines
2020-08-19 Haojian Wu[AST] Fix a crash on mangling a binding decl from a...
2020-08-19 David Sherwood[SVE][CodeGen] Fix scalable vector issues in DAGTypeLeg...
2020-08-19 Craig Topper[X86][Driver] Remove code that forced a core2 mtune...
2020-08-19 Shinji Okumura[Attributor][NFC] Add tests to range.ll
2020-08-19 Yaxun (Sam... Fix test hip-target-id.hip
2020-08-19 LLVM GN Syncbot[gn build] Port 7546b29e761
2020-08-19 Yaxun (Sam... [HIP] Support target id by --offload-arch
2020-08-19 Ronak Chauhan[AMDGPU] Support disassembly for AMDGPU kernel descriptors
2020-08-19 aartbik[mlir] [VectorOps] Cleanup mask 1-d test on constants
2020-08-19 Julian Lettner[TSan][libdispatch] Guard test execution on old platforms
2020-08-19 Julian Lettner[TSan][libdispatch] Ensure TSan dylib works on old...
2020-08-19 Julian LettnerReland "[TSan][libdispatch] Add interceptors for dispat...
2020-08-19 Mehdi AminiSeparate the Registration from Loading dialects in...
2020-08-19 Mehdi AminiRevert "Separate the Registration from Loading dialects...
2020-08-19 River Riddle[mlir] Update the documentation for defining types
2020-08-18 Brad SmithWCharType and WIntType are always signed int on OpenBSD.
2020-08-18 Changpeng FangAMDGPU: Implement waterfall loop for MIMG instructions...
2020-08-18 Mehdi AminiSeparate the Registration from Loading dialects in...
2020-08-18 Chuanqi Xu[NFC][StackSafety] Test that StackLifetime looks throug...
2020-08-18 River Riddle[mlir] Remove the use of "kinds" from Attributes and...
2020-08-18 Elliott Hughesld128 demangle: allow space for 'L' suffix.
2020-08-18 Brad SmithHook up OpenBSD 64-bit RISC-V support
2020-08-18 Jonas Devlieghere[lldb] Remove unused function getArchFlag (NFC)
2020-08-18 Mehdi AminiRevert "Separate the Registration from Loading dialects...
2020-08-18 Craig Topper[X86] Add basic support for -mtune command line option...
2020-08-18 Roman Lebedev[NFC][InstCombine] Aggregate reconstruction: use plain map
2020-08-18 Nithin Vadukkumchery... [Analysis] Bug fix for exploded graph branching in...
2020-08-18 Roman Lebedev[InstCombine] PHI-aware aggregate reconstruction: prope...
2020-08-18 Amara EmersonUse std::make_tuple instead of initializer lists to...
2020-08-18 Sterling AugustineDefault to disabling the libunwind frameheader cache.
2020-08-18 Craig Topper[X86] Fix the Predicates on MMX_PSHUFWri/PSHUFWmi to...
2020-08-18 Mehdi AminiSeparate the Registration from Loading dialects in...
2020-08-18 MaheshRavishankar[mlir][Linalg] Modify callback for getting id/nprocs in
2020-08-18 David BlaikieRecommit "PR44685: DebugInfo: Handle address-use-invali...
2020-08-18 Zequan Wu[Coverage] Adjust skipped regions only if {Prev,Next...
2020-08-18 Greg ClaytonFix a check that was attempting to see if an object...
2020-08-18 Sanjay Patel[VectorCombine] add tests for vector loads; NFC
2020-08-18 Marius Brehler[mlir] Check libraries linked into standalone-opt
2020-08-18 Eli Friedman[AArch64][SVE] Add patterns for integer mla/mls.
2020-08-18 Eli Friedman[AArch64][SVE] Allow llvm.aarch64.sve.st2/3/4 with...
2020-08-18 Eli Friedman[clang codegen] Use IR "align" attribute for static...
2020-08-18 Craig Topper[X86] Don't call SemaBuiltinConstantArg from CheckX86Bu...
2020-08-18 Mehdi AminiRemove MLIREDSCInterface library which isn't used anywh...
2020-08-18 Jessica Paquette[GlobalISel][CallLowering] NFC: Unify flag-setting...
2020-08-18 Jessica Paquette[GlobalISel][CallLowering] Don't tail call with non...
2020-08-18 Siva Chandra... [libc][obvious] Fix link order of math tests.
2020-08-18 Tue Ly[libc] Add ULP function to MPFRNumber class to test...
2020-08-18 Matt ArsenaultGlobalISel: Implement fewerElementsVector for G_INSERT_...
2020-08-18 David Blaikie[WIP][DebugInfo] Lazily parse debug_loclist offsets
2020-08-18 Tim Keith[flang] Improve error messages for procedures in expres...
2020-08-18 Amara Emerson[GlobalISel] Add a combine for sext_inreg(load x),...
2020-08-18 Amara Emerson[GlobalISel] Add a combine for ashr(shl x, c), c -...
2020-08-18 Rob SudermanAdded std.floor operation to match std.ceil
2020-08-18 Arthur Eubanks[gn build] Add support for expensive checks
2020-08-18 Simon Pilgrim[X86][AVX] lowerShuffleWithVPMOV - add non-VLX support.
2020-08-18 Arthur EubanksRevert "[TSan][libdispatch] Add interceptors for dispat...
2020-08-18 Mauricio SifontesCreate Optimization Pass Wrapper for MLIR Reduce
2020-08-18 Fangrui Song[ARM] Fix build after D86087
2020-08-18 Mott, Jeffrey TDisable use of _ExtInt with '__atomic' builtins
2020-08-18 David Green[ARM] Allow tail predication of VLDn
2020-08-18 Jan Kratochvil[lldb] [testsuite] Add split-file for check-lldb depend...
2020-08-18 Sam Tebbs[ARM] Use mov operand if the mov cannot be moved while...
2020-08-18 George Mitenkov[MLIR][SPIRVToLLVM] Additional conversions for spirv...
2020-08-18 Dokyung Song[libFuzzer] Fix arguments of InsertPartOf/CopyPartOf...
2020-08-18 Fangrui Song[llvm-dwarfdump][test] Add a --statistics test for...
2020-08-18 Jamie Schmeiser[NFC] Add raw_ostream parameter to printIR routines
next