platform/upstream/llvm.git
2020-08-12 Alexey Bataev[OPENMP]Fix PR37671: Privatize local(private) variables...
2020-08-12 Erich KeaneLimit Max Vector alignment on COFF targets to 8192.
2020-08-12 Sanjay Patel[VectorCombine] early exit if target has no vector...
2020-08-12 Sanjay Patel[VectorCombine] add test for x86 target with SSE disabl...
2020-08-12 David Green[ARM] Add additional predicated VFMA tests. NFC
2020-08-12 Sanjay Patel[InstCombine] eliminate a pointer cast around insertelement
2020-08-12 Sanjay Patel[VectorCombine] add test for Hexagon that would crash...
2020-08-12 Kai Nacke[SystemZ/ZOS] Implement computeHostNumPhysicalCores
2020-08-12 Sam Parker[LoopUnroll] Adjust CostKind query
2020-08-12 Raphael IsemannRevert "[lldb] Display autosuggestion part in gray...
2020-08-12 David Green[ARM] Commutative vmin/maxnma tests. NFC
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...
next