platform/upstream/llvm.git
2020-07-16 Nadav Rotem[LiveVariables] Replace std::vector with SmallVector.
2020-07-16 Thomas Lively[WebAssembly] Implement v128.select
2020-07-16 Nadav Rotem[TableGen] Change std::vector to SmallVector
2020-07-16 Matt ArsenaultAMDGPU: Move handling of AGPR copies to a separate...
2020-07-16 Fangrui Song[Driver] Make -B take precedence over COMPILER_PATH
2020-07-16 Arthur Eubanks[SCEV] Fix ScalarEvolution tests under NPM
2020-07-16 Thomas Lively[WebAssembly] Autogenerate tests for simd-select.ll
2020-07-16 Thomas Lively[WebAssembly] Lower vselect to v128.bitselect
2020-07-16 Craig Topper[X86] Add test case for PR46455.
2020-07-16 Matt ArsenaultDAG: Try scalarizing when expanding saturating add/sub
2020-07-16 George Rokos[clang] Fix compilation warnings in OpenMP declare...
2020-07-16 Denis AntrushinMIR Statepoint refactoring. Part 1: Basic MI level...
2020-07-16 Matt ArsenaultUse findEnumAttribute helper for preallocated
2020-07-16 Matt ArsenaultIR: Rename Argument::hasPassPointeeByValueAttr to prepa...
2020-07-16 Matt ArsenaultValueTracking: Fix isKnownNonZero for non-0 null pointe...
2020-07-16 Julian Lettner[Darwin] Fix OS version checks inside simulators
2020-07-16 Nico Weber[gn build] Fix merge script mishap
2020-07-16 Fred Riss[lldb/ObjectFileMachO] Fetch shared cache images from...
2020-07-16 Matt ArsenaultAMDGPU: Rename gfx9 version of v_add_i32/v_sub_i32
2020-07-16 Jinsong Ji[docs] fix ident in llvm-exegesis.rst
2020-07-16 Matt ArsenaultAMDGPU: Rename add/sub with carry out instructions
2020-07-16 Jinsong Ji[docs][lldb] Fix lldb item in releasenotes
2020-07-16 Michael ForsterAdd hashing support for std::tuple
2020-07-16 Florian Hahn[Matrix] Add test for running matrix lowering with...
2020-07-16 Louis Dionne[runtimes] Move the enable_rtti Lit parameter to the DSL
2020-07-16 Kostya Kortchinsky[scudo][standalone] Release smaller blocks less often
2020-07-16 Louis Dionne[libc++abi] NFC: Fix indentation
2020-07-16 Dmitri GribenkoUse TestClangConfig in AST Matchers tests and run them...
2020-07-16 Rahul Joshi[NFC] Use appropriate names for `for_each` and `transfo...
2020-07-16 Rahul Joshi[MLIR][TableGen] Add default value for named attributes...
2020-07-16 David Green[BasicAA] Fix -basicaa-recphi for geps with negative...
2020-07-16 LLVM GN Syncbot[gn build] Port 1360e140cc7
2020-07-16 Vy Nguyen [llvm-exegesis] Add benchmark latency option on...
2020-07-16 Rahul Joshi[flang] Adopt NoRegionArguments (WhereOp) and ParentOne...
2020-07-16 Sjoerd MeijerAnd now really disable that test.
2020-07-16 Sjoerd MeijerLast attempt for rG3a624c327add: one test fails with...
2020-07-16 Rahul Joshi[MLIR] Add OpPrintingFlags to IRPrinterConfig.
2020-07-16 Louis Dionne[CMake] Enforce the minimum CMake version to be at...
2020-07-16 Louis Dionne[runtimes][NFC] Remove unused or unnecessary CMake...
2020-07-16 Frederik Gossen[MLIR][Shape] Lower `shape.shape_eq` to `scf`
2020-07-16 Xiangling Liao[AIX]Generate debug info for static init related functions
2020-07-16 Sjoerd MeijerFollow up of rG3a624c327add: pacify buildbot, add ...
2020-07-16 Florian Hahn[SCCP] Add test cases for adding !range to call-sites.
2020-07-16 Xing GUO[DWARFYAML] Implement the .debug_str_offsets section.
2020-07-16 David Green[BasicAA] Add additional negative phi tests. NFC
2020-07-16 Petar AvramovicAMDGPU/GlobalISel: Legalize s64->s16 G_SITOFP/G_UITOFP
2020-07-16 Joachim Protze[TSan] Optimize handling of racy address
2020-07-16 Jay Foad[PowerPC] Precommit 64-bit funnel shift test cases
2020-07-16 Sjoerd Meijer[Matrix] Add the matrix test from D83570. NFC.
2020-07-16 Florian Hahn[SCCP] Only track returns of functions with non-void...
2020-07-16 James Y KnightRemove TwoAddressInstructionPass::sink3AddrInstruction.
2020-07-16 Frederik Gossen[MLIR][Shape] Use callback builder again
2020-07-16 Frederik Gossen[MLIR] Lower `shape.reduce` to `scf.for` only when...
2020-07-16 Frederik Gossen[MLIR][Shape] Allow `shape.reduce` to operate on extent...
2020-07-16 David Truby[flang] Add missing link dependencies to FrontendOpenACC.
2020-07-16 Jay Foad[PowerPC] Use CHECK-LABEL for better diagnostics
2020-07-16 Roman LebedevReland "[NFC] SimplifyCFG: refactor/deduplicate command...
2020-07-16 David Green[ARM] Add a PreferNoCSEL option. NFC
2020-07-16 Paul Walker[SVE] Add lowering for scalable vector fadd, fdiv,...
2020-07-16 AndreyChurbanov[openmp] libomp: added itt notifications for task,...
2020-07-16 Roman LebedevRevert "[NFC] SimplifyCFG: refactor/deduplicate command...
2020-07-16 Georgii Rymar[yaml2obj] - Fix an issue with NoHeaders key.
2020-07-16 Ilya Golovenko[clang] Fix printing of lambdas with capture expressions
2020-07-16 Roman Lebedev[NFC] SimplifyCFG: refactor/deduplicate command-line...
2020-07-16 Roman Lebedev[NFC] SimplifyCFGPass::SimplifyCFGPass(): use default...
2020-07-16 Roman LebedevReland "[NFC] SimplifyCFGOptions: drop multi-parameter...
2020-07-16 Roman LebedevReland "[NFCI] createCFGSimplificationPass(): migrate...
2020-07-16 Kadir Cetinkaya[clangd] Always retrieve ProjectInfo from Base in Overl...
2020-07-16 Pavel Iliin[ARM] VBIT/VBIF support added.
2020-07-16 Sjoerd MeijerFollow up of 2b3c505d0f6e: fixed a typo, and added...
2020-07-16 David Green[ARM] CSEL generation
2020-07-16 Kerry McLaughlin[SVE][CodeGen] Legalisation of masked loads and stores
2020-07-16 Florian Hahn[Matrix] Also run lowering during -O0.
2020-07-16 Max Kazantsev[Test] Add test that shows how SimplifyCFG may insert...
2020-07-16 David Truby[flang] Fix shared library builds for lib/Lower.
2020-07-16 Petar AvramovicAMDGPU/GlobalISel: Select G_FREEZE
2020-07-16 Max KazantsevRe-enable "[InstCombine] Simplify boolean Phis with...
2020-07-16 Adrian KuegelRevert "[NFCI] createCFGSimplificationPass(): migrate...
2020-07-16 Adrian KuegelRevert "[NFC] SimplifyCFGOptions: drop multi-parameter...
2020-07-16 Mikael Holmen[clangd] Fix a few gcc warnings [NFC]
2020-07-16 Mikael Holmen[MasmParser] Remove unused method emitStructValue to...
2020-07-16 Jaroslav Sevcik[lldb] Desugar template specializations
2020-07-16 Craig Topper[X86] Allow lsl/lar to be parsed with a GR16, GR32...
2020-07-16 Max KazantsevRevert "[InstCombine] Simplify boolean Phis with const...
2020-07-16 Amy Kwan[PowerPC][Power10] Fix VINS* (vector insert byte/half...
2020-07-16 Max Kazantsev[InstCombine] Simplify boolean Phis with const inputs...
2020-07-16 Craig TopperRevert "[InstSimplify] Remove select ?, undef, X -...
2020-07-16 Kiran Kumar T P[flang][OpenMP] Enhance parser support for taskwait...
2020-07-16 Aden GrueStandardize `linalg.generic` on `args_in`/`args_out...
2020-07-16 George RokosFix lit test related to declare mapper patch D67833.
2020-07-16 Carl Ritson[AMDGPU] Update VMEM scalar write hazard mitigation...
2020-07-16 Ryan Prichard[libunwind] Fix getSLEB128 on large values
2020-07-16 Ryan Prichard[libunwind] Fix CIE v1 return address parsing
2020-07-16 George Rokos[OpenMP 5.0] Codegen support to pass user-defined mappe...
2020-07-16 George Rokos[OpenMP][Offload] Declare mapper runtime implementation
2020-07-16 Quentin Colombet[CalcSpillWeights] Propagate the fact that a live-inter...
2020-07-16 dfukalov[AMDGPU][CostModel] Improve cost estimation for fused...
2020-07-15 Roman Lebedev[NFC] SimplifyCFGOptions: drop multi-parameter ctor...
2020-07-15 Jonas Devlieghere[lldb/Test] Skip async process connect tests with repro...
2020-07-15 Adrian PrantlAdd missing include
next