platform/upstream/llvm.git
2020-05-23 Georgii Rymar[yaml2obj] - Add a technical prefix for each unnamed...
2020-05-23 Stephen KellyAdd a way to set traversal mode in clang-query
2020-05-23 Marek Kurdej[libc++] Mark __cpp_lib_hardware_interference_size...
2020-05-23 Michal PaszkowskiRevert "Added a new IRCanonicalizer pass."
2020-05-23 Michal PaszkowskiRevert "[gn build] Port 14d358537f1"
2020-05-23 LLVM GN Syncbot[gn build] Port 14d358537f1
2020-05-23 Michal PaszkowskiAdded a new IRCanonicalizer pass.
2020-05-23 mydeveloperday[Analyzer][WebKit][NFC] Correct documentation to avoid...
2020-05-23 Nikita Popov[TargetPassConfig] Don't add alias analysis at optnone
2020-05-23 Craig Topper[Align] Remove operations on MaybeAlign that asserted...
2020-05-23 Fangrui Song[MC] Drop unneeded std::abs for DW_def_cfa_offset in...
2020-05-23 Fangrui Song[MC] Fix double negation of DW_CFA_def_cfa
2020-05-23 Craig Topper[X86] Update some av512 shift intrinsics to use "unsign...
2020-05-23 Fangrui Song[MC] Fix double negation of DW_CFA_def_cfa_offset
2020-05-23 Tony[AMDGPU] DWARF Proposal For Heterogeneous Debugging
2020-05-23 Tony[AMDGPU] DWARF For Heterogeneous Debugging
2020-05-23 Stephen KellyAdd missing unit test
2020-05-23 Stephen KellyFix mistake made while rebasing
2020-05-23 Fangrui Song[MC] Change MCCFIInstruction::createDefCfaOffset to...
2020-05-23 Stephen KellyAdd some explicit use of TK_AsIs
2020-05-23 Stephen KellyFix ignoring traversal of intermediate parens
2020-05-23 Stephen KellyTraverse-ignore invisible CXXConstructExprs with defaul...
2020-05-22 Adrian PrantlRestrict test for DW_AT_APPLE_optimized to Darwin
2020-05-22 Fangrui Song[MC] Change MCCFIInstruction::createDefCfa to cfiDefCfa...
2020-05-22 Adrian PrantlPrint a warning when stopped in a frame LLDB has no...
2020-05-22 Stephen NeuendorfferReapply "[lit] GoogleTest framework should report failu...
2020-05-22 Stanislav Mekhanoshin[AMDGPU] Define 6 dword subregs
2020-05-22 Eric ChristopherHandle eExpressionThreadVanished in error switch to...
2020-05-22 Sanjay Patel[VectorCombine] set preserve alias analysis
2020-05-22 Louis Dionne[libc++] Mark __u64toa and __u32toa as noexcept
2020-05-22 Jonas Devlieghere[lldb/Test] Disable APITests.exe on Windows
2020-05-22 Jonas Devlieghere[lldb/Reproducers] Make the type tests work with reprod...
2020-05-22 Ahsan Saghir[PowerPC] Add support for vmsumudm
2020-05-22 Louis Dionne[libc++] Fix broken tuple tests
2020-05-22 Jean-Michel... Revert "[CodeGen] Add support for multiple memory opera...
2020-05-22 Raphael IsemannRevert "[lldb] Enable C++14 when evaluating expressions...
2020-05-22 Louis Dionne[libc++] Make MoveOnly constexpr-friendly
2020-05-22 Kirstóf UmannRevert "[analyzer] Change the default output type to...
2020-05-22 Florian Hahn[DSE,MSSA] Add additional multiblock tests.
2020-05-22 Joe Ranieri[clang-tidy] Expand the list of functions in bugprone...
2020-05-22 Jonas Devlieghere[lldb/Test] Remove issue_verification subdirectory
2020-05-22 Sanjay Patel[VectorCombine] position pass after SLP in the optimiza...
2020-05-22 Pengxuan Zheng[RISCV] Register null target streamer for RISC-V
2020-05-22 Valeriy Savchenko[analyzer] SATestBuild.py: Fix hang when one of the...
2020-05-22 Simon Pilgrim[CGP] Ensure address offset is representable as int64_t
2020-05-22 Sanjay Patel[InstCombine] (A + B) + B --> A + (B << 1)
2020-05-22 Sanjay Patel[InstCombine] add tests for adds with common operand...
2020-05-22 Denis Antrushin[SCEV] Constant fold MultExpr before applying depth...
2020-05-22 Xiangling_Liao[NFC][AIX] Remove spaces after the comma for '.csect...
2020-05-22 Matt ArsenaultAMDGPU/GlobalISel: Fix masked control flow with fallthr...
2020-05-22 Sanjay Patel[PhaseOrdering] regenerate test checks; NFC
2020-05-22 Anh Tuyen TranTitle: [LV] Handle Fold-Tail of loops with vectorizario...
2020-05-22 Simon PilgrimTargetLowering.h - remove unnecessary includes. NFC.
2020-05-22 Simon Pilgrim[TargetLowering] Move TargetLoweringBase::isJumpTableRe...
2020-05-22 Louis Dionne[libc++] NFC: Inline array<T,N>::at methods inside...
2020-05-22 Sanjay Patel[SLP] fix verification check for valid IR
2020-05-22 Artem Dergachev[analyzer] LoopUnrolling: fix crash when a parameter...
2020-05-22 Sanjay Patel[SLP] fix test to have valid IR; NFC
2020-05-22 Nemanja Ivanovic[PowerPC] Treat 'Z' inline asm constraint as a true...
2020-05-22 Nemanja Ivanovic[PowerPC] Add missing handling for half precision
2020-05-22 Marek Kurdej[CMake] Fix typos. NFC
2020-05-22 Marek Kurdej[Target] Fix typos. NFC
2020-05-22 Matt ArsenaultInstCombine: Add constant folding/simplify for amdgcn...
2020-05-22 Jon RoelofsRevert "[llvm][test] Add COM: directives before colon...
2020-05-22 Simon Pilgrim[AVR] Remove unsigned <= 0 checks. NFCI.
2020-05-22 Dmitry Preobrazhensky[AMDGPU][MC][GFX8+] Enabled clamp for v_mul_i32_i24_e64...
2020-05-22 Simon PilgrimRemove superfluous semicolon to stop Wpedantic warning...
2020-05-22 Simon PilgrimReplace dyn_cast<> with isa<> to fix unused variable...
2020-05-22 QingShan Zhang[NFC][Test] Add test coverage for fsqrt on PowerPC
2020-05-22 Valeriy Savchenko[analyzer] SumTimerInfo.py: Partially modernize
2020-05-22 Valeriy Savchenko[analyzer] SATestUpdateDiffs.py: Refactor and add type...
2020-05-22 Valeriy Savchenko[analyzer] SATestUtils.py: Refactor and add type annota...
2020-05-22 Valeriy Savchenko[analyzer] SATestBuild.py: Refactor and add type annota...
2020-05-22 Pavel Labath[lldb] Increase timeout in TestExitDuringExpression
2020-05-22 Alexey Bader[SYCL] Prohibit arithmetic operations for incompatible...
2020-05-22 Victor CamposRevert "[ARM] Improve codegen of volatile load/store...
2020-05-22 Simon PilgrimStatepointLowering.h - remove unused includes. NFC.
2020-05-22 Simon PilgrimFix msvc "switch statement contains 'default' but no...
2020-05-22 Simon PilgrimMILexer.h/cpp - remove unused includes. NFC.
2020-05-22 Raphael Isemann[lldb] Enable C++14 when evaluating expressions in...
2020-05-22 Raphael Isemann[lldb][NFC] Overload raw_ostream operator << for ConstS...
2020-05-22 Roman Lebedev[NFC] InstCombineNegator: use auto where type is obviou...
2020-05-22 Max Kazantsev[InstCombine] Sink pure instructions down to return...
2020-05-22 Jonas Devlieghere[lldb/REPL] Fix unhandled switch case
2020-05-22 LLVM GN Syncbot[gn build] Port 2e40cf06df0
2020-05-22 Craig Topper[X86] Allow avx512vp2intersect to be used with __builti...
2020-05-22 Craig Topper[X86] Add avx512vp2intersect feature to compiler-rt...
2020-05-22 Lang Hames[JITLink] Initial implementation of ELF / x86-64 suppor...
2020-05-22 ISHIGURO, Hiroshi[OPENMP] Fix mixture of omp and clang pragmas
2020-05-22 Jinsong Ji[docs][llvm-extract] Add missing alias/bb options
2020-05-22 Jonas Devlieghere[lldb/Reproducers] Skip test that changes the source...
2020-05-22 Jonas Devlieghere[lldb/Test] Fix replay with TestSetWatchpoint.py
2020-05-22 Nico Weber[gn build] (manually) port 49a4f3f7d88
2020-05-22 Jessica Paquette[AArch64][GlobalISel] Add a post-legalizer combiner...
2020-05-22 Paula Toth[libc] Make clang-tidy use host compiler's resource...
2020-05-22 Jim InghamMaybe I need ENABLE_THREADS in the Makefile.
2020-05-22 Jim InghamThis very simple .c file is failing on the Debian bot...
2020-05-22 Dominic Chen[llvm-extract] Fix basic block extraction by delaying...
2020-05-22 Jim InghamHandle the case where a thread exits while we are runni...
2020-05-22 Tony[AMDGPU] Correct formatting typos in documentation
next