platform/upstream/llvm.git
2020-06-01 serge-sans... Improve SmallPtrSetImpl::count implementation
2020-06-01 serge-sans... Fix strict aliasing warning in msan.cpp
2020-06-01 Chen Zheng[MachineCombine] add a hook for resource length limit
2020-06-01 Li Rong Yi[PowerPC] Exploit vabsd on P9
2020-06-01 Nico Weber[gn build] (semi-manually) port a8ca0ec2670
2020-06-01 Matt ArsenaultAMDGPU/GlobalISel: Add stub reg-bank aware combiner...
2020-06-01 Fangrui Song[Driver] Simplify Linux::addProfileRTLibs
2020-05-31 Kirstóf Umann[analyzer] Add dumps to CheckerRegistry
2020-05-31 Hubert Tong[Driver] NFC: Use Twine temp to replace std::string...
2020-05-31 Hubert Tong[test][compiler-rt] Avoid LD_PRELOAD for "outer" dynami...
2020-05-31 Craig Topper[X86] Rewrite how X86PartialReduction finds candidates...
2020-05-31 Simon Pilgrim[X86][AVX] Reduce unary target shuffles width if the...
2020-05-31 Simon Pilgrim[X86][AVX] combineX86ShufflesRecursively - peekThroughO...
2020-05-31 Chris LattnerChange some extraneous /// comments to // comments...
2020-05-31 Nathan Jamesclang-tidy and clang-query wont crash with invalid...
2020-05-31 Nathan JamesRevert "clang-tidy and clang-query wont crash with...
2020-05-31 Sanjay Patel[utils] update expected strings in tests; NFC
2020-05-31 Nathan Jamesclang-tidy and clang-query wont crash with invalid...
2020-05-31 Matt ArsenaultAArch64/GlobalISel: Fix incorrect ptrmask usage for...
2020-05-31 Sanjay Patel[utils] change update_test_checks.py use of 'TMP' value...
2020-05-31 Sanjay Patel[PhaseOrdering] add test for hoisting/CSE (PR46115...
2020-05-31 Simon Pilgrim[X86][AVX] Add SimplifyMultipleUseDemandedBits VBROADCA...
2020-05-31 Sanjay Patel[VectorCombine] add tests for scalarizing binop-with...
2020-05-31 Simon Pilgrim[X86] getFauxShuffleMask/getTargetShuffleInputs - make...
2020-05-31 Simon Pilgrim[X86][AVX] Add test case described in D79987
2020-05-31 Sanjay Patel[PhaseOrdering] add scalarization test for PR42174...
2020-05-31 Simon Pilgrim[X86][AVX] getFauxShuffleMask - don't widen shuffle...
2020-05-31 Simon Pilgrim[X86][AVX] Pad small shuffle inputs in combineX86Shuffl...
2020-05-31 Florian Hahn[ScheduleDAG] Avoid unnecessary recomputation of topolo...
2020-05-31 Kang ZhangRevert "[NFC][PowerPC] Add a new case to test phi-node...
2020-05-31 Kang Zhang[NFC][PowerPC] Add a new case to test phi-node-eliminat...
2020-05-31 Jay Foad[AMDGPU] Propagate fast-math flags when lowering FSIN...
2020-05-31 Jay Foad[AMDGPU] Precommit tests for D80813
2020-05-31 Changpeng FangAMDGPU: Add setTruncStoreAction for vector i64 types...
2020-05-31 Craig Topper[X86] Remove unneeded bitconverts from isel patterns...
2020-05-31 Craig Topper[X86] Add DAG combine to turn (v2i64 (scalar_to_vector...
2020-05-31 Craig Topper[DAGCombiner] Move debug message and statistic update...
2020-05-31 Craig Topper[X86] Teach computeKnownBitsForTargetNode that the...
2020-05-31 Craig Topper[X86] Fix a place where we created MOVQ2DQ with a DstVT...
2020-05-31 Craig Topper[X86] Autogenerate complete checks. NFC
2020-05-31 Craig Topper[X86] Move MMX_SET0 pattern into the instruction defini...
2020-05-31 Fangrui Song[ELF][docs] Update supported targets
2020-05-31 Fangrui Song[llvm-objdump] Delete unneeeded namespace llvm {}
2020-05-31 Fangrui Song[llvm-objdump] Move llvm:: to llvm::objdump:: and quali...
2020-05-31 Fangrui Song[llvm-objdump] Simplify reportError() and prepend outs...
2020-05-30 Craig Topper[X86] Add pseudo instructions to use MULX with a single...
2020-05-30 Fangrui Song[Driver] Fix BooleanFFlag identifiers to use 'f' 'fno_...
2020-05-30 Dan LiewRemove some non-determinism from the `Darwin/duplicate_...
2020-05-30 Craig Topper[X86] Minor cleanups to addShuffleComments in X86MCInst...
2020-05-30 Craig Topper[X86] Factor constant pool comment printing out of...
2020-05-30 Whitney Tsang[LoopUnroll] Add a test case for rG7873376bb36b.
2020-05-30 Philip Reames[Tests] Convert last statepoint lowering tests to bundl...
2020-05-30 Nathan James[clang-tidy] RenamerClangTidyChecks ignore builtin...
2020-05-30 Whitney Tsang[LoopUnroll] Fix build failure for allyesconfig.
2020-05-30 zoecarver[DSE] Remove noop stores in MSSA.
2020-05-30 Raphael Isemann[lldb] Pass -fPIC flag even when DYLIB_ONLY is set
2020-05-30 Florian Hahn[BasicAA] Use known lower bounds for index values for...
2020-05-30 Simon PilgrimSafeStackColoring.h - reduce Instructions.h include...
2020-05-30 Simon PilgrimCriticalAntiDepBreaker.cpp - remove includes directly...
2020-05-30 Simon PilgrimSafeStackLayout.cpp - remove includes directly defined...
2020-05-30 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - remove shift...
2020-05-30 Simon Pilgrim[SelectionDAG] ComputeNumSignBits - use Valid Min/Max...
2020-05-30 Simon PilgrimPackedVersion.h - reduce includes to forward declaratio...
2020-05-30 mydeveloperday[clang-format] [PR46130] When editing a file with unbal...
2020-05-30 Simon PilgrimTBEHandler.h - remove unnecessary VersionTuple forward...
2020-05-30 Simon PilgrimArchitectureSet.h - add missing <tuple> include.
2020-05-30 Simon PilgrimArchitectureSet.h - reduce raw_ostream.h include to...
2020-05-30 Simon PilgrimArchitecture.h - reduce includes to forward declaration...
2020-05-30 Simon PilgrimIPDBRawSymbol.h - remove already declared forward decla...
2020-05-30 Simon PilgrimIPDBRawSymbol.h - reduce StringRef.h include to forward...
2020-05-30 David Zarzycki[libcxx testing] Stop using arbitrary timeouts in one...
2020-05-30 Mariya Podchishchaeva[OpenMP][SYCL] Do not crash on attempt to diagnose...
2020-05-30 Simon Pilgrim[SelectionDAG] Remove repeated getOperand() call. NFC.
2020-05-30 Jonas Devlieghere[lldb/CMake] Fix typo that prevented regenerating the...
2020-05-30 Craig Topper[X86] Autogenerate complete checks. NFC
2020-05-30 Martin Storsjö[test] Regenerate checks in aarch64_win64cc_vararg...
2020-05-30 Martin Storsjö[AArch64] Treat x18 as callee-saved in functions with...
2020-05-30 Jonas Devlieghere[lldb/Test] use GetLoadAddress from scripted thread...
2020-05-30 Sourabh Singh... [DWARF5] Added support for emission of .debug_macro...
2020-05-30 Jonas Devlieghere[lldb/Bindings] Raise exception when using properties...
2020-05-30 Mehdi AminiUse .empty() instead of .size() == 0 (NFC)
2020-05-30 Eric ChristopherNFC: Simplify O1 pass pipeline construction.
2020-05-30 Eric ChristopherFix full unrolling with new pass manager.
2020-05-30 Fangrui Song[ValueLattice] Fix uninitialized-value after D79036
2020-05-30 Carl Ritson[AMDGPU] Remove assertion on S1024 SGPR to VGPR spill
2020-05-30 Matt ArsenaultAMDGPU: Optimize s_setreg_b32 to s_denorm_mode/s_round_mode
2020-05-30 Matt ArsenaultAMDGPU: Add new baseline tests for setreg handling
2020-05-30 Matt ArsenaultAMDGPU: Move MIMG MMO check to verifier
2020-05-30 Christopher... [SVE] Eliminate calls to default-false VectorType:...
2020-05-30 Jared Wyles[jitlink] R_X86_64_PC32 support for the elf x86 jitlinker
2020-05-30 Christopher... [SVE] Eliminate calls to default-false VectorType:...
2020-05-29 LLVM GN Syncbot[gn build] Port cf6cc662eee
2020-05-29 LLVM GN Syncbot[gn build] Port 34cfed24ebd
2020-05-29 Tony[AMDGPU] Add loaded code object path URI definition...
2020-05-29 Nico Weber[gn build] (manually) port 0e265e31578
2020-05-29 Tim Keith[flang][NFC] Remove link-time dependency of Evaluate...
2020-05-29 Thomas Raoux[mlir][spirv] Clean up coop matrix assembly declaration.
2020-05-29 Louis Dionne[libc++] Fix issues with the triviality of std::array
2020-05-29 Volodymyr Sapsai[diagtool] Install diagtool when LLVM_INSTALL_TOOLCHAIN...
2020-05-29 Christopher... [SVE] Eliminate calls to default-false VectorType:...
next