platform/upstream/llvm.git
2021-10-11 Arthur Eubanks[SCCP] Properly report changes when changing a pointer...
2021-10-11 Chris Lattner[TypeSwitch/Compiler.h] Provide a LLVM_NODEBUG macro...
2021-10-11 Daniel Resnick[mlir][ODS] Support result type inference in custom...
2021-10-11 James KingAdd release note about `TypeLoc` matchers.
2021-10-11 Chris BienemanAddGlobalAnnotations for function with or without funct...
2021-10-11 Jay Foad[PHIElimination] Fix accounting for undef uses when...
2021-10-11 Jay Foad[AMDGPU] Fix copying a machine operand
2021-10-11 Roman Lebedev[NFC][X86][Codegen] Add semi-negative PAVG chain test...
2021-10-11 Florian Hahn[VPlan] Print live-in backedge taken count as part...
2021-10-11 Stefan Gränitz[Orc] Handle hangup messages in SimpleRemoteEPC
2021-10-11 Michał Górny[lldb] Remove "0x" prefix from hex values in dirty...
2021-10-11 Aart Bik[mlir][sparse] accept affine subscripts in outer dimens...
2021-10-11 Geoffrey Martin... [Bazel] Update config for 070315d04c6b
2021-10-11 Roman Lebedev[NFC][X86][Codegen] Add basic PAVG chain test (PR52131)
2021-10-11 Joe Loser[libc++] P2401: conditional noexcept for std::exchange
2021-10-11 Nico Weber[gn build] (manually) port 070315d04c6b
2021-10-11 Joe Loser[libc++] Verify span and string_view are trivially...
2021-10-11 Nico Weber[clang] Remove an else-after-return
2021-10-11 Nico Weber[clang] Convert a few loops to for-each
2021-10-11 Nico Weber[clang/CFG] Rewrap a line to 80 columns
2021-10-11 Jonas DevlieghereRevert "Allow signposts to take advantage of deferred...
2021-10-11 Kazu Hirata[Sema] Use llvm::is_contained (NFC)
2021-10-11 peter klausler[flang][NFC] Document behavior for nonspecified/ambiguo...
2021-10-11 Kostya Kortchinsky[scudo] Skip AllocAfterFork test on machines with low...
2021-10-11 Joe Nash[AMDGPU] Support shared literals in FMAMK/FMAAK
2021-10-11 Arthur Eubanks[docs] Mention in release notes that we now support...
2021-10-11 Arthur Eubanks[llc] Support -time-trace in llc
2021-10-11 Philip Reames[SCEV] Extend trip count to avoid overflow by default
2021-10-11 Craig Topper[RISCV] Require tail policy argument to builtins to...
2021-10-11 Lang Hames[ORC] Fix an 80 column violation.
2021-10-11 Fangrui Song[ELF] Demote !isUsedInRegularObj lazy symbol
2021-10-11 Victor Campos[Clang][ARM][AArch64] Add support for Armv9-A, Armv9...
2021-10-11 Tommi Pisto[ORC] Add static and dynamic library generator support...
2021-10-11 AndreyChurbanov[OpenMP] libomp: add OpenMP 5.1 memory allocation routines.
2021-10-11 hyeongyu kim[SimpleLoopUnswitch] Re-fix introduction of UB when...
2021-10-11 Alex Zinenko[mlir] add user-level documentation for Python bindings
2021-10-11 Hans Wennborg[MS compat] Handle #pragma fenv_access like #pragma...
2021-10-11 Michał Górny[lldb] [DynamicRegisterInfo] Support setting from vecto...
2021-10-11 Michał Górny[lldb] [ABI/AArch64] Add pseudo-regs if missing
2021-10-11 Michał Górny[lldb] [Target] Make addSupplementaryRegister() work...
2021-10-11 Michał Górny[lldb] [ABI] Apply AugmentRegisterInfo() to DynamicRegi...
2021-10-11 Raphael Isemann[Object] Deduplicate the three createError functions
2021-10-11 Eric Schweitz[fir] Add fir.convert canonicalization patterns
2021-10-11 Simon Pilgrim[X86][AVX] Ensure we retain zero elements in select...
2021-10-11 Raphael Isemann[lldb][NFC] Remove unnecessary reference from ParseChil...
2021-10-11 Eric Schweitz[fir] Clean up InitFIR.h
2021-10-11 Simon Pilgrim[X86][AVX] Add test case for PR52122
2021-10-11 Raphael Isemann[lldb][NFCI] Refactor out attribute parsing from DWARFA...
2021-10-11 Ben Dunbobbin[LLD] [TEST] Add test case for patching an absolute...
2021-10-11 Michał Górny[lldb] [test] Rewrite g/p/G/P tests not to rely on...
2021-10-11 Eric Schweitz[fir] Update clang-tidy for the Optimizer directory
2021-10-11 Andrzej Warzynski[flang][driver] Add actions that execute despite semant...
2021-10-11 Raphael Isemann[lldb] Add support for DW_AT_calling_convention to...
2021-10-11 Raphael Isemann[lldb] Don't print to stderr in TypeSystemClang::GetBui...
2021-10-11 Bradley Smith[AArch64][SVE] Ensure LowerEXTRACT_SUBVECTOR is not...
2021-10-11 Pavel Labath[lldb] Make char[N] formatters respect the end of the...
2021-10-11 Michał Górny[lldb] [DynamicRegisterInfo] Remove non-const GetRegist...
2021-10-11 Michał Górny[lldb] [ConnectionFileDescriptorPosix] Combine m_read_s...
2021-10-11 Muhammad Omair... [LLDB] Remove xfail decorator TestInferiorAssert.py...
2021-10-11 Qiu Chaofan[Clang] Enable IC/IF mode for __ibm128
2021-10-11 Andrew Savonichev[AArch64] Emit AssertZExt for i1 arguments
2021-10-11 Clement Courbet[BasicAA][NFC] Improve comment.
2021-10-11 David Sherwood[LoopVectorize] Permit vectorisation of more select...
2021-10-11 David Spickett[libcxx][pretty printers] Disable u16string tests
2021-10-11 Valentin Clement[fir] Add the abstract result conversion pass
2021-10-11 Clement Courbetre-land "[AA] Teach BasicAA to recognize basic GEP...
2021-10-11 Muhammad Omair... [LLDB] Skip TestScriptedProcess on Arm/AArch64 Linux
2021-10-11 Clement Courbet[LoopIdiom] Fix store size SCEV type.
2021-10-11 Andrew Browne[DFSan] Fix flakey release_shadow_space.c accounting...
2021-10-11 Vitaly Buka[NFC][sanitizer] Add a few consts
2021-10-11 Vitaly Buka[NFC][sanitizer] Clang-format sanitizer_flat_map.h
2021-10-11 Vitaly Buka[NFC][sanitizer] Add constexpr to FlatMap::size
2021-10-11 Vitaly Buka[NFC][sanitizer] Rename ByteMap to Map
2021-10-11 Vitaly Buka[NFC] Allow to include sanitizer_allocator_bytemap.h
2021-10-11 Uday Bondhugula[MLIR] Fix affine loop unroll corner case for full...
2021-10-11 Lang Hames[ORC] Add TaskDispatcher::shutdown calls to TaskDispatc...
2021-10-11 Lang Hames[ORC] Add optional RunPolicy to ExecutorProcessControl...
2021-10-11 Lang Hames[examples] Fix LLJITWithRemoteDebugging example after...
2021-10-11 Esme-Yi[XCOFF] Improve error message context.
2021-10-11 Qiu Chaofan[Clang] [PowerPC] Fix header include typo in smmintrin.h
2021-10-11 Lang Hames[ORC] Add dependence on pthreads library to ORC.
2021-10-11 LLVM GN Syncbot[gn build] Port f34116168964
2021-10-11 LLVM GN Syncbot[gn build] Port 3df094d31eac
2021-10-11 Lang Hames[ORC] Add missing headers.
2021-10-11 Arthur O'Dwyer[libc++] [P1614] Implement std::compare_three_way.
2021-10-11 Lang Hames[ORC] Add TaskDispatch API and thread it through Execut...
2021-10-11 Arthur Eubanks[NFC][llvm-reduce] Cleanup types
2021-10-11 Amara Emerson[AArch64][GlobalISel] Legalize G_VECREDUCE_XOR. Treated...
2021-10-10 Wenlei He[llvm-profdata] Allow overlap/similarity comparison...
2021-10-10 Wenlei He[llvm-profgen] Deduplicate PID when processing perf...
2021-10-10 Sylvestre Ledruclang release notes: improve the wording
2021-10-10 Lang Hames[ORC] Reorder callWrapperAsync and callSPSWrapperAsync...
2021-10-10 Lang HamesRevert "Add missing include after dfd74db9"
2021-10-10 Dawid Jurczak[DSE] Re-enable calloc transformation with extra care...
2021-10-10 Sylvestre Ledruclang release notes: document the -Wbool-operation...
2021-10-10 Nico Weberclang: Add range-based CFG::try_blocks()
2021-10-10 Nico Weberclang: Convert two loops to for-each
2021-10-10 Joe Loser[libc++][test] Replace a TEST_NOEXCEPT_FALSE with noexc...
2021-10-10 Joe Loser[libc++] Remove empty namespace std in type_traits...
2021-10-10 Jean Perier[fir] Add character conversion pass
next