platform/upstream/llvm.git
2020-12-18 Jan Svoboda[clang][cli] Port HeaderSearch simple string options...
2020-12-18 Siva Chandra... [libc][NFC] Use `#include <math.h>` in utils/FPUtil...
2020-12-18 Jan Svoboda[clang][cli] Convert Analyzer option string based optio...
2020-12-18 Richard SmithFollowing up on PR48517, fix handling of template argum...
2020-12-18 QingShan Zhang[PowerPC] Select the D-Form load if we know its offset...
2020-12-18 Richard SmithEnsure that we transform types into the current instant...
2020-12-18 Richard SmithWhere possible, don't try to ask whether a template...
2020-12-18 Richard SmithDR2064: decltype(E) is only a dependent type if E is...
2020-12-18 Siva Chandra... [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values...
2020-12-18 Reshabh Sharma[LLD] Rename lld port driver entry function to a consis...
2020-12-18 Mircea Trofin[NFC][utils] Factor remaining APIs under FunctionTestBu...
2020-12-18 Yevgeny Rouban[IndVars] Fix adding trunc instructions to unwind blocks
2020-12-18 Richard SmithPR24076, PR33655, C++ CWG 1558: Consider the instantiat...
2020-12-18 Greg McGary[lld-macho][nfc] Refactor to accommodate paired relocs
2020-12-18 Kazu Hirata[IVDescriptors] Remove getConsecutiveDirection (NFC)
2020-12-18 Kazu Hirata[Transforms] Use llvm::erase_if (NFC)
2020-12-18 Hsiangkai Wang[RISCV] Remove NoVReg to avoid compile warning messages.
2020-12-18 Rong XuFix clang-ppc64le-rhel buildbot build error
2020-12-18 Tim Keith[flang] Fix -intrinsic-module-directory in flang script
2020-12-18 Rong Xu[IR][PGO] Add hot func attribute and use hot/cold attri...
2020-12-18 Monk Chiang[RISCV] Define vsadd/vsaddu/vssub/vssubu intrinsics.
2020-12-18 Layton Kifer[DAGCombiner] Improve shift by select of constant
2020-12-18 Nathan James[clangd] Print .clang-tidy configuration parsing errors...
2020-12-18 Greg McGary[lld-macho] Implement option: -undefined TREATMENT
2020-12-18 Andrew Litteken[IRSim][IROutliner] Adding InstVisitor to disallow...
2020-12-18 River Riddle[mlir] Remove the MutableDictionaryAttr class
2020-12-18 Zakk Chen[RISCV] Define vlse/vsse intrinsics.
2020-12-18 Mitch PhillipsRevert "[sanitizer-common] Force pickup of llvm-symboli...
2020-12-18 Mitch PhillipsRevert "[sanitizer-common] Pickup llvm-symbolizer from...
2020-12-18 Aart Bik[mlir][sparse] scalarize reductions in for-loops during...
2020-12-18 Mehdi AminiRemove unneeded header include (NFC)
2020-12-18 Sean Silva[mlir] Move `std.tensor_cast` -> `tensor.cast`.
2020-12-18 Mehdi AminiWorkaround around clang 5.0 bug by including SmallVecto...
2020-12-17 MaheshRavishankar[mlir][Linalg] Define a linalg.init_tensor operation.
2020-12-17 MaheshRavishankar[mlir] Add canonicalization from `tensor_cast` to ...
2020-12-17 Nikita Popov[DSE] Add test for potential caching bug (NFC)
2020-12-17 Tom StellardCodeGen: Improve generated IR for __builtin_mul_overflo...
2020-12-17 Sanjay Patel[VectorCombine] add tests for gep load with cast; NFC
2020-12-17 Roman Lebedev[SimplifyCFG] Teach simplifyUnreachable() to preserve...
2020-12-17 Roman Lebedev[SimplifyCFG] ConstantFoldTerminator() already knows...
2020-12-17 Roman Lebedev[SimplifyCFG] DeleteDeadBlock() already knows how to...
2020-12-17 Joachim MeyerFix -Wno-error= parsing in clang-format.
2020-12-17 Azat Khuzhin[libc++] Fix extern C for __sanitizer_annotate_contiguo...
2020-12-17 Nico Weberlld: Replace some lld::outs()s with message()
2020-12-17 River Riddle[mlir][IR][NFC] Move context/location parameters of...
2020-12-17 Bangtian LiuRevert "Ensure SplitEdge to return the new block betwee...
2020-12-17 Alex Zinenko[mlir] Partially update the conversion-to-llvm document
2020-12-17 Nico Weberclang-cl: Remove /Zd flag
2020-12-17 Nico Weber[gn build] Link with -Wl,--gdb-index when linking with LLD
2020-12-17 Johannes Doerfert[OpenMP][NFC] Provide a new remark and documentation
2020-12-17 Nick Desaulniers[AttrDocs] document always_inline
2020-12-17 Javier Setoain[mlir][ArmSVE] Add documentation generation
2020-12-17 Nico Weber[gn build] (manually) merge f4c8b8031800
2020-12-17 Nikita Popov[DSE] Add more tests for read clobber location (NFC)
2020-12-17 Arthur Eubanks[test] Factor out creation of copy of SCC Nodes into...
2020-12-17 Christian SiggFix NDEBUG build after https://reviews.llvm.org/D93005.
2020-12-17 Tony[NFC][AMDGPU] Reorganize description of scratch handling
2020-12-17 Brian Gesiak[mlir][LLVMIR] Add 'llvm.switch' op
2020-12-17 Valentin Clement[openmp] Remove clause from OMPKinds.def and use OMP...
2020-12-17 Derek Schuff[WebAssembly][lld] Don't mark a file live from an undef...
2020-12-17 Hansang Bae[OpenMP] Add definitions for 5.1 interop to omp.h
2020-12-17 Peter Collingbournescudo: Adjust test to use correct check for primary...
2020-12-17 Richard UhlerAdd brief description of dialects doc section.
2020-12-17 Baptiste Saleil[PowerPC] Rename the vector pair intrinsics and builtin...
2020-12-17 Kostya Kortchinsky[scudo][standalone] Allow the release of smaller sizes
2020-12-17 GeorgeAdd call site location getter to C API
2020-12-17 LLVM GN Syncbot[gn build] Port dae34463e3e
2020-12-17 Andrew Litteken[IRSim][IROutliner] Adding the extraction basics for...
2020-12-17 Arthur Eubanks[gn build] Add symbol_level to adjust debug info level
2020-12-17 Fangrui Song[LangRef] Update new ssp/sspstrong/sspreq semantics...
2020-12-17 Siva Chandra... [libc][Obvious] Fix typo is wrappergen unittest.
2020-12-17 Michał Górny[lldb] [Process/FreeBSDRemote] Use RegSetKind consisten...
2020-12-17 Michał Górny[lldb] [Process/FreeBSDRemote] Replace GetRegisterSetCo...
2020-12-17 Paula Toth[libc] Add python3 to libc buildbot depedencies.
2020-12-17 Siva Chandra... [libc] Refactor WrapperGen to make the flow cleaner.
2020-12-17 Pavel LabathRevert "[lldb] Make CommandInterpreter's execution...
2020-12-17 Tomas MathesonDetect section type conflicts between functions and...
2020-12-17 Valentin Clement[flang][openacc] Enforce restriction on routine directi...
2020-12-17 Nabeel Omer[DebugInfo] Avoid re-ordering assignments in LCSSA
2020-12-17 Jinsong Ji[PowerPC][NFC] Cleanup PPCCTRLoopsVerify pass
2020-12-17 Jon Chesterfield[amdgpu] Default to code object v3
2020-12-17 Lei Zhang[mlir][spirv] NFC: Shuffle code around to better follow...
2020-12-17 Bangtian LiuEnsure SplitEdge to return the new block between the...
2020-12-17 Amy Huang[llvm-symbolizer][Windows] Add start line when searchin...
2020-12-17 Simon Pilgrim[SampleFDO] Fix uninitialized field warnings. NFCI.
2020-12-17 Valentin Clement[flang][openacc] Update serial construct clauses for...
2020-12-17 Zequan Wu[Clang] Make nomerge attribute a function attribute...
2020-12-17 Simon Pilgrim[TableGen] Return const std::string& in InstrMap getNam...
2020-12-17 Florian Hahn[InstCombine] Preserve !annotation on newly created...
2020-12-17 Yvan Roux[ARM][MachineOutliner] Fix costs model.
2020-12-17 Simon Pilgrim[TableGen] Make InstrMap::getFilterClass() const. NFCI.
2020-12-17 Guillaume ChateletFix dead link
2020-12-17 serge-sans... Remove Python2 fallback and only advertise Python3...
2020-12-17 Adhemerval... [lld] [ELF] AArch64: Handle DT_AARCH64_VARIANT_PCS
2020-12-17 Adhemerval... [llvm-readobj/elf] - AArch64: Handle AARCH64_VARIANT_PC...
2020-12-17 Adhemerval... [obj2yaml][yaml2obj] - Add AArch64 STO_AARCH64_VARIANT_...
2020-12-17 Nathan James[clang-tidy][NFC] Reduce copies of Intrusive..FileSystem
2020-12-17 Florian Hahn[SimplifyCFG] Preserve !annotation in FoldBranchToCommo...
2020-12-17 Jun Ma[InstCombine] Remove scalable vector restriction in...
2020-12-17 Jez Ng[lld-macho] Use LC_LOAD_WEAK_DYLIB for dylibs with...
next