platform/upstream/llvm.git
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...
2021-09-22 David BlaikieDebugInfo: Unify some printing policy adjustments
2021-09-22 Shao-Ce SUN[NFC] Fix typo.
2021-09-22 Shao-Ce SUN[RISCV][NFC] Deleted useless lines in clang tests.
2021-09-22 Teresa Johnson[Sanitizer] Modify test to avoid bot timeouts
2021-09-22 Chris Lattner[DialectAsmPrinter] Add missing 'printAttributeWithoutT...
2021-09-22 David Tenty[libcxx][AIX] Remove locale fallbacks for old OS levels
2021-09-22 Wenlei He[SamplePGO] Add switch to honor zero count on block...
2021-09-21 Louis Dionne[libc++abi] Remove unnecessary atomic_support.h header...
2021-09-21 Teresa Johnson[Sanitizer] Allow setting the report path to create...
2021-09-21 Toshihito Kikuchi[compiler-rt] [windows] Add more assembly patterns...
2021-09-21 Usman Nadeem[AArch64][SVE] Add patterns to generate ADR instruction
2021-09-21 Yuanfang Chen[libc++] Surpress -Wunused-value warning in variant
2021-09-21 Arthur EubanksMake DiagnosticInfoResourceLimit's limit param required
2021-09-21 Kirill Stoimenov[asan] Fixed a bug causing a crash when redzone optimiz...
2021-09-21 Alex Zinenko[mlir] Always create a list of alias scopes when emitti...
2021-09-21 Craig TopperRecommit "[X86] Clear kill flags when rewriting SETCC...
2021-09-21 Xu Mingjie[LTO] Emit DebugLoc for dead function in optimization...
2021-09-21 Joseph Huber[OpenMP] Add thread ID function into new RTL
2021-09-21 Arthur Eubanks[clang] Make -Rpass imply -Rpass=.*
2021-09-21 Craig TopperRevert "[X86] Clear kill flags when rewriting SETCC...
next