platform/upstream/llvm.git
2021-05-19 MaheshRavishankar[mlir][Linalg] Break unnecessary dependency through...
2021-05-19 Arthur Eubanks[NewPM] Add options to PrintPassInstrumentation
2021-05-19 Senran Zhang[Utils][vim] Highlight CHECK-EMPTY: & CHECK-COUNT:...
2021-05-19 Vladimir Vereschaka[CMake] Update Cmake cache file for Win to ARM Linux...
2021-05-19 Wenyi ZhaoEnhance InferShapedTypeOpInterface to make it accessibl...
2021-05-19 Richard SmithRevert "[IR] Add a Location to BlockArgument." and...
2021-05-19 Joseph Huber[Attributor] Change AAExecutionDomain to only accept...
2021-05-19 Guozhi Wei[X86FixupLEAs] Transform the sequence LEA/SUB to SUB/SUB
2021-05-19 Thomas KöppeAdd a helper function to convert LogicalResult to int...
2021-05-19 River Riddle[mlir] Speed up Lexer::getEncodedSourceLocation
2021-05-19 Amy HuangApply [[standalone_debug]] to some types in the STL.
2021-05-18 Arthur O'Dwyer[libc++] Alphabetize header inclusions and include...
2021-05-18 Arthur O'Dwyer[libc++] Some fixes to the <bit> utilities.
2021-05-18 Rong XuFix a buildbot failure from commit 886629a8
2021-05-18 LLVM GN Syncbot[gn build] Port 886629a8c9e5
2021-05-18 Rong Xu[SampleFDO] New hierarchical discriminator for Flow...
2021-05-18 Mike Rice[OpenMP] Stabilize OpenMP/parallel_for_codegen.cpp...
2021-05-18 Tomasz Miąsko[Demangle][Rust] Speculative fix for bot build failure
2021-05-18 Alex Orlov[symbolizer] Added StartAddress for the resolved function.
2021-05-18 Fabian SommerDefault stack alignment of x86 NaCl to 16 bytes
2021-05-18 Tomasz Miąsko[Demangle][Rust] Parse tuples
2021-05-18 Tomasz Miąsko[Demangle][Rust] Parse slice type
2021-05-18 Tomasz Miąsko[Demangle][Rust] Parse array type
2021-05-18 Tomasz Miąsko[Demangle][Rust] Parse named types
2021-05-18 Peter Collingbournescudo: Test realloc on increasing size buffers.
2021-05-18 Sanjay Patel[x86] add FMF propagation test for target-specific...
2021-05-18 Sanjay Patel[x86] trim zeros from constants for readability; NFC
2021-05-18 River Riddle[mlir] Allow derived rewrite patterns to define a non...
2021-05-18 River Riddle[mlir-docs] Add a blurb on recursion during pattern...
2021-05-18 Arthur Eubanks[docs] Fix broken docs after 1c7f32334
2021-05-18 Arthur Eubanks[NFC] Use ArgListEntry indirect types more in ISel...
2021-05-18 Arthur Eubanks[TargetLowering] Only inspect attributes in the argumen...
2021-05-18 Arthur Eubanks[MSan] Set zeroext on call arguments to msan functions...
2021-05-18 Konstantin... AMDGPU/Docs: Remove reserved MACH 0x3E (it is no longer...
2021-05-18 Neumann Hon[SystemZ] [z/OS] Add XPLINK64 Calling Convention to...
2021-05-18 Martin Storsjö[compiler-rt] [builtins] Provide a SEH specific __gcc_p...
2021-05-18 Arthur Eubanks[NewPM] Don't mark AA analyses as preserved
2021-05-18 Mateusz Mikuła[MinGW] Fix the cmake condition for -mbig-obj
2021-05-18 Arthur Eubanks[OpaquePtr] Make loads and stores work with opaque...
2021-05-18 Petr Hosek[CMake] Use -O0 for unittests under full LTO as well
2021-05-18 Reid Kleckner[PDB] Improve error handling when writes fail
2021-05-18 River Riddle[mlir-lsp-server] Add support for recording text docume...
2021-05-18 Sam Clegg[lld][WebAssembly] Convert test to assembly. NFC.
2021-05-18 Simon Pilgrim[X86][AVX] createVariablePermute - correctly extend...
2021-05-18 Sam Clegg[lld][WebAssembly] Enable string tail merging in debug...
2021-05-18 Vassil Vassilev[clang-repl] Better match the underlying architecture.
2021-05-18 Konstantin... AMDGPU/NFC: Replace EF_AMDGPU_MACH_AMDGCN_RESERVED_0X3E...
2021-05-18 Simon Pilgrim[X86][AVX] Add variable-permute test case from PR50356
2021-05-18 Rafael Auler[RuntimeDyld] Add allowStubs/allowZeroSyms
2021-05-18 peter klausler[flang] Accept OPEN(ACCESS='APPEND') legacy extension...
2021-05-18 Nikita Popov[LICM] Remove MaybePromotable set (PR50367)
2021-05-18 peter klausler[flang] Implement MATMUL in the runtime
2021-05-18 Fangrui Song[Driver] Delete -mimplicit-it=
2021-05-18 Nico Weber[lld/mac] Correctly set nextdefsym
2021-05-18 Chris Lattner[IntegerAttr] Add helpers for working with LLVM's APSIn...
2021-05-18 Arthur Eubanks[NFC] Format PassesBindingsTests CMake like other unittests
2021-05-18 Sanjay Patel[InstCombine] restrict funnel shift match to avoid...
2021-05-18 Arthur Eubanks[test] Speculative fix for bots (round 2)
2021-05-18 Arthur Eubanks[gn build] Rename PassesBindingsTests and add it to...
2021-05-18 Sanjay Patel[InstCombine] add tests for funnel shift miscompile...
2021-05-18 Chris Lattner[IR] Add a Location to BlockArgument.
2021-05-18 Arthur EubanksRevert "[test] Speculative fix for bots"
2021-05-18 Simon Pilgrim[X86] Use Skylake Server model for x86-64-v4 so we...
2021-05-18 Arthur Eubanks[test] Speculative fix for bots
2021-05-18 Arthur Eubanks[gn build] Add target for PassesBindingsTest
2021-05-18 Jessica Paquette[AArch64][GlobalISel] Prefer mov for s32->s64 G_ZEXT
2021-05-18 Roman Lebedev[X86] AMD Zen 3: fix MULX modelling - don't forget...
2021-05-18 Vinayaka Bandishti[MLIR][Affine] Privatize certain escaping memrefs
2021-05-18 Aaron BallmanSpeculatively fix failing tests from 6381664580080f015b...
2021-05-18 Jessica Paquette[GlobalISel] Simplify G_ICMP to true/false when the...
2021-05-18 Sergey Dmitriev[clang-offload-bundler] Add sections and set section...
2021-05-18 Lang Hames[ORC-RT] Add apply_tuple utility.
2021-05-18 Lang Hames[ORC-RT] Add compiler abstraction header for the ORC...
2021-05-18 Lang Hames[ORC] Don't try to obtain a ref to a non-existent buffer.
2021-05-18 Aaron BallmanIntroduce SYCL 2020 mode
2021-05-18 Tim NorthoverRecommit X86: support Swift Async context
2021-05-18 Jinsong Ji[DebugInfo][test] Check specific func name to ignore...
2021-05-18 Raphael Isemann[ADT] Remove StringRef::withNullAsEmpty
2021-05-18 Roman Lebedev[X86] AMD Zen 3: cap LoopMicroOpBufferSize to workaroun...
2021-05-18 Kristina Bessonova[libcxx][test] Attempt to make debug mode tests more...
2021-05-18 David Sherwood[NFC] Removed unused VFInfo comparison operator
2021-05-18 Martin Storsjö[LLD] [MinGW] Pass the canExitEarly parameter through...
2021-05-18 Simon Pilgrim[X86][AVX] Cleanup AVX2 vector integer truncation costs
2021-05-18 Nico Weber[lld/mac] Propagate -(un)exported_symbol(s_list) to...
2021-05-18 Florian Hahn[LV] Add test which sinks a load a across an aliasing...
2021-05-18 Simon Pilgrim[CostModel][X86] Add scalar truncation cost checks
2021-05-18 Simon Pilgrim[CostModel][X86] Add missing check prefixes from cast.ll
2021-05-18 Simon PilgrimRevert rGd70cbd1ce9b426f2c7e0e0f900769bbcbb300a95 ...
2021-05-18 Simon Pilgrim[AMDGPU] Regenerate wave32.ll tests
2021-05-18 Alexey Bader[SYCL] Enable `opencl_global_[host,device]` attributes...
2021-05-18 Nicolas Vasilache[mlir][Linalg] Drop spuriously long matmul_column_major...
2021-05-18 Ole Strohm[OpenCL] Fix initialization of __constant constructors...
2021-05-18 James Henderson[lld] Add a feature for each lld variant when use_lld...
2021-05-18 James Henderson[lit] Stop using PATH to lookup clang/lld/lldb unless...
2021-05-18 Adrian Kuegel[mlir] Add folder for complex.ReOp and complex.ImOp.
2021-05-18 Jay Foad[AMDGPU] Fix typo in comment
2021-05-18 Benjamin Kramer[CodeGen] Avoid unused variable warning in Release...
2021-05-18 Neal (nealsid)Update MSVC version number in preprocessor check
2021-05-18 Raphael Isemann[lldb][NFC] Cleanup IRForTarget member initializers
2021-05-18 Fraser Cormack[RISCV] Fix operand order in fixed-length VM(OR|AND...
next