platform/upstream/llvm.git
2021-06-30 Alexey Bataev[OPENMP]Fix PR50929: Ignored initializer clause in...
2021-06-30 Zhouyi Zhou[clang] NFC: add line break at the end of if expressions
2021-06-30 madhur13490[AMDGPU] Simplify getReservedNumSGPRs
2021-06-30 Florian Hahn[ConstantRanges] Use APInt for constant case for urem...
2021-06-30 Florian Mayer[hwasan] Make sure we retag with a new tag on free.
2021-06-30 David Sherwood[NFC] Rename shadowed variable in InnerLoopVectorizer...
2021-06-30 Florian Mayer[MTE] Remove redundant helper function.
2021-06-30 Jay Foad[TableGen] Allow identical MnemonicAliases with no...
2021-06-30 Valeriy Savchenko[analyzer][satest][NFC] Relax dependencies requirements
2021-06-30 Igor Kudrin[ARMInstPrinter] Print the target address of a branch...
2021-06-30 Tobias Gysi[mlir][linalg][python] Explicit shape and dimension...
2021-06-30 Igor Kudrin[ARM][NFC] Remove an unused method
2021-06-30 Stephan Herhut[mlir][llvm] Add a test for memref.copy lowering to...
2021-06-30 Sjoerd MeijerRecommit "[AArch64] Custom lower <4 x i8> loads"
2021-06-30 Dmitry Polukhin[clang] Fix UB when string.front() is used for the...
2021-06-30 Kai Luo[PowerPC][AIX] Re-generate test aix-framepointer-save...
2021-06-30 Uday Bondhugula[MLIR] Fix generateCopyForMemRefRegion
2021-06-30 Kai Luo[PowerPC][AIX] Pre-commit tracetable test for D100167...
2021-06-30 Mehdi AminiFix test pass registration to use the new API / not...
2021-06-30 Tony Tye[AMDGPU] Update gfx90a memory model support
2021-06-30 Chuanqi Xu[FuncSpec] Add an option to specializing literal constant
2021-06-30 Chuanqi Xu[Coroutine] Add statistics for the number of elided...
2021-06-30 Fangrui Song[llvm-objcopy][MachO] Support LC_LINKER_OPTIMIZATION_HI...
2021-06-30 Greg ClaytonFix buildbot compile error for https://reviews.llvm...
2021-06-30 Greg ClaytonCreate synthetic symbol names on demand to improve...
2021-06-30 Nick Desaulniers[Test] delete LPM RUNs in inline_nossp.ll
2021-06-29 David BlaikieConditionalize function only used in an assert to addre...
2021-06-29 Akira Hatanaka[CodeGen] Add ParmVarDecls to FunctionDecls that are...
2021-06-29 Lei HuangRevert "Attempt to disable MLIR JIT tests on PowerPC...
2021-06-29 Steffen Larsen[Clang][NVPTX] Add NVPTX intrinsics and builtins for...
2021-06-29 Dhruva Chakrabarti[libomptarget] [amdgpu] Change default number of teams...
2021-06-29 Adrian PrantlImprove path remapping in cross-debugging scenarios
2021-06-29 Adrian PrantlModernize Module::RemapFile to return an Optional ...
2021-06-29 Adrian PrantlExpress PathMappingList::FindFile() in terms of PathMap...
2021-06-29 Adrian PrantlChange PathMappingList::FindFile to return an optional...
2021-06-29 Aaron PuchertThread safety analysis: Rename parameters of ThreadSafe...
2021-06-29 Aaron PuchertThread safety analysis: Always warn when dropping locks...
2021-06-29 Arthur Eubanks[OpaquePtr][BitcodeWriter] Handle attributes with types
2021-06-29 Nikita Popov[Test] Regenerate test checks (NFC)
2021-06-29 Matt ArsenaultCodeGen: Store LLT instead of uint64_t in MachineMemOperand
2021-06-29 Matt ArsenaultRevert "GlobalISel: Use MMO helper for getting the...
2021-06-29 Akira Hatanaka[CodeGen] Stop creating fake FunctionDecls when generat...
2021-06-29 Duncan P. N... OpaquePtr: Support i32** with --force-opaque-pointers
2021-06-29 Alexander Shaposhnikov[llvm-objcopy][MachO] Code cleanup
2021-06-29 Stella Stamenova[lldb] Fix debug_loc.s which was broken after https...
2021-06-29 Dhruva Chakrabarti[libomptarget] [amdgpu] Fix default setting of max...
2021-06-29 Siva Chandra... [libc] Allow target architecture independent configs
2021-06-29 Stella Stamenova[lldb] Fix globals-bss.cpp which was broken in https...
2021-06-29 Jianzhou Zhao[dfsan] Expose dfsan_get_track_origins to get origin...
2021-06-29 Stella Laurenzo[mlir] Generare .cpp.inc files for dialects.
2021-06-29 Stella StamenovaRevert D104488 and friends since it broke the windows bot
2021-06-29 Eugene Zhulenev[mlir:Async] Change async-parallel-for block size/count...
2021-06-29 Eugene Zhulenev[mlir:Async] Add an async reference counting pass based...
2021-06-29 Nicolas Vasilache[mlir][Linalg] Add a ComprehensiveModuleBufferizePass...
2021-06-29 Stefan Pintilie[Clang] Add option to handle behaviour of vector bool...
2021-06-29 Leonard Chan[NFC][compiler-rt][hwasan] Re-use ring buffer size...
2021-06-29 Fangrui Song[llvm-readobj] Make -s and -t match llvm-readelf
2021-06-29 Leonard Chan[NFC][compiler-rt][hwasan] Move GetCurrentThread to...
2021-06-29 Fangrui Song[test] Change -t to --syms and -s to -S for llvm-readob...
2021-06-29 Nikita Popov[SanitizerCoverage] Fix global type check with opaque...
2021-06-29 Fangrui Song[llvm-objcopy][MachO] Support ARM64_RELOC_ADDEND
2021-06-29 Jacob Hegna[NFC] clang-format on InlineCost.cpp and InlineAdvisor.h.
2021-06-29 Nikita Popov[OpaquePtr] Support forward references in textual IR
2021-06-29 Craig Topper[LegalizeTypes][VE] Don't Expand BITREVERSE/BSWAP durin...
2021-06-29 Jonas Devlieghere[lldb] Check for the mangled symbol name for objc_copyR...
2021-06-29 Louis Dionne[libc++] NFC: Fix return-by-const-value and pass-by...
2021-06-29 Nick Desaulniers[Inline] prevent inlining on noprofile mismatch
2021-06-29 Melanie Blower[clang][PATCH][nfc] Refactor TargetInfo::adjust to...
2021-06-29 Akira Hatanaka[ObjC][ARC] Don't add operand bundle clang.arc.attached...
2021-06-29 Alexey Bataev[INSTCOMBINE] Transform reduction(shuffle V, poison...
2021-06-29 Michael Kruse[Flang][test] Fix Windows buildbot after D104930.
2021-06-29 Raphael Isemann[lldb] Skip TestPairFromStdModule for now
2021-06-29 Craig Topper[RISCV] Protect the SHL/SRA/SRL handlers in LowerOperat...
2021-06-29 Arthur O'Dwyer[libc++] Update ABI docs. NFCI.
2021-06-29 Eugene Zhulenev[mlir:Async] Fix a bug in automatic refence counting...
2021-06-29 Eugene Zhulenev[mlir:Async] Convert AsyncParallelFor pass to ModuleOp...
2021-06-29 Eugene Zhulenev[mlir:Async] Remove async operations if it is staticall...
2021-06-29 gbreynoo[llvm-objdump] Add --no-print-imm-hex to the command...
2021-06-29 gbreynoo[llvm-objdump] Add testing for --print-imm-hex, --heade...
2021-06-29 Piotr Sobczak[AMDGPU] Fix 224-bit spills
2021-06-29 David Green[ARM] Extra test for gep immediate costs. NFC
2021-06-29 LLVM GN Syncbot[gn build] Port d03aa7d6b66f
2021-06-29 Louis Dionne[libc++] NFCI: Remove __functional/search.h
2021-06-29 Eugene Zhulenev[perf] Fix a data race in the PerfJITEventListener
2021-06-29 Florian Hahn[SCCP] Extend tests added 1092357ccdc9 in with UREM...
2021-06-29 Philip Reames[LV] Fix bug when unrolling (only) a loop with non...
2021-06-29 Pratyush DasPrint default template argument if manually specified...
2021-06-29 Louis Dionne[libc++] Serialize Lit parameters to make them availabl...
2021-06-29 Louis Dionne[libc++] NFCI: Remove code duplication and obsolete...
2021-06-29 Jeremy MorseCatch an extremely obvious memory leak, thanks asan
2021-06-29 Alex Zinenko[mlir] silence -Wunused-variable in Linalg comprehensiv...
2021-06-29 Johannes DoerfertRevert "[OpenMP] Add Two-level Distributed Barrier"
2021-06-29 Johannes DoerfertRevert "[omp] Fix build without ITT after D103121 changes"
2021-06-29 Johannes Doerfert[Attributor][NFCI] Make the state of AAValueSimplify...
2021-06-29 Johannes Doerfert[Attributor][NFCI] Remove unneeded namespace
2021-06-29 Johannes Doerfert[Attributor] Teach AAPotentialValues about constant...
2021-06-29 Johannes Doerfert[Attributor][NFC] Clang format
2021-06-29 Johannes Doerfert[InstCombine] Gracefully handle an alloca outside the...
2021-06-29 Balazs Benics[analyzer] Make CheckerManager::hasPathSensitiveChecker...
2021-06-29 David SherwoodRevert "[NFC] Remove shadowed variable in InnerLoopVect...
next