platform/upstream/llvm.git
2021-08-20 Jessica Paquette[AArch64][GlobalISel] Clamp vectors of p0 when legalizi...
2021-08-20 Jessica Paquette[AArch64][GlobalISel] Add regbankselect support for...
2021-08-20 Fangrui Song[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*
2021-08-20 Jessica Paquette[AArch64][GlobalISel] Mark G_LROUND as legal for s64...
2021-08-20 Arthur Eubanks[NFC] addAttribute(FunctionIndex) => addFnAttribute()
2021-08-20 Jessica Paquette[GlobalISel] Add G_LLROUND
2021-08-20 Nikita Popov[LoopPassManager] Assert that MemorySSA is preserved...
2021-08-20 Mircea Trofin[NFC][MLGO] Use std::move when moving protobufs
2021-08-20 Florian HahnRevert "[LoopVectorize][AArch64] Enable ordered reducti...
2021-08-20 Yonghong Song[DebugInfo] convert btf_tag attrs to DI annotations...
2021-08-20 Rob Suderman[mlir][linalg] Finish refactor of TC ops to YAML
2021-08-20 Daniel PaolielloFix SEH table addresses for Windows
2021-08-20 Craig Topper[TypePromotion] Remove unused IRBuilder object. NFC
2021-08-20 Yonghong Song[DebugInfo] generate btf_tag annotations for DIDerived...
2021-08-20 Louis Dionne[libc++] Remove test-suite annotations for unsupported...
2021-08-20 Joe Loser[libc++] Include <__iterator/distance.h> instead of...
2021-08-20 Christian Fetzer[Coverage][llvm-cov] Correctly export branch coverage...
2021-08-20 Aditya KumarPR46874: Reset stack after visiting a node
2021-08-20 Aart Bik[mlir][sparse] add test for DimOp folding
2021-08-20 Muiez Ahmed[SystemZ][z/OS] Avoid assumption for character value...
2021-08-20 Michael Jones[libc] make the scudo integration test run
2021-08-20 Arthur Eubanks[NFC] Cleanup/remove some AttributeList setter methods
2021-08-20 Arthur Eubanks[NFC] Remove unused CallBase::addDereferenceableOrNullA...
2021-08-20 Patrick Holland[MCA] Fixing bug that was causing LSUnit not to realize...
2021-08-20 Ivan ZhechevMake test_symbols.py compare files line-by-line
2021-08-20 Louis Dionne[libc++] Remove more test-suite workarounds for unsuppo...
2021-08-20 Albion Fung[libc++][PowerPC] Fix a test case failure when compiled...
2021-08-20 Jon ChesterfieldRevert "[openmp][nfc] Refactor GridValues"
2021-08-20 Shoaib Meenai[cmake] Fix native tooling when cross-compiling on...
2021-08-20 Arthur Eubanks[NFC] Simplify some CallBase attribute methods
2021-08-20 Arthur Eubanks[NFC] Remove some unused functions
2021-08-20 Andrea Di Biagio[X86][SchedModels] Fix missing ReadAdvance for MULX...
2021-08-20 Craig Topper[X86] Add missing __inline__ to functions in amxintrin.h
2021-08-20 Sanjay Patel[AggressiveInstCombine] guard against applying instruct...
2021-08-20 Thomas Lively[WebAssembly] Restore builtins and intrinsics for pmin...
2021-08-20 Aart Bik[mlir][sparse][python] migrate more code from boilerpla...
2021-08-20 Louis Dionne[libc++][NFC] Fix minor errors and inconsistencies...
2021-08-20 Thomas Lively[WebAssembly] Make shift values unsigned in wasm_simd128.h
2021-08-20 Aaron BallmanReplace an unnecessary null check with an assert; NFC
2021-08-20 Thomas Lively[WebAssembly] Add SIMD intrinsics using unsigned integers
2021-08-20 Jon Chesterfield[openmp][nfc] Refactor GridValues
2021-08-20 Corentin JabotMake wide multi-character character literals ill-formed
2021-08-20 Aaron BallmanUse DeclContext::getNonTransparentContext(); NFC
2021-08-20 Ben Shi[RISCV] Optimize add in the zba extension with SH*ADD
2021-08-20 Louis Dionne[libc++] Fix XFAIL annotation
2021-08-20 Kirill Stoimenov[asan] Implemented getAddressSanitizerParams used by...
2021-08-20 Jacques Pienaar[mlir][ods] Skip adding TOC in doc gen when present
2021-08-20 Alexander Potapenko[msan] Hotfix clang/test/CodeGen/sanitize-memory-disable.c
2021-08-20 Sanjay Patel[CVP] add tests for unreachable switch default; NFC
2021-08-20 Jeremy Morse[DebugInfo][InstrRef] Correctly ignore DBG_VALUE_LIST...
2021-08-20 Aaron BallmanFix assertion when generating diagnostic for inline...
2021-08-20 Simon Pilgrim[CostModel][X86] Add costs for f32/f64 scalar and vecto...
2021-08-20 Simon PilgrimMainSwitch::isValidSelectInst - don't dereference dyn_c...
2021-08-20 Simon PilgrimClangOffloadBundler - getCompatibleOffloadTargets ...
2021-08-20 Jeremy Morse[DebugInfo][InstrRef] Remove a faulty assertion
2021-08-20 Alexander Potapenko[msan] Add support for disable_sanitizer_instrumentatio...
2021-08-20 Guillaume Chatelet[libc] Align to 32B instead of 16B for optimized memcmp
2021-08-20 Bjorn Pettersson[NewPM] Use parameterized syntax for a couple of more...
2021-08-20 Louis Dionne[libc++] Update credits.txt per coment on D108263
2021-08-20 Louis Dionne[libc++] Bypass calling exception-throwing functions...
2021-08-20 Alexander Potapenko[clang][Codegen] Introduce the disable_sanitizer_instru...
2021-08-20 Simon Pilgrim[clangd] detectClangPath() - remove (dead) return....
2021-08-20 Simon PilgrimMemProfilerPass::run - remove (dead) duplicate return...
2021-08-20 Simon Pilgrim[AST] getDeclLocForCommentSearch - remove dead return...
2021-08-20 Florian MayerRevert "[hwasan] do not check if freed pointer belonged...
2021-08-20 Simon Pilgrim[Sema] Remove dead return immediately after another...
2021-08-20 Denys Shabalin[mlir][linalg] Fix __repr__ implementation in const...
2021-08-20 Tim NorthoverAArch64: don't form indexed paired ops if base reg...
2021-08-20 Roman Lebedev[NFCI][SimplifyCFG] Rewrite `createUnreachableSwitchDef...
2021-08-20 Jingu Kang[AArch64] Enable Upper bound unrolling universally
2021-08-20 Fraser Cormack[RISCV] Fix reporting of incorrect commutable operand...
2021-08-20 Andrzej WarzynskiRevert "[flang] Refine output file generation"
2021-08-20 Vladislav Vinogradov[mlir] Fix ControlFlowInterfaces implementation for...
2021-08-20 Florian Mayer[hwasan] do not check if freed pointer belonged to...
2021-08-20 Vignesh Balasubramanian[OpenMP][OMPD]Code movement required for OMPD
2021-08-20 Vladislav Vinogradov[mlir][NFC] Use explicit ::mlir namespace in mlir-tblge...
2021-08-20 Jingu KangPrecommit test for D108204
2021-08-20 Justas Janickas[OpenCL] Fix version reporting of C++ for OpenCL 2021
2021-08-20 Yaron Keren[docs] Clarify how to run cmake and llvm-lit with Visua...
2021-08-20 Sam McCall[AST] Avoid single-trip loop in ClangAttrEmitter
2021-08-20 Andrzej Warzynski[flang] Refine output file generation
2021-08-20 Guillaume Chatelet[libc] Add an optimized version for memcmp
2021-08-20 Kazu Hirata[DWARF] Remove parseListTableHeader (NFC)
2021-08-20 Sebastian Neubauer[AMDGPU] Fix too many constants with flat scratch
2021-08-20 LLVM GN Syncbot[gn build] Port e6407356ba00
2021-08-20 Martin Storsjö[builtins] Move Windows/ARM frontends for fix/float...
2021-08-20 Christian SiggUpdate bazel examples.
2021-08-20 Anshil Gandhi[HIP] Allow target addr space in target builtins
2021-08-20 Daniel Stonelibclc: Fix rounding during type conversion
2021-08-20 LLVM GN Syncbot[gn build] Port 642885710e20
2021-08-20 Lang Hames[ORC] Add 'Async' suffix to ExecutorProcessControl...
2021-08-20 Lang Hames[ORC] Introduce lookupAndRecordAddrs utility.
2021-08-20 Siva Chandra... [libc] Add bcmp to the windows config.
2021-08-20 Anton Afanasyev[NFC][AggressiveInstCombine] Simplify code for shift...
2021-08-20 Anton Afanasyev[Test][AggressiveInstCombine] Split shift tests to...
2021-08-20 Anton Afanasyev[Test][AggressiveInstCombine] Add test for arithmetic...
2021-08-20 Anshil Gandhi[Remarks] [AMDGPU] Emit optimization remarks for atomic...
2021-08-20 Albion Fung[PowerPC] Implement cmplxl builtins
2021-08-20 Rob Suderman[mlir][tosa] Support UInt8 inputs and outputs for tosa...
2021-08-20 Maryam Benimmar[AIX][XCOFF] 64-bit relocation reading support
next