platform/upstream/llvm.git
2021-09-22 Sanjay Patel[InstCombine] add test for shift-shift with extra use...
2021-09-22 Nikita Popov[JumpThreading] Add test with free instructions (NFC)
2021-09-22 River Riddle[mlir:DataFlowAnalysis] Reprocess the arguments of...
2021-09-22 Yi ZhangReset operation when canceling root update transaction
2021-09-22 Louis Dionne[libc++][NFCI] Remove uses of _LIBCPP_INLINE_VAR
2021-09-22 Joe Loser[libc++][test] Remove disable_missing_braces_warning...
2021-09-22 Aart Bik[mlir][sparse] generalize reduction support in sparse...
2021-09-22 Sanjay Patel[ValueTracking] fix isOnlyUsedInZeroEqualityComparison...
2021-09-22 Sanjay Patel[Analysis] reduce code for isOnlyUsedInZeroEqualityComp...
2021-09-22 Fangrui Song[ELF][AArch64] Refine and fix the condition when BTI...
2021-09-22 Joseph Huber[OpenMP] Fix KeepAlive usage
2021-09-22 David BlaikieDebugInfo: Add (initially no-op) -gsimple-template...
2021-09-22 Alex Langford[lldb] Remove IRExecutionUnit::CollectFallbackNames
2021-09-22 David GreenMark CFG as preserved in TypePromotion and InterleaveAc...
2021-09-22 Erich KeaneChange error for storage-class to mean linkage, fix...
2021-09-22 Sanjay Patel[Analysis] improve function matching for strlen libcall
2021-09-22 Michael BenfieldDon't diagnose unused but set when the Cleanup attribut...
2021-09-22 Tobias Gysi[mlir][linalg] Fix interchange initialization in fusion...
2021-09-22 Hongtao Yu[llvm-profgen] An option to dump disasm of specified...
2021-09-22 Daniil Fukalov[NFCI][CodeGen, AArch64] Fix inconsistent TargetCostKin...
2021-09-22 Aaron BallmanAdd document numbers for the C99 status page.
2021-09-22 Arthur Eubanks[SimplifyCFG] Ignore free instructions when computing...
2021-09-22 Siva Chandra... [libc] Add an implementation of bsearch.
2021-09-22 Matt Morehouse[HWASan] Use a single .weak binding in asm.
2021-09-22 Stefan Gränitz[ORC] DebugObjectManagerPlugin tests can use lli in...
2021-09-22 Joseph Huber[OpenMP] Add function tracing debugging to device RTL
2021-09-22 Aart Bik[mlir][sparse] replace ad-hoc MemRef struct with CRunne...
2021-09-22 Craig Topper[RISCV] Optimize vp.store with an all ones mask to...
2021-09-22 Shilei Tian[NFC] clang-format -i llvm/lib/Frontend/OpenMP/OMPIRBui...
2021-09-22 Hongtao Yu[CSSPGO] Set PseudoProbeInserter as a default pass.
2021-09-22 Alexey Bataev[SLP][NFC]Add a test to show an issue with incorrectly...
2021-09-22 Kazu Hirata[CodeGen] Remove redundant declaration MIRCanonicalizer...
2021-09-22 Stefan Gränitz[ORC] Re-enable ELF DebugObjectManagerPlugin tests
2021-09-22 Simon Pilgrim[SLP] getReductionCost - use explicit TTI::TCK_RecipThr...
2021-09-22 hyeongyu kim[InstCombine] Update InstCombine to use poison instead...
2021-09-22 Joe Loser[libc++] Disallow volatile types in std::allocator
2021-09-22 Shilei Tian[OpenMP][Offloading] Use bitset to indicate execution...
2021-09-22 hyeongyu kim[InstCombine] Update InstCombine to use poison instead...
2021-09-22 Louis Dionne[libc++][NFC] Add link to Discord channel from document...
2021-09-22 Teresa Johnson[Sanitizer] Add Windows header for _mkdir
2021-09-22 Simon Pilgrim[Target][CodeGen] Remove default CostKind arguments...
2021-09-22 hyeongyu kim[InstCombine] Update InstCombine to use poison instead...
2021-09-22 Sander de Smalen[AArch64][SVE] NFC: Move extract_subvector tests around.
2021-09-22 Joseph Huber[OpenMP] Make sure the Thread ID function is not removed
2021-09-22 Joseph Tremoulet[mailmap] Add entry for myself
2021-09-22 Sander de Smalen[AArch64][SVE] Add extract_subvector patterns for unpac...
2021-09-22 Sander de Smalen[SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBVECTOR.
2021-09-22 Tim NorthoverAArch64: use indivisible cmpxchg for 128-bit atomic...
2021-09-22 Andrew Ng[ELF][test] Restore important part of ICF alignment...
2021-09-22 Alexey Bataev[SLP][NFC]Rename function in the test for better matchi...
2021-09-22 Stefan Gränitz[lldb] JITLoaderGDB tests can use lli in ORC greedy...
2021-09-22 Sander de Smalen[SelectionDAG] Add PromoteIntOp_INSERT_SUBVECTOR.
2021-09-22 LLVM GN Syncbot[gn build] Port 7a320b279d07
2021-09-22 Nico Weber[gn build] (manually) port f8b1cc365786
2021-09-22 Florian Hahn[Passes] Run vector-combine early with -fenable-matrix.
2021-09-22 Sanjay PatelRevert "[InstCombine] fold cast of right-shift if high...
2021-09-22 Sanjay PatelRevert "[CodeGen] regenerate test checks; NFC"
2021-09-22 Florian Hahn[Matrix] Emit assumption that matrix indices are valid.
2021-09-22 Martin Storsjö[lldb] [Windows] Fix continuing from breakpoints and...
2021-09-22 David Green[ARM] Allow smaller VMOVL in tail predicated loops
2021-09-22 Raphael IsemannUnbreak module builds by making InstructionWorklist...
2021-09-22 Yi KongDon't fold (select C, (gep Ptr, Idx), Ptr) if C is...
2021-09-22 Florian Mayer[hwasan] also omit safe mem[cpy|mov|set].
2021-09-22 Sander de Smalen[SelectionDAG] Make WidenVecRes_Convert work for scalab...
2021-09-22 Simon Pilgrim[LoopVectorize][X86] Add operands to make it more obvio...
2021-09-22 Florian Hahn[VectorCombine] Switch to using a worklist.
2021-09-22 Sander de Smalen[AArch64][SVE] Add missing load/store patterns for...
2021-09-22 Jay Foad[AMDGPU] Convert mac/fmac to mad/fma when folding outpu...
2021-09-22 Jay Foad[AMDGPU] Divergence-driven instruction selection for...
2021-09-22 David Green[ARM] Add additional tests for VMOVL in tail predicated...
2021-09-22 Dmitry Vyukovtsan: write uptime in mem profile
2021-09-22 Dmitry Vyukovtsan: remove stale comment
2021-09-22 Dmitry Vyukovtsan: move mem profile initialization into separate...
2021-09-22 Dmitry Vyukovtsan: include internal allocator info in mem profile
2021-09-22 Dmitry Vyukovtsan: make mem profile data more consistent
2021-09-22 Dmitry Vyukovtsan: include MBlock/SyncObj stats into mem profile
2021-09-22 Dmitry Vyukovtsan: account for mid app range in mem profile
2021-09-22 Sebastian Neubauer[Utils] Replace llc with cat for tests
2021-09-22 Balázs Kéri[clang][ASTImporter] Generic attribute import handling...
2021-09-22 Florian Hahn[InstCombine] Move InstCombineWorklist to Utils to...
2021-09-22 Diana Picus[flang] Change complex type define in runtime for clang-cl
2021-09-22 Jonas Devlieghere[lldb] Add --stack option to `target symbols add` command
2021-09-22 Dmitry Vyukovtsan: prepare for trace mapping removal
2021-09-22 Dmitry Vyukovtsan: uninline Enable/DisableIgnores
2021-09-22 Dmitry Vyukovtsan: reset destination range in Java heap move
2021-09-22 Michael Kruse[Polly] Add -polly-reschedule and -polly-postopts options.
2021-09-22 Dmitry Vyukovtsan: enable sse4.2 in tests
2021-09-22 Dmitry Vyukovtsan: move errno spoiling reporting into a separate...
2021-09-22 Dmitry Vyukovtsan: don't call dlsym during exit
2021-09-22 Chen Zheng[PowerPC] add testcase for chain commoning; nfc
2021-09-22 Aart Bik[mlir][sparse] cleanup ABI issues in C interface with...
2021-09-22 Shao-Ce SUN[RISCV][NFC] Fix clang test for vloxei/vluxei
2021-09-22 Louis Dionne[libc++] Add some missing _LIBCPP_HIDE_FROM_ABI markup
2021-09-22 David BlaikieDebugInfo: Don't use preferred template names in debug...
2021-09-22 Shao-Ce SUN[RISCV] add Half-precision test for clang
2021-09-22 Matt ArsenaultAMDGPU: Refactor getWavesPerEU to separate flat workgro...
2021-09-22 Chen Zheng[PowerPC] prepare for udpate form with non-const increment.
2021-09-22 Joe Loser[libc++][test] Fix iterator assertion in span.cons...
2021-09-22 Matt ArsenaultAMDGPU: Fix test relying on incompatible attributes
2021-09-22 David BlaikieDebugInfo: Don't suppress inline namespaces when printi...
next