platform/upstream/llvm.git
2021-06-07 Stuart Brady[OpenCL] Add const attribute to ctz() builtins
2021-06-07 Liqiang Tao[llvm] Add interface to order inlining
2021-06-07 Nico Weber[lld/mac] Implement support for searching dylibs with...
2021-06-07 Dmitry Polukhin[clang] NFC: test for undefined behaviour in RawComment...
2021-06-07 Guillaume Chatelet[NFC] Fix semantic discrepancy for MVT::LAST_VALUETYPE
2021-06-07 Florian Hahn[PhaseOrdering] Update tests after 23c2f2e6b24d.
2021-06-07 Simon PilgrimASTConcept.h - remove unused <string> include. NFCI.
2021-06-07 Jingu Kang[SimpleLoopBoundSplit] Split Bound of Loop which has...
2021-06-07 Andrew Savonichev[Clang] Support a user-defined __dso_handle
2021-06-07 Florian Hahn[LV] Mark increment of main vector loop induction varia...
2021-06-07 Jay Foad[AMDGPU] Fix MC tests for v_fmaak_f16 and v_fmamk_f16
2021-06-07 Tobias Gysi[mlir][linalg] Cleanup LinalgOp usage in comprehensive...
2021-06-07 Ole Strohm[OpenCL] Fix missing addrspace on implicit move assignm...
2021-06-07 Pushpinder... [AMDGPU][Libomptarget] Rework logic for locating kernar...
2021-06-07 Esme-YiFixed the build failure of yaml2obj in XCOFFEmitter...
2021-06-07 Esme-Yi[yaml2obj] Initial the support of yaml2obj for 32-bit...
2021-06-07 Nico Weber[lld/mac] Implement support for searching dylibs with...
2021-06-07 Nico Weber[lld/mac] Implement support for searching dylibs with...
2021-06-07 Nico Weber[lld/mac] Rename DylibFile::dylibName to DylibFile...
2021-06-06 Nico Weber[lld/mac] Use fewer magic numbers in magic $ld$ handlin...
2021-06-06 Jianzhou Zhao[dfsan] Use the sanitizer allocator to reduce memory...
2021-06-06 Simon Pilgrim[CostModel][X86] Add 512-bit bswap costs
2021-06-06 Simon Pilgrim[CostModel][X86] Add 512-bit bswap cost tests
2021-06-06 David Green[ARM] MVE tests for vmull from a splat. NFC
2021-06-06 David Green[AArch64] Extra tests for vector shift. NFC
2021-06-06 Simon Pilgrim[CostModel][X86] Improve AVX512 FDIV costs
2021-06-06 Craig Topper[RISCV] Replace && with ||. Spotted by coverity.
2021-06-06 Simon Pilgrim[X86][SSE] LowerFP_TO_INT - remove dead code. NFCI.
2021-06-06 Simon Pilgrim[X86][SSE] combineVectorTruncation - simplify PSHUFB...
2021-06-06 maekawatoshikiRevert "[LoopUnrollAndJam] Change LoopUnrollAndJamPass...
2021-06-06 Michael Kruse[Clang][OpenMP] Refactor checking for mutually exclusiv...
2021-06-06 Simon PilgrimX86MachObjectWriter.cpp - silence null deference warnin...
2021-06-06 Nikita Popov[TargetLowering] Use IRBuilderBase instead of IRBuilder...
2021-06-06 Nikita Popov[LexicalScopesTest] Add missing IRBuilder.h include...
2021-06-06 Simon PilgrimX86Operand.h - fix uninitialized variable warnings...
2021-06-06 Simon PilgrimAssumeBundleQueries.cpp - don't dereference a dyn_cast...
2021-06-06 Michael Kruse[Clang][OpenMP] Add static version of getSingleClause...
2021-06-06 Nikita Popov[TargetLowering] Move methods out of line (NFC)
2021-06-06 Nikita Popov[CodeGen] Add missing includes (NFC)
2021-06-06 Simon PilgrimSimplifyCFG.cpp - remove dead early-return code added...
2021-06-06 Simon PilgrimBreadthFirstIterator.h - fix uninitialized variable...
2021-06-06 Simon PilgrimFix implicit fall through compiler warning. NFCI.
2021-06-06 Simon PilgrimPatternMatch.h - wrap WrapFlags tests inside brackets...
2021-06-06 Simon PilgrimBPFISelDAGToDAG.cpp - don't dereference a dyn_cast...
2021-06-06 Simon PilgrimSmallVector.h - remove unused MathExtras.h header....
2021-06-06 Simon PilgrimFix uninitialized variable warnings. NFCI.
2021-06-06 Simon PilgrimLibcBenchmark.h - add missing implicit cmath header...
2021-06-06 Simon PilgrimDirectoryWatcher-linux.cpp - add missing implicit MathE...
2021-06-06 Simon PilgrimRevert rG0b18c4c0ec03f0321ee83b9976da5777d0e4f53f ...
2021-06-06 Simon PilgrimSmallVector.h - remove unused MathExtras.h header ...
2021-06-06 Liqiang TaoRevert "[llvm] Add interface to order inlining"
2021-06-06 Liqiang Tao[llvm] Add interface to order inlining
2021-06-05 Simon Pilgrimxray-color-helper.cpp - add missing implicit cmath...
2021-06-05 Simon Pilgrimxray-color-helper.h - sort includes. NFCI.
2021-06-05 Simon PilgrimBranchProbability.cpp - add missing implicit cmath...
2021-06-05 Simon PilgrimRevert rG7b839b3542983a313a9bf9f8d8039ceeea35c4d7 ...
2021-06-05 Alexander Shaposhnikov[lld][MachO] Add support for $ld$install_name symbols
2021-06-05 Simon PilgrimSmallVector.h - remove unused MathExtras.h header....
2021-06-05 David Green[AArch64] Remove AArch64ISD::NEG
2021-06-05 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2021-06-05 Simon PilgrimBitstreamWriter.h - add missing implicit MathExtras...
2021-06-05 Simon PilgrimELFTypes.h - add missing implicit MathExtras.h header...
2021-06-05 Simon Pilgrim[MCA] Support.h - add missing implicit MathExtras.h...
2021-06-05 Simon PilgrimEndianStream.h - add missing implicit MathExtras.h...
2021-06-05 Simon PilgrimMsgPackReader.cpp - add missing implicit MathExtras...
2021-06-05 Simon PilgrimNativeFormatting.cpp - add missing implicit MathExtras...
2021-06-05 Arthur O'Dwyer[libc++] graph_header_deps.py: Update the computing...
2021-06-05 Arthur O'Dwyer[libc++] Fix result-type and value_type computation...
2021-06-05 Aaron PuchertMake TableGenGlobalISel an object library
2021-06-05 Mark de Wever[libc++][doc] Update Format status.
2021-06-05 Roman Lebedev[NFC] Promote willNotOverflow() / getStrengthenedNoWrap...
2021-06-05 Nikita Popov[LoopUnroll] Regenerate test checks (NFC)
2021-06-05 Bruce MitchenerRevert "[LLDB/API] Expose args and env from SBProcessInfo."
2021-06-05 Nikita Popov[LoopUnroll] Separate peeling from unrolling
2021-06-05 Alexander Shaposhnikov[lld][MachO] Fix typo in special-symbol-ld-previous.s
2021-06-05 Vitaly BukaRevert "Update and improve compiler-rt tests for -mllvm...
2021-06-05 Amir Ayupov[MC] Add getLSDASection interface
2021-06-05 Kevin AtheyUpdate and improve compiler-rt tests for -mllvm -asan_u...
2021-06-05 Vitaly BukaRevert "[gn build] manually port 60e5243e593e (weak...
2021-06-05 Bruce Mitchener[LLDB/API] Expose args and env from SBProcessInfo.
2021-06-05 Fangrui SongFix some -Wunused-but-set-variable in -DLLVM_ENABLE_ASS...
2021-06-05 Alexander Shaposhnikov[lld][MachO] Add first bits to support special symbols
2021-06-05 Vitaly Buka[NFC][asan] Split fake_stack() into two funcions
2021-06-05 Vitaly Buka[NFC][asan] Fix include order
2021-06-05 Vitaly Buka[NFC][memprof] FIx delete[] usage in test
2021-06-05 Vitaly Buka[NFC][asan] format ThreadStackContainsAddress
2021-06-05 Vitaly Buka[NFC][memprof] Compile *.c tests as C
2021-06-05 Jim Lin[RISCV] Replace (XLenVT (VLOp GPR:$vl)) with VLOpFrag
2021-06-05 Michael Kruse[Polly] Move MatMul optimization into its own file...
2021-06-05 Vitaly BukaRevert "Update and improve compiler-rt tests for -mllvm...
2021-06-05 Fangrui Song[lsan] Bump the thread limit from 1<<13 to 1<<22
2021-06-05 Vitaly Buka[NFC][scudo] Fix sign-compare warning in test
2021-06-05 Vitaly Buka[NFC][scudo] Convert to TYPED more ScudoCombinedTest
2021-06-05 Vitaly Buka[scudo] Remove ScopedString::Length
2021-06-05 Vitaly Buka[Scudo] Improve ScopedString constructor
2021-06-05 Vitaly Buka[NFC][scudo] Fix sign-compare warning in test
2021-06-04 Kevin Atheyremove windows tests for -asan_use-after-return=always...
2021-06-04 Aart Bik[mlir][sparse] add option for 32-bit indices in scatter...
2021-06-04 Nico Weber[gn build] manually port 60e5243e593e (weak asan symbol)
2021-06-04 Kevin Atheyfix SANITIZE_WINDOWS pragma for https://reviews.llvm...
next