platform/upstream/llvm.git
2020-07-06 Saiyedul Islam[OpenMP] Temporarily disable failing runtime tests...
2020-07-06 Sanjay Patel[x86] add tests for vector select with non-splat bit...
2020-07-06 Nathan James[clang-tidy] Fix incorrect default option in fc3c693b61
2020-07-06 Nathan James[clang-tidy] Added alias llvm-else-after-return.
2020-07-06 Kirstóf Umann[analyzer] Don't allow hidden checkers to emit diagnostics
2020-07-06 David Green[ARM] Adjust default fp extend and trunc costs
2020-07-06 Matt ArsenaultGlobalISel: Move finalizeLowering call later
2020-07-06 Matt ArsenaultAMDGPU/GlobalISel: Don't emit code for unused kernel...
2020-07-06 Matt ArsenaultAMDGPU/GlobalISel: Fix hardcoded register number checks...
2020-07-06 Matt ArsenaultAMDGPU: Fix fixed ABI SGPR arguments
2020-07-06 Matt ArsenaultAMDGPU/GlobalISel: Add some missing return tests
2020-07-06 Simon Pilgrim[X86][XOP] Add XOP target vselect-pcmp tests
2020-07-06 Simon PilgrimRegenerate subreg liverange tests. NFC.
2020-07-06 Simon PilgrimRegenerate neon copy tests. NFC.
2020-07-06 Kirstóf Umann[analyzer][NFC] Don't allow dependency checkers to...
2020-07-06 Nicolas Vasilache[mlir][Vector] Add custom slt / SCF.if folding to Vecto...
2020-07-06 Nicolas Vasilache[mlir][Vector] Add a VectorUnrollInterface and expose...
2020-07-06 Esme-Yi[PowerPC] Legalize SREM/UREM directly on P9.
2020-07-06 Dmitri GribenkoRemoved a RecursiveASTVisitor feature to visit operator...
2020-07-06 Dmitri GribenkoMake RecursiveASTVisitor call WalkUpFrom for operators...
2020-07-06 Dmitri GribenkoMake RecursiveASTVisitor call WalkUpFrom for unary...
2020-07-06 Dmitri GribenkoRecursiveASTVisitor: don't call WalkUp unnecessarily...
2020-07-06 Jay Foad[TargetLowering] Improve expansion of FSHL/FSHR by...
2020-07-06 Jay Foad[TargetLowering] Improve expansion of ROTL/ROTR
2020-07-06 Kirstóf Umann[analyzer] Force dependency checkers to be hidden
2020-07-06 Sam McCall[Support] fix user_cache_directory on mac
2020-07-06 Kai Nacke[SystemZ/ZOS] Implement getMainExecutable() and is_loca...
2020-07-06 Kai Nacke[SystemZ/ZOS] Define Endian constants for z/OS.
2020-07-06 Roman Lebedev[Scalarizer] visit{Insert,Extract}ElementInst(): avoid...
2020-07-06 David Green[ARM] Add extra extend and trunc costs for cast instruc...
2020-07-06 Sam McCall[Support] Add path::user_config_directory for $XDG_CONF...
2020-07-06 Roman Lebedev[Scalarizer] ExtractElement handling w/ variable insert...
2020-07-06 Roman Lebedev[Scalarizer] InsertElement handling w/ variable insert...
2020-07-06 Roman Lebedev[Scalarizer] ExtractElement handling w/ constant extrac...
2020-07-06 Roman Lebedev[Scalarizer] InsertElement handling w/ constant insert...
2020-07-06 Roman Lebedev[InstCombine] Lower infinite combine loop detection...
2020-07-06 Stephan HerhutRevert "Revert "Revert "[libcxx] Put clang::trivial_abi...
2020-07-06 David Green[ARM] Use BaseT::getMemoryOpCost for getMemoryOpCost
2020-07-06 Bevin HanssonFix indentation in FixedPoint.h. NFC.
2020-07-06 Guillaume ChateletFix off by one error in Bitfields
2020-07-06 Guillaume ChateletFix 46594 - Alignment assertion failure in instcombine
2020-07-06 Pavel Labath[lldb/Utility] Merge Scalar::Get(Value)TypeAsCString
2020-07-06 Kazushi (Jam... [VE] Correct stack alignment
2020-07-06 Pavel Labath[lldb/DWARF] Look for complete array element definition...
2020-07-06 Chuanqi Xu[Coroutines] Warning if return type of coroutine_handle...
2020-07-05 Petr Hosek[Fuchsia] Set projects and runtimes in the cache file
2020-07-05 Joachim Protze[OpenMP][Tests] Flag compatibility of OpenMP runtime...
2020-07-05 Joachim Protze[OpenMP][OMPT] Fix ifdefs for OMPT code
2020-07-05 Fangrui Song[libomptarget][test] Fix text relocations by adding...
2020-07-05 Nikita Popov[SCCP] Add test for range metadata (NFC)
2020-07-05 Fangrui Song[Driver] Pass -gno-column-info instead of -dwarf-column...
2020-07-05 Vy NguyenRevert "Revert "[libcxx] Put clang::trivial_abi on...
2020-07-05 David Green[ARM] Remove hasSideEffects from FP converts
2020-07-05 Simon Pilgrim[X86][SSE] Add PACKSS/PACKUS style patterns tests
2020-07-05 Benjamin Kramer[clangd] Fix stack-use-after-scope
2020-07-05 Alexander Belyaev[llvm] Cast to (void) the unused variable.
2020-07-05 Nathan James[NFC] Clean up braces and anon namespace
2020-07-05 Raphael Isemann[lldb][NFC] Clarify that spaces can't be in breakpoint...
2020-07-05 Raphael Isemann[lldb][NFC] Remove an unnecessary cast in SBCommandInte...
2020-07-05 Joachim Protze[OpenMP][Tests] NFC use type macro in printf
2020-07-05 Fangrui SongAdd tests for clang -fno-zero-initialized-in-bss and...
2020-07-05 Kai Luo[clang][PowerPC] Enable -fstack-clash-protection option...
2020-07-05 Georgy Komarov[llvm-objcopy] Fix crash when removing symbol table...
2020-07-05 Thomas Lively[WebAssembly] Do not assume br_table range checks will...
2020-07-05 Nico WeberFix two -Wrange-loop-analysis warnings that Xcode 12...
2020-07-05 Nico Weber[gn build] fix link of libclang_rt.asan_osx_dynamic...
2020-07-04 Nico Weber[gn build] make stage2_unix_toolchain set clang_base_path
2020-07-04 Roman Lebedev[llvm-reduce] extractGVsFromModule(): don't crash when...
2020-07-04 Roman Lebedev[llvm-reduce] extractArgumentsFromModule(): don't crash...
2020-07-04 Craig Topper[DAGCombiner] visitSIGN_EXTEND_INREG should fold sext_v...
2020-07-04 sstefan1[OpenMPOpt] ICV Tracking
2020-07-04 Mehdi AminiRevert "[MLIR] Parallelize affine.for op to 1-D affine...
2020-07-04 Roman LebedevRevert "[AssumeBundles] Use operand bundles to encode...
2020-07-04 peter klausler[flang] Add fixes and missing stmts to I/O runtime...
2020-07-04 Craig Topper[DAGCombiner] Don't fold zext_vector_inreg/sext_vector_...
2020-07-04 Craig Topper[X86] Add test caes for pr46585. NFC
2020-07-04 Roman Lebedev[Utils] Make -assume-builder/-assume-simplify actually...
2020-07-04 peter klausler[flang] Extend & fix per-I/O-statement state (ext....
2020-07-04 Amara Emerson[profile] Mark gcov test as unsupported on Darwin.
2020-07-04 Craig Topper[X86] Teach lowerShuffleAsBlend to use bit blend for...
2020-07-04 Craig Topper[X86] Disable VPBLENDVB formation in combineLogicBlendI...
2020-07-04 Vy NguyenRevert "[libcxx] Put clang::trivial_abi on std::unique_...
2020-07-04 Roman Lebedev[clang] Fix two tests that are affected by llvm opt...
2020-07-04 Sanjay Patel[InstCombine] fix miscompile from umul_with_overflow...
2020-07-04 Roman Lebedev[InstCombine] Always try to invert non-canonical predic...
2020-07-04 Sanjay Patel[InstCombine] improve debug value names; NFC
2020-07-04 Sanjay Patel[InstCombine] add test for miscompile (PR46561); NFC
2020-07-04 Simon Pilgrim[DAG] matchBinOpReduction - match subvector reduction...
2020-07-04 David Zarzycki[libcxx testing] Remove ALLOW_RETRIES from another...
2020-07-04 Simon Pilgrim[X86][SSE] Add add/fadd reduction shuffle+subvector...
2020-07-04 Yash Jain[MLIR] Parallelize affine.for op to 1-D affine.parallel op
2020-07-04 Simon Pilgrim[X86][AVX] Fold PACK(LOSUBVECTOR(SHUFFLE(X)),HISUBVECTO...
2020-07-04 LLVM GN Syncbot[gn build] Port b6cbe6cb039
2020-07-04 Kirstóf Umann[analyzer][NFC] Move the data structures from CheckerRe...
2020-07-04 Sam McCall[clangd] Try to fix windows buildbot. NFC
2020-07-04 Uday Bondhugula[MLIR][Linalg] Generate the right type of load/store...
2020-07-04 Paul Walker[SVE] Fix invalid assert in expand_DestructiveOp.
2020-07-04 Sam McCall[clangd] Config: compute config in TUScheduler and...
2020-07-04 Nikita Popov[InstSimplify] Simplify comparison between zext(x)...
2020-07-04 Nikita Popov[InstSimplify] Add additional zext/sext comparison...
next