platform/upstream/llvm.git
2020-09-23 Eric AstorFix include location (accidentally committed a local...
2020-09-23 Sanjay Patel[TTI] add wrapper for matching vector reduction to...
2020-09-23 Eric Astor[ms] [llvm-ml] Add support for .radix directive, and...
2020-09-23 Paul C. AnagnostopoulosEnhance TableGen so that backends can produce better...
2020-09-23 Sriraman TallamRe-apply https://reviews.llvm.org/D87921, was reverted...
2020-09-23 Dmitry Antipov[Driver] Check whether Gentoo-specific configuration...
2020-09-23 Krzysztof ParzyszekBreak long line accidentally left in the previous commit
2020-09-23 Fangrui SongRevert D87970 "[ThinLTO] Avoid temporaries when loading...
2020-09-23 Krzysztof Parzyszek[EarlyCSE] Fix crash with expensive checks after D87691
2020-09-23 Mircea TrofinAdd REQUIRES to embed-bitcode-noopt.ll
2020-09-23 Vinicius Tinti[Support/Path] Add path::is_absolute_gnu
2020-09-23 Dmitry AntipovAdd optimal thread strategy
2020-09-23 Mircea Trofin[clang]Test ensuring -fembed-bitcode passed to cc1...
2020-09-23 Guozhi Wei[MBFIWrapper] Add a new function getBlockProfileCount
2020-09-23 Stella LaurenzoNFC: Remove dangling dep on MLIRStandardOps.
2020-09-23 David Greene[UpdateTestChecks] Remove bug-exposing test
2020-09-23 Stella LaurenzoRemove MLIR C-API explicit registration of standard...
2020-09-23 Rahul Joshi[MLIR][NFC] Adopt use of BlockRange in place of ArrayRe...
2020-09-23 Mehdi AminiUpdate the documentation for the MLIR Dialect class...
2020-09-23 Aaron BallmanImprove dynamic AST matching diagnostics for conversion...
2020-09-23 Rahul Joshi[MLIR][NFC] Adopt use of TypeRange in build() methods.
2020-09-23 Rahul Joshi[MLIR] Change default builders generated by TableGen...
2020-09-23 Yaxun (Sam... Fix regressioin in test dwp-separate-debug-file.cpp
2020-09-23 Alex Zinenko[mlir] Add insert before/after to list-like constructs...
2020-09-23 Dave Lee[lldb] Remove lldb-perf remenant
2020-09-23 Yaxun (Sam... recommit [HIP] Fix -gsplit-dwarf option
2020-09-23 Andrew Wei[AArch64] Fix ldst optimization of non-immediate store...
2020-09-23 Simon PilgrimAdd missing namespace closure comments. NFCI.
2020-09-23 Simon PilgrimAdd missing namespace closure comment. NFCI.
2020-09-23 Sebastian NeubauerRevert "[AMDGPU] Insert waitcnt after returning from...
2020-09-23 Jacques Pienaar[mlir] Remove unneeded OpBuilder params. NFC.
2020-09-23 Jacques Pienaar[mlir][ods] Custom builder with no params
2020-09-23 Stella LaurenzoNFC: Remove unused variable.
2020-09-23 Stella LaurenzoAdd mlir python APIs for creating operations, regions...
2020-09-23 Stella LaurenzoImplement python iteration over the operation/region...
2020-09-23 Stella LaurenzoAdd Operation to python bindings.
2020-09-23 Valentin Clement[mlir][openacc] Use OptionalParseResult in loop op...
2020-09-23 SuJunda (Junda Su)[docs][llvm] Fix typos
2020-09-23 Utkarsh Saxena[clangd] Refactor code completion signal's utility...
2020-09-23 Cameron McInally[SVE] Lower fixed length ISD::VECREDUCE_ADD to Scalable
2020-09-23 Florian Hahn[VPlan] Disconnect VPValue and VPUser.
2020-09-23 Alex Zinenko[mlir] Fix typos in Dialect.h. NFC.
2020-09-23 Jonas Paulsson[SystemZ] Make sure not to call getZExtValue on a ...
2020-09-23 Sam Parker[NFC][ARM] Pre-commit tail predication test
2020-09-23 YangZhihuiFix typos in ASTMatchers.h; NFC
2020-09-23 Matt ArsenaultGlobalISel: Fix truncating shift amount in trunc (shl...
2020-09-23 Matt ArsenaultAMDGPU: Check global FP atomics match default FP mode
2020-09-23 Joseph Tremoulet[lldb] Fix GetRemoteSharedModule fallback logic
2020-09-23 Louis Dionne[libc++] Re-apply fdc41e11f (LWG1203) without breaking...
2020-09-23 Sourabh Singh... [NFCI][flang] Renamed a variable name to a more descrip...
2020-09-23 Sourabh Singh... [flang] Removed OpenMP lowering unittests
2020-09-23 Jakub Lichman[mlir] Added support for f64 memref printing in runner...
2020-09-23 Sourabh Singh... [OpenMP][flang]Lower NUM_THREADS clause for parallel...
2020-09-23 Yaxun (Sam... [CUDA][HIP] Fix static device var used by host code...
2020-09-23 Jean Perier[flang] CHARACTER(*) return does not require explicit...
2020-09-23 Kerry McLaughlin[SVE][CodeGen] Lower legal integer -> floating point...
2020-09-23 Georgii Rymar[llvm-readelf/obj] - Fix extended section symbol indice...
2020-09-23 Georgii Rymar[llvm-readelf/obj] - Print section symbol names properl...
2020-09-23 Sebastian Neubauer[AMDGPU] Insert waitcnt after returning from call
2020-09-23 Georgii Rymar[llvm-readelf/obj] - Cleanup the code. NFCI.
2020-09-23 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Separate the...
2020-09-23 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Fix getline...
2020-09-23 David Sherwood[SVE] Make EVT::getScalarSizeInBits and others consiste...
2020-09-23 Raphael IsemannRevert "[libc++] Implement LWG1203"
2020-09-23 David Sherwood[SVE] Fix InstCombinerImpl::PromoteCastOfAllocation...
2020-09-23 Piotr Sobczak[AMDGPU] Fix merging m0 inits
2020-09-23 MaheshRavishankar[mlir][Linalg] Add pattern to fold linalg.tensor_reshap...
2020-09-23 Anatoly Parshintsev[RISCV][ASAN] implementation of ThreadSelf for riscv64
2020-09-23 Vitaly Buka[NFC] Reformat preprocessor directives
2020-09-23 Vitaly BukaRevert "[RISCV][ASAN] implementation of ThreadSelf...
2020-09-23 Albion Fung[PowerPC] Implementation of 128-bit Binary Vector Mod...
2020-09-23 Martin Storsjö[CVP] Remove a redundant trailing semicolon, fixing...
2020-09-23 Martin Storsjö[InstCombine] Add parentheses in assert to silence...
2020-09-23 Martin Storsjö[MC] [Win64EH] Try to generate packed unwind info where...
2020-09-23 Mehdi AminiAdd a dump() method on the pass manager for debugging...
2020-09-23 Anatoly Parshintsev[RISCV][ASAN] implementation of ThreadSelf for riscv64
2020-09-23 Alexey Baturo[RISCV][ASAN] implementation for vfork interceptor...
2020-09-23 Anatoly Parshintsev[RISCV][ASAN] implementation of clone interceptor for...
2020-09-23 Anatoly Parshintsev[RISCV][ASAN] implementation of internal syscalls wrapp...
2020-09-23 Jan Korous[Analyzer][WebKit] Use tri-state types for relevant...
2020-09-23 Anatoly Parshintsev[RISCV][ASAN] updated platform macros to simplify detec...
2020-09-23 Fangrui Song[sanitizers] Remove the message queue with IPC_RMID...
2020-09-23 Nemanja Ivanovic[Sanitizers] Fix test case that doesn't clean up after...
2020-09-23 Greg McGary[lld-maco] fix build breakage
2020-09-23 Teresa Johnson[ThinLTO] Avoid temporaries when loading global decl...
2020-09-23 Greg McGary[lld-macho] In the context of relocs, s/target/referent...
2020-09-23 Arthur Eubanks[test][NewPM] Clean up ScalarEvolution tests to work...
2020-09-23 Bing1 Yu[CostModel][X86] add CostModel for SK_Select(v8f64...
2020-09-23 Arthur Eubanks[test][NewPM] Fix update-scev.ll under NPM
2020-09-23 Andrew LittekenRevert "[IRSim] Adding IRSimilarityCandidate that conta...
2020-09-23 Arthur Eubanks[NewPM] Pin tests with -debug-pass to legacy PM
2020-09-23 Xing GUO[DWARFYAML][test] Simplify __debug_pubnames/types tests...
2020-09-23 Leonard ChanRevert "Canonicalize declaration pointers when forming...
2020-09-23 Fangrui Song[EHStreamer] Ensure CallSiteEntry::{BeginLabel,EndLabel...
2020-09-23 Greg McGary[lld-macho] handle option -headerpad_max_install_names
2020-09-22 Yuanfang Chen[Clang] Fix a typo in implicit-int-float-conversion.c
2020-09-22 Andrew Litteken[IRSim] Adding IRSimilarityCandidate that contains...
2020-09-22 antonio-cortes... [NFC][docs] Fix link.
2020-09-22 Lang Hames[ORC][examples] Add missing library dependencies.
2020-09-22 Walter Erquinigo[trace] avoid using <regex>
next