platform/upstream/llvm.git
2020-08-12 Bogdan Serea[clang-tidy] prevent generated checks from triggering...
2020-08-12 Simon Pilgrim[X86][SSE] Fold HOP(SHUFFLE(X),SHUFFLE(Y)) --> SHUFFLE...
2020-08-12 Shu Anzai[lldb] Display autosuggestion part in gray if there...
2020-08-12 Alex Zinenko[mlir] Expose printing functions in C API
2020-08-12 Georgii Rymar[llvm-readobj] - Refine logic of the symbol table locat...
2020-08-12 Simon Pilgrim[X86][AVX] Fold CONCAT(HOP(X,Y),HOP(Z,W)) -> HOP(CONCAT...
2020-08-12 Raphael Isemann[lldb] Add support for checking children in expect_expr
2020-08-12 Cullen Rhodes[Transforms][SROA] Skip uses of allocas where the type...
2020-08-12 Mehdi AminiAdd missing dependency on Doc generation for the OpenMP...
2020-08-12 Alex Zinenko[mlir] use intptr_t in C API
2020-08-12 Florian Hahn[SCEV] Look through single value PHIs.
2020-08-12 Igor Kudrin[llvm-dwarfdump] Avoid crashing if an abbreviation...
2020-08-12 Sjoerd Meijer[ARM][MVE] tail-predication: overflow checks for backed...
2020-08-12 Eduardo Caldas[SyntaxTree] Unbox operators into tokens for nodes...
2020-08-12 David Sherwood[SVE][CodeGen] Fix issues with EXTRACT_SUBVECTOR when...
2020-08-12 Kazushi (Jam... [VE] Change to promote i32 AND/OR/XOR operations
2020-08-12 Siva Chandra[libc][obvious] Switch copysign[f|l] and fabs[f|l]...
2020-08-12 Haojian Wu[AST] Fix the CXXFoldExpr source range when parentheses...
2020-08-12 Kiran Chandramohan[MLIR,OpenMP] Lowering of parallel operation: proc_bind...
2020-08-12 Craig Topper[X86][GlobalISel] Replace a misuse of SUBREG_TO_REG...
2020-08-12 George Mitenkov[MLIR][SPIRVToLLVM] Conversion for global and addressof
2020-08-12 Siva Chandra[libc][obvious] Switch nearest integer function tests...
2020-08-12 Kyungwoo Lee[NFC] Factor out hasForceAttributes
2020-08-12 Johannes Doerfert[Attributor][NFC] Reformat tests after D85099
2020-08-12 Johannes Doerfert[UpdateTestChecks] Match unnamed values like "@[0-9...
2020-08-12 Petr Hosek[CMake] Simplify CMake handling for zlib
2020-08-12 Jordan Rupprecht[NFC] Inline variable only used in debug builds
2020-08-12 Sanjay Patel[VectorCombine] add safety check for 0-width register
2020-08-12 Thomas Lively[WebAssembly][AsmParser] Name missing features in error...
2020-08-12 Dávid Bolvanský[Diagnostics] Reworked -Wstring-concatenation
2020-08-11 Tim Keith[flang] Fix interpretation of intrinsic names as arguments
2020-08-11 Michael Park[libcxx/variant] Add a few benchmarks for `std::visit`.
2020-08-11 Vedant KumarRevert "[Instruction] Add updateLocationAfterHoist...
2020-08-11 Amy Huang[globalopt] Change so that emitting fragments doesn...
2020-08-11 Nithin Vadukkumchery... [Analyzer] Support note tags for smart ptr checker
2020-08-11 Kazu Hirata[Instcombine] Fix uses of undef (PR46940)
2020-08-11 Jacques Pienaar[drr] Add $_loc special directive for NativeCodeCall
2020-08-11 Vedant Kumar[Instruction] Add updateLocationAfterHoist helper
2020-08-11 Adrian McCarthy[LLDB] Improve PDB discovery
2020-08-11 Siva Chandra[libc][obvious] Remove a commented out block.
2020-08-11 Jian Cai[AARCH64] [MC] add memtag as an alias of mte architectu...
2020-08-11 Ilya Leoshkevich[libFuzzer] Fix minimizing timeouts
2020-08-11 Nikita Popov[InstSimplify] Respect CanUseUndef in more places
2020-08-11 Jonas Devlieghere[lldb] Fix the last remaining tests not inheriting...
2020-08-11 Roman Lebedev[NFC][InstCombine] Add tests for PHI merging/aggregate...
2020-08-11 Louis Dionne[libunwind] Fix incorrect check for out-of-boundedness
2020-08-11 Arthur Eubanks[gn build] Fix CodeGenTests
2020-08-11 Thomas Lively[WebAssembly][NFC] Replace WASM with standard Wasm
2020-08-11 diggerlin[AIX][XCOFF] change the operand of branch instruction...
2020-08-11 Louis Dionne[libunwind][NFC] Fix typo in comment
2020-08-11 Thomas LivelyReland "[SLPVectorizer] Pre-commit a test for D85759"
2020-08-11 Thomas LivelyRevert "[SLPVectorizer] Pre-commit a test for D85759"
2020-08-11 Yuanfang ChenNFC. Constify MachineVerifier::verify parameter
2020-08-11 Julian Lettner[compiler-rt] XFAIL test on iOS
2020-08-11 Artem Belevich[OpenMP] split execution of a long test into smaller...
2020-08-11 Dávid Bolvanský[BPI] Teach BPI about bcmp function
2020-08-11 Jonas Devlieghere[lldb] Enable inheriting TCC permissions in lldb-test
2020-08-11 Jessica PaquetteUpdate AMDGPU testcases after bebe6a6449811e877f7eba3f1...
2020-08-11 Thomas Lively[SLPVectorizer] Pre-commit a test for D85759
2020-08-11 Jonas Devlieghere[lldb] Look beyond the first line to find the PID in...
2020-08-11 sameeran joshi[Flang] Fix release blocker issue #46931 related to...
2020-08-11 cgyurgyik[libc] Add strtok implementation.
2020-08-11 Jessica Paquette[GlobalISel] Combine (logic_op (op x...), (op y......
2020-08-11 Jordan Rupprecht[NFC][llvm-objcopy] Fix redundant config checks.
2020-08-11 jasonliu[XCOFF][llvm-readobj] Move XCOFF test to XCOFF directory
2020-08-11 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-08-11 Simon Pilgrim[X86][SSE] combineShuffleWithHorizOp - canonicalize...
2020-08-11 Matt ArsenaultGlobalISel: Fix typo
2020-08-11 Lang Hames[ORC] Move file-descriptor based raw byte channel into...
2020-08-11 Lang Hames[llvm-jitlink] Fix a file comment.
2020-08-11 Yitzhak Mandelbaum[libTooling] Move RewriteRule include edits to ASTEdit...
2020-08-11 Nikita Popov[InstSimplify] Forbid undef folds in expandBinOp
2020-08-11 David Goldman[clangd][ObjC] Improve xrefs for protocols and classes
2020-08-11 Yitzhak Mandelbaum[libTooling] Cleanup and reorder `RewriteRule.h`.
2020-08-11 Eric ChristopherFold Opcode into assert uses to fix an unused variable...
2020-08-11 Xing GUO[DWARFYAML] Teach yaml2obj emit the correct line table...
2020-08-11 Simon Pilgrim[X86][SSE] combineShuffleWithHorizOp - avoid unnecessar...
2020-08-11 Jonas Devlieghere[lldb/CMake] Separate CMake code for Lua and Python...
2020-08-11 Matt ArsenaultAMDGPU/GlobalISel: Manually select llvm.amdgcn.writelane
2020-08-11 Tim Keith[flang] Allow compiler directives in more places
2020-08-11 Whitney Tsang[NFC][LoopUnrollAndJam] Use BasicBlock::replacePhiUsesW...
2020-08-11 Jay Foad[GlobalISel] Add G_ABS
2020-08-11 Gousemoodhin... [clang] Do not crash for unsupported fixed point to...
2020-08-11 Bevin Hansson[Sema] Iteratively strip sugar when removing address...
2020-08-11 Sanjay Patel[InstSimplify] fold min/max with matching min/max operands
2020-08-11 Sanjay Patel[InstSimplify] add tests for min/max intrinsics with...
2020-08-11 Sanjay Patel[InstCombine] add tests for pointer casts with insertel...
2020-08-11 Alex Zinenko[mlir] Add verification to LLVM dialect types
2020-08-11 Simon Pilgrim[X86][SSE] Add HADD/SUB support to combineHorizOpWithSh...
2020-08-11 Matt ArsenaultAMDGPU/GlobalISel: Prepare for more custom load lowerings
2020-08-11 Matt ArsenaultAMDGPU/GlobalISel: Fix test bugs and add a few more...
2020-08-11 Fangrui Song[ELF] Move the outSecOff addend from relocAlloc/relocNo...
2020-08-11 Fangrui Song[ELF][test] Enhance x86-64-split-stack-prologue-adjust...
2020-08-11 Fangrui Song[split-file] Fix sys::fs::remove() on Solaris after...
2020-08-11 Bruno Ricci[clang] Add a matcher for template template parameters.
2020-08-11 David Stenberg[DebugInfo] Allow GNU macro extension to be emitted
2020-08-11 David Stenberg[DebugInfo] Simplify DwarfDebug::emitMacro
2020-08-11 Benjamin Kramer[GlobalISel] Remove unused variable. NFC.
2020-08-11 Xing GUO[DWARFYAML] Let the address size of line tables inferre...
2020-08-11 Valentin Clement[flang][directives] Use TableGen information for clause...
next