platform/upstream/llvm.git
2020-05-24 Craig Topper[X86] Fix typo in comment. NFC
2020-05-24 Simon Pilgrim[X86] Improve i8 + 'slow' i16 funnel shift codegen
2020-05-24 Amara Emerson[AArch64][GlobalISel] When generating SUBS for compares...
2020-05-24 Vitaly Buka[NFC, StackSafety] LTO tests for MTE and StackSafety
2020-05-23 Eli Friedman[clang driver] Spell "--export-dynamic-symbol" with...
2020-05-23 Amy Kwan[TLI][PowerPC] Introduce TLI query to check if MULH...
2020-05-23 zoecarver[libcxx] Fix deprecation warning by suppressing depreca...
2020-05-23 Fangrui Song[CFIInstrInserter] Delete unneeded checks
2020-05-23 zoecarver[NFC] Remove non-variadic overloads of allocator_traits...
2020-05-23 Jonas DevlieghereRevert "[lldb/Interpreter] Fix another eExpressionThrea...
2020-05-23 Jonas Devlieghere[lldb/Interpreter] Fix another eExpressionThreadVanishe...
2020-05-23 Jinsong Ji[docs] Fix warnings in ConstantInterpreter
2020-05-23 Florian Hahn[ValueTracking] Use assumptions in computeConstantRange.
2020-05-23 Nikita Popov[DwarfEHPrepare] Don't prune unreachable resumes at...
2020-05-23 Simon PilgrimTargetLowering.h - remove unnecessary TargetMachine...
2020-05-23 Matt ArsenaultSimplifyCFG: Clean up optforfuzzing implementation
2020-05-23 Matt ArsenaultAMDGPU: Refine rcp/rsq intrinsic folding for modern...
2020-05-23 Matt ArsenaultHIP: Try to deal with more llvm package layouts
2020-05-23 Matt ArsenaultAMDGPU: Implement isConstantPhysReg
2020-05-23 Matt ArsenaultAMDGPU: Define mode register
2020-05-23 Matt ArsenaultSilence warning from unit test
2020-05-23 Fangrui Song[ELF] Parse SHT_GNU_verneed and respect versioned undef...
2020-05-23 Matt ArsenaultTableGen: Don't reconstruct CodeGenDAGTarget
2020-05-23 Georgii Rymar[yaml2obj] - Move "repeated section/fill name" check...
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...
next