platform/upstream/llvm.git
2020-09-01 Xing GUO[DWARFYAML] Make the debug_str section optional.
2020-09-01 Hamilton Tobon... [OpenMPOpt][NFC] Moving constants as struct static...
2020-08-31 Valentin Clement[mlir][openacc] Add missing attributes and operands...
2020-08-31 peter klausler[flang] Check shape conformance on initializers
2020-08-31 Mehdi AminiFix mlir-reduce to explicitly register dialects and...
2020-08-31 Christopher... [SVE] Remove calls to VectorType::getNumElements()...
2020-08-31 peter klausler[flang] Make `TypeParamInquiry` monomorphic
2020-08-31 Lang Hames[ORC] Remove an unused variable.
2020-08-31 Jonas Devlieghere[lldb] Add reproducer verifier
2020-08-31 Christopher... [SVE] Mark VectorType::getNumElements() deprecated
2020-08-31 Hubert Tong[analyzer][NFC] Add `override` keyword missing from...
2020-08-31 peter klausler[flang] Format label scope is independent of block...
2020-08-31 Hamilton Tobon... [OpenMPOpt][HideMemTransfersLatency] Get values stored...
2020-08-31 River Riddle[mlir][PDL] Move the formats for PatternOp and RewriteO...
2020-08-31 River Riddle[mlir][OpFormatGen] Add initial support for regions...
2020-08-31 River Riddle[mlir][ODS] Add new SymbolNameAttr and add support...
2020-08-31 River Riddle[mlir][OpFormatGen] Add support for specifiy "custom...
2020-08-31 Arthur Eubanks[docs] Fix indentation in FileCheck.rst
2020-08-31 Craig Topper[X86][CGP] Add gather test cases for D86371.
2020-08-31 Sanjay Patel[IR][GVN] allow intrinsics in Instruction's isCommutati...
2020-08-31 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-08-31 Roman Lebedev[NFC][InstCombine] visitPHINode(): cleanup PHI CSE...
2020-08-31 Martin Storsjö[ORC] Remove a stray semicolon, silencing warnings...
2020-08-31 Prathamesh... [ARM] Register pressure with -mthumb forces register...
2020-08-31 Martin Storsjö[LLD] [COFF] Error out if creating a DLL with too many...
2020-08-31 Craig Topper[X86][CGP] Pre-commit test cases for D86371.
2020-08-31 Nithin Vadukkumchery... [analyzer] Add bool operator modeling for unque_ptr
2020-08-31 Qiu Chaofan[NFC] [DAGCombiner] Refactor bitcast folding within...
2020-08-31 Qiu Chaofan[NFC] [DAGCombiner] Remove unnecessary negation in...
2020-08-31 Florian Hahn[llvm-reduce] Create returns with undef values for...
2020-08-31 Sean Fertile[PowerPC][AIX] Add test for returning a vector type...
2020-08-31 Adam Balogh[clang-tidy] Buildbot failure fix for commit rGf5fd7486d6c0
2020-08-31 Erik Pilkington[CodeGen] Make sure the EH cleanup for block captures...
2020-08-31 Arnold SchwaighoferTeach the swift calling convention about _Atomic types
2020-08-31 LLVM GN Syncbot[gn build] Port f5fd7486d6c
2020-08-31 LLVM GN Syncbot[gn build] Port 14dd0737822
2020-08-31 Adam Balogh[Clang-Tidy] New check `bugprone-redundant-branch-condi...
2020-08-31 Adam Balogh[clang-tidy] New check readability-prefer-member-initia...
2020-08-31 Sanjay Patel[DAGCombiner] skip reciprocal divisor optimization...
2020-08-31 Sanjay Patel[AArch64] add another test for reciprocal sqrt; NFC
2020-08-31 Sanjay Patel[x86] add another test for reciprocal sqrt; NFC
2020-08-31 sameeran joshi[Flang][NFC] Remove license comments from files in...
2020-08-31 Nithin Vadukkumchery... [analyzer] Add modeling for unique_ptr move constructor
2020-08-31 Sourabh Singh... [NFCI] Silent a build warning due to an extra semi...
2020-08-31 Gongyu Deng[lldb] tab completion for class `CommandObjectTypeForma...
2020-08-31 Alexandre GaneaFix sphinx documentation after a6a37a2fcd2a8048a75bd0d8...
2020-08-31 Raphael Isemann[lldb][NFC] Remove trailing whitespace in TestCompletion
2020-08-31 Raphael Isemann[lldb] Fix TestCompletion's pid completion failing...
2020-08-31 Georgii Rymar[llvm-readobj/elf] - Don't fail when dumping an archive...
2020-08-31 Raphael IsemannRevert "[FileCheck] Move FileCheck implementation out...
2020-08-31 Raphael Isemann[FileCheck] Move FileCheck implementation out of LLVMSu...
2020-08-31 Raphael Isemann[lldb] Don't crash when LLDB can't extract the tsan...
2020-08-31 Xing GUO[Test] Simplify DWARF test cases. NFC.
2020-08-31 Fangrui Song[Sink] Optimize/simplify sink candidate finding with...
2020-08-31 Fangrui Song[Sink][test] Add nounwind test and properly test convergent
2020-08-30 Venkataramanan... [InstCombine] add extra-use tests for fmul+sqrt; NFC
2020-08-30 Sanjay Patel[GVN] add another commutable intrinsic test; NFC
2020-08-30 Sanjay PatelRevert "[IR][GVN] allow intrinsics in Instruction's...
2020-08-30 Florian Hahn[DSE,MemorySSA] Skip defs without analyzable write...
2020-08-30 Sanjay Patel[IR][GVN] allow intrinsics in Instruction's isCommutati...
2020-08-30 Sanjay Patel[NewGVN] add test for commutative intrinsic; NFC
2020-08-30 Sanjay Patel[GVN] add test for commutative intrinsic; NFC
2020-08-30 Florian Hahn[DSE,MemorySSA] Simplify code, EarlierAccess is be...
2020-08-30 Craig Topper[X86] Pre-commit the test-shrink.ll changes from D86578.
2020-08-30 Florian Hahn[llvm-reduce] Add test for BB reduction with non-void...
2020-08-30 Thomas Preud... [FileCheck] Add precision to format specifier
2020-08-30 Mehdi AminiFix gcc warning by explicitly initializing the base...
2020-08-30 Florian Hahn[LV] Update CFG before adding runtime checks.
2020-08-30 Michael Park[libcxx/variant] Implement workaround for GCC bug.
2020-08-30 Sanjay Patel[FastISel] update to use intrinsic's isCommutative...
2020-08-30 Sanjay Patel[DAGCombiner] skip reciprocal divisor optimization...
2020-08-30 Sanjay Patel[AArch64] add tests for multi-use fast sqrt/recip; NFC
2020-08-30 Sanjay Patel[x86] add tests for multi-use fast sqrt/recip; NFC
2020-08-30 Sanjay Patel[SLP] make commutative check apply only to binops; NFC
2020-08-30 Nikita Popov[CVP] Regenerate test checks (NFC)
2020-08-30 Anatoly Trosinenko[NFC][compiler-rt] Factor out __div[sdt]i3 and __mod...
2020-08-30 Krzysztof Parzyszek[Hexagon] Fix perfect shuffle generation for single...
2020-08-30 David Green[LV] Add some const to RecurrenceDescriptor. NFC
2020-08-30 Tyker[llvm-reduce] Function body reduction: don't forget...
2020-08-30 sstefan1Reland [OpenMPOpt] ICV tracking for calls
2020-08-30 sstefan1[Attributor] Introduce module slice.
2020-08-30 Kamlesh KumarImprove doc comments for several methods returning...
2020-08-30 sstefan1[OpenMPOpt][NFC] add reproducer for problem found in...
2020-08-30 Juneyoung Lee[LangRef] Apply a missing comment from D86189
2020-08-30 Juneyoung Lee[LangRef] State that storing an aggregate fills padding...
2020-08-30 Shinji Okumura[Attributor] Fix callsite check in AAUndefinedBehavior
2020-08-30 Shinji Okumura[Attributor][NFC] Fix dependency type in AAUndefinedBeh...
2020-08-30 Fangrui SongSet alignment of .llvmbc and .llvmcmd to 1
2020-08-30 Brad SmithRemove OpenBSD/sparc support
2020-08-29 Lang Hames[ORC] Add getDFSLinkOrder / getReverseDFSLinkOrder...
2020-08-29 Louis Dionne[libc++] Temporarily force-set the LIBCXX_TEST_CONFIG...
2020-08-29 Louis Dionne[libc++] Move the default site config template alongsid...
2020-08-29 Louis Dionne[libc++] Add from-scratch configuration files for the...
2020-08-29 Shinji Okumura[Attributor] Fix AANoUndef identification
2020-08-29 Nikita Popov[InstSimplify] Reduce code duplication in simplifySelec...
2020-08-29 Nikita Popov[InstSimplify] Protect against more poison in SimplifyW...
2020-08-29 Florian Hahn[LV] Check opt-for-size before expanding runtime checks.
2020-08-29 Nikita Popov[LVI] Remove unnecessary lambda capture (NFC)
2020-08-29 Nikita PopovReapply [LVI] Normalize pointer behavior
2020-08-29 Roman Lebedev[NFC][Local] EliminateDuplicatePHINodes(): add STATISTIC()
next