platform/upstream/llvm.git
2022-04-26 Martin Storsjö[compiler-rt] Use C_STANDARD instead of custom logic...
2022-04-26 LLVM GN Syncbot[gn build] Port 854c33946fd4
2022-04-26 Dmitry Makogon[RS4GC] Prune inputs of BDV if they are BDV themselves
2022-04-26 Alexey Lapshin[llvm-gsymutil][NFC] refactor AddressRange&AddresRanges...
2022-04-26 Haojian Wu[pseudo] NFC, fix some code-style naming violations.
2022-04-26 Jun Zhang[Clang] Use std::move in GlobalModuleIndex::readIndex...
2022-04-26 Xiang1 Zhang[X86] Add use condition for combineSetCCMOVMSK
2022-04-26 Haojian Wu[clang] Fix a constant evaluator crash on a NULL-type...
2022-04-26 Christudasan... [AMDGPU] Vector register spill test cleanup (NFC)
2022-04-26 Siva Chandra[libc] Add stdio entrypoints to aarch64 fullbuild.
2022-04-26 Siva Chandra[libc][Obvious] Add deps of fopencookie_test only if...
2022-04-26 Luo, Yuanke[X86][AMX] Report error when shapes are not pre-defined.
2022-04-26 Nikolas Klauser[libc++] Remove <functional> includes
2022-04-26 Balazs Benics[analyzer] Fix ValistChecker false-positive involving...
2022-04-26 Serge PavlovIntrinsic for checking floating point class
2022-04-26 Tanya LattnerProvide the complete response and reporting Code of...
2022-04-26 Walter Erquinigo[NFC][trace] simplify the instruction dumper
2022-04-26 Lian Wang[RISCV][SelectionDAG] Support VP_ADD/VP_MUL/VP_SUB...
2022-04-26 Walter Erquinigo[trace][intel pt] Support events
2022-04-26 LLVM GN Syncbot[gn build] Port b1fa5ac3ba34
2022-04-26 Mircea Trofin[mlgo] Factor out TensorSpec
2022-04-26 Jeffrey TanRefactor protected virtual functions from SymbolFile...
2022-04-26 Chris BienemanNFC. Add missing DXILPointerTyID case
2022-04-26 YASHASVI KHATAVKARDon't replace Undef with null value for Constants Diffe...
2022-04-26 Vladimir Vereschaka[CMake] Update cache file for Win to ARM Linux cross...
2022-04-26 Vladimir Vereschaka[libunwind] Update the test configuration files to...
2022-04-26 Nico Weber[gn build] Kind of port e6f44a3cd273 (DirectXTests)
2022-04-25 Vitaly Buka[test][clangd] Use StringRef instead of std::string
2022-04-25 Will Hawkins[lldb] Update online help text (consistency, typo)
2022-04-25 Craig Topper[RISCV] Pre-commit test for D122769. NFC
2022-04-25 Zequan Wu[LLDB][NativePDB] Fix incorrect file index of inlinees...
2022-04-25 Eric Schweitz[NFC] Cleanup code to get back in synch for upstreaming.
2022-04-25 Chris BienemanAdd PointerType analysis for DirectX backend
2022-04-25 Jeremy MorseRevert "Reapply D124184, [DebugInfo][InstrRef] Add...
2022-04-25 Frederik GossenAdd missing comparison operators to SmallVector
2022-04-25 Vitaly Buka[libc++] Avoid lifetime UB in __thread_local_data()
2022-04-25 Quinn Pham[libcxx][NFC] Inclusive language: remove use of sanity...
2022-04-25 Jakub Chlanda[NVPTX] Support float <-> 2 x half bitcasts
2022-04-25 Artem BelevichChange NVPTX/f16x2-instructions.ll to use unix EOL...
2022-04-25 Sanjay Patel[InstCombine] add tests for icmp with extended operands...
2022-04-25 Sanjay Patel[InstCombine] use isKnownNonNegative to reduce code...
2022-04-25 Quinn Pham[compiler-rt][NFC] Inclusive language: remove use of...
2022-04-25 Matt ArsenaultRegAllocGreedy: Allow last chance recolor to retry...
2022-04-25 Quinn Pham[clang][NFC] Inclusive language: remove use of Whitelis...
2022-04-25 Krzysztof Drewniak[mlir] Allow data flow analysis of non-control flow...
2022-04-25 Martin Storsjö[libunwind] [CMake] Remove leftover no-op cmake variabl...
2022-04-25 Martin Storsjö[libunwind] Fix build warnings in Unwind-EHABI.cpp...
2022-04-25 Peter Klausler[flang][runtime] Fix total MAXLOC/MINLOC for non-intege...
2022-04-25 Paul Robinson[PS5] Driver test for analyzer defaults
2022-04-25 Peter Klausler[flang] Add semantic checks for intrinsic function...
2022-04-25 Yuanfang Chen[lit] Keep stdout/stderr when using GoogleTest format
2022-04-25 Valery N Dmitriev[SLP] Steer for the best chance in tryToVectorize(...
2022-04-25 Sam McCall[Serialization] Remove dead TYPE_FUNCTION_PROTO abbrevi...
2022-04-25 Peter Klausler[flang] Accept "INFINITY" as real input
2022-04-25 jfurtek[mlir][tblgen] Generate builders with inferred return...
2022-04-25 Jeremy Furtek[mlir][ods] Extend the EnumAttr tablegen class to suppo...
2022-04-25 jfurtek[mlir][ods] Add tablegen field for concise printing...
2022-04-25 Ishaan Gandhicompile commands header to source heuristic lower-cases...
2022-04-25 Rahman Lavaee[BOLT] Refactor DataAggregator::printLBRHeatMap.
2022-04-25 Mingming LiuAdd a regression test to guard the 0 hot-caller thresho...
2022-04-25 Peter Klausler[flang][runtime] Fix KIND=16 real/complex component I/O
2022-04-25 Nathan Lanza[coroutines] Get an IntegerType from the value instead...
2022-04-25 Sam McCall[Basic] SourceManager docs: macro expansion SLocs aren...
2022-04-25 Craig Topper[RISCV] Add isCommutable to ADD/ADDW/MUL/AND/OR/XOR...
2022-04-25 David Green[CostModel] Add fptoi_sat costmodel tests. NFC
2022-04-25 Vitaly Buka[libcxx] Disable long double -> int128 test with msan
2022-04-25 Fangrui Song[LegacyPM] Remove HWAsanSanitizerLegacyPass
2022-04-25 Louis Dionne[libc++][NFC] Use brace-init instead of parens to worka...
2022-04-25 David Green[NFC] Rename Instrinsic to Intrinsic
2022-04-25 Arthur Eubanks[test] Remove legacy PM pipeline test
2022-04-25 Nathan Sidwell[demangler][NFC] OperatorInfo table unit test
2022-04-25 Peter Klausler[flang] Avoid global name conflict when BIND(C,NAME...
2022-04-25 Peter Klausler[flang] Disambiguate F(X)=Y case where F is a function...
2022-04-25 Zakk Chen[RISCV] Fix incorrect policy implement for unmasked...
2022-04-25 Simon Pilgrim[X86] combineX86ShuffleChain - don't fold to truncate...
2022-04-25 Christudasan... [AMDGPU] Lit test pre-commit changes (NFC)
2022-04-25 Christudasan... [AMDGPU] Regenerate lit test pattern (NFC).
2022-04-25 Saleem AbdulrasoolCODE_OWNERS: update information for builtins
2022-04-25 Sam McCallClear temporary file in test, buildbot appears to be...
2022-04-25 Piotr SobczakRevert "[AMDGPU] Use d16 flag for image.sample instruct...
2022-04-25 Yitzhak Mandelbaum[clang][dataflow] Fix `Environment::join`'s handling...
2022-04-25 Jeremy MorseReapply D124184, [DebugInfo][InstrRef] Add a size opera...
2022-04-25 Joseph Huber[Libomptarget] Use entry name for global info
2022-04-25 Florian Hahn[SimpleLoopUnswitch] Enable freezing of conditions...
2022-04-25 Nikolas Klauser[libc++] Fix C++03 with the unstable ABI enabled
2022-04-25 Jeremy MorseRevert "[DebugInfo][InstrRef] Add a size operand to...
2022-04-25 Nico WeberRevert "[sanitizer] Use canonical syscalls everywhere"
2022-04-25 Jeremy Morse[DebugInfo][InstrRef] Add a size operand to DBG_PHI
2022-04-25 Sam McCall[Frontend] shrink in-memory PCH buffers to fit
2022-04-25 Nikita Popov[InstCombine] Remove redundant unsigned underflow fold...
2022-04-25 Mariusz Sikora[AMDGPU] Use d16 flag for image.sample instructions
2022-04-25 Luo, Yuanke[X86][AMX] Add test case for D124378.
2022-04-25 Andrzej Warzynski[flang][driver] Add support for generating executables
2022-04-25 Florian Hahn[SimpleLoopUnswitch] Run LICM for nested unswitching...
2022-04-25 Simon Pilgrim[X86][AVX] Add shuffle test case for Issue #55066
2022-04-25 Nikita Popov[InstCombine] Fold (X != 0) & (Y u>= X)
2022-04-25 Nico Weber[lld/mac] Revert libcompiler_rt.dylib version check...
2022-04-25 Nikita Popov[InstCombine] Fold X + Y + C u< X
2022-04-25 Nikita Popov[InstCombine] Add additional tests for X + Y + C u...
2022-04-25 Max Kazantsev[LoopInstSimplify] Ignore users in unreachable blocks...
next