platform/upstream/llvm.git
2022-08-24 Amir Ayupov[BOLT][NFC] Move out handleExternalReference
2022-08-24 Amir Ayupov[BOLT][NFC] Move out handlePCRelOperand
2022-08-24 Petr Hosek[Clang] Avoid using unwind library in the MSVC environment
2022-08-23 River Riddle[mlir:Bytecode] Use UNSUPPORTED instead of XFAIL for...
2022-08-23 River Riddle[mlir:Bytecode] Add initial support for dialect defined...
2022-08-23 River Riddle[mlir:Bytecode][NFC] Cleanup Attribute/Type reading
2022-08-23 River Riddle[mlir:Bytecode][NFC] Refactor string section writing...
2022-08-23 Teresa Johnson[memprof] Correct max size and access count computations
2022-08-23 isuckatcs[analyzer] Process non-POD array element destructors
2022-08-23 Slava Zakharin[flang] Keep original data type for do-variable value.
2022-08-23 Louis Dionne[libc++] Extend check for non-ASCII characters to src...
2022-08-23 Louis Dionne[libc++] Remove trailing whitespace from libcxx include...
2022-08-23 Siva Chandra[libc][Obvious] Fix typo is chmod implementation.
2022-08-23 Eli FriedmanPrint more information when JSON parsing fails for...
2022-08-23 Sanjay Patel[SDAG] expand more is-power-of-2 patterns that use...
2022-08-23 Sanjay Patel[AArch64] add test for popcount i32; NFC
2022-08-23 Sanjay Patel[InstCombine] adjust tests for mul+add common factor...
2022-08-23 Vitaly Buka[symbolizer] Fix build after 342e0eb
2022-08-23 Vitaly Buka[symbolizer] Remove check if it's monorepo
2022-08-23 Vitaly Buka[test][openmp] Relax condition in test
2022-08-23 Louis Dionne[CMake] Move cxx-headers to RUNTIME_DISTRIBUTION_COMPON...
2022-08-23 Vitaly Buka[clang] Create alloca to pass into static lambda
2022-08-23 Peter Steinfeld[Flang] Make the TODO messages for intrinsics more...
2022-08-23 Philip Reames[slp] Pull out a getOperandInfo variant helper [nfc]
2022-08-23 Alvin Wong[llvm] Mark CFGuard fn ptr symbol as DSO local and...
2022-08-23 Alvin Wong[clang] Add support for __attribute__((guard(nocf)))
2022-08-23 William Huang[Sample Profile Reader] Fix potential integer overflow...
2022-08-23 Mehdi AminiRevert "[MLIR]Extend vector.gather to support n-D result"
2022-08-23 Alexander Shaposhnikov[clang-tidy] Skip unions in use-equals-default
2022-08-23 Stanley Winata[mlir][spirv] Map memory space to OpenCL/Kernel storage...
2022-08-23 Alexander Shaposhnikov[tools][llvm-lipo] Fix off-by-one error in command...
2022-08-23 Siva Chandra[libc] Enable a few entrypoints on aarch64 which are...
2022-08-23 Stephen Tozer[DebugInfo] Extend the InstrRef LDV to support DbgValue...
2022-08-23 Joseph Huber[OpenMP] Add option to assert no nested OpenMP parallel...
2022-08-23 Simon Pilgrim[TTI] Add SK_Splice shuffle mask detection and X86...
2022-08-23 Philip Reames[RISCV] Add cost model coverage for trig, log, and...
2022-08-23 Simon Pilgrim[ADT] Add llvm::has_single_bit helper similar to the...
2022-08-23 Roy Jacobson[Clang] Implement P0848 (Conditionally Trivial Special...
2022-08-23 Zahira AmmarguellatAdding a note about the macro __FLT_EVAL_METHOD__; NFC
2022-08-23 Stefan Pintilie[NFC][PowerPC] Clean up a couple of lambdas from the...
2022-08-23 RaghavAMDGPU/MetaData: Restrict address space key to only...
2022-08-23 Yuanfang Chen[Clang] follow-up D128745, use ClangABICompat15 instead...
2022-08-23 Igor Kudrin[ubsan-minimal][NFC] Use GET_CALLER_PC() to get the...
2022-08-23 Simon Pilgrim[Support] MathExtras.h - use llvm::bitcast<> for float...
2022-08-23 Siva Chandra... [libc] Add Linux implementations of POSIX chdir, fchdir...
2022-08-23 Jeff Niu[mlir][LLVMIR] Add `sym_name` attribute to LLVMFuncOp...
2022-08-23 Che-Yu Wu[MLIR]Extend vector.gather to support n-D result
2022-08-23 Balazs Benics[analyzer] Drop deprecated flags
2022-08-23 Fred Tingaud[analyzer] Deadstore static analysis: Fix false positiv...
2022-08-23 Kadir Cetinkaya[clangd] Bump timeout for a flaky test
2022-08-23 Thomas Symalla[NFC][AMDGPU] Some cleanups in the SIOptimizeExecMaskin...
2022-08-23 Arthur Eubanks[FastISel] Respect musttail over "disable-tail-calls"
2022-08-23 Philip Reames[TTI] Kill last couple uses of OperandValueKind in...
2022-08-23 Jakub Kuderski[ADT] Deprecate is_splat and replace all uses with...
2022-08-23 Michael Liao[SPIRV] Fix the wrong patch from https://reviews.llvm...
2022-08-23 Ben Langmuir[clang] Pull some utility functions into CompilerInvoca...
2022-08-23 Joseph Huber[OffloadPackager] Resolve copy elision warnings
2022-08-23 utsumi[Clang][OpenMP] Make copyin clause on combined and...
2022-08-23 Philip Reames[TTI] Plumb through OperandValueInfo in getMemoryOpCost...
2022-08-23 David Majnemer[clang-cl] Expose the /volatile:{iso,ms} choice via...
2022-08-23 Martin Storsjö[flang] Allow configuring building the flang runtime...
2022-08-23 Martin Storsjö[flang] Make runtimes headers independent of the main...
2022-08-23 Nico Weber[clang/test] Correctly specify simulator env in target...
2022-08-23 Nico Weber[clang] Remove a FIXME that we can't fix
2022-08-23 Aditya Kumar[NFC] LoopAccess: Move expressions close to usage
2022-08-23 Louis Dionne[libc++] Update oss-fuzz.sh to use LLVM_ENABLE_RUNTIMES
2022-08-23 Stephen Tozer[DebugInfo][InstrRef] Handle transfers of variadic...
2022-08-23 Louis DionneRevert the removal of LLVM_ENABLE_PROJECTS for libc...
2022-08-23 Amaury Séchet[PowerPC] Autogenerate crbits.ll . NFC
2022-08-23 Michał Górny[lldb] [gdb-remote] Use Communication::WriteAll() over...
2022-08-23 Kadir Cetinkaya[llvm][Cmake] Expand "all" in LLVM_ENABLE_PROJECTS...
2022-08-23 Joseph Huber[OffloadPackager] Add necessary move statement on retur...
2022-08-23 Haojian Wu[pseudo] Eliminate a false parse of structured binding...
2022-08-23 Thomas Symalla[NFC] Fix typo in dbg message in RegisterCoalescer.
2022-08-23 Haojian Wu[pseudo] Fix HeadsPartition is not initialized correctly.
2022-08-23 Christian Sigg[MLIR] Harden gpu.func verification
2022-08-23 Joseph Huber[OffloadPackager] Add option to extract files from...
2022-08-23 Louis Dionne[runtimes] Handle interface targets in runtimes distrib...
2022-08-23 Florian Hahn[Globals] Treat nobuiltin fns as maybe-derefined.
2022-08-23 Guillaume Chatelet[reland][NFC][libc] standardize string_view
2022-08-23 Guillaume ChateletRevert "[reland][NFC][libc] standardize string_view"
2022-08-23 Johannes Reifferscheidbuffer-deallocation: consider aliases introduced by...
2022-08-23 Stephen Tozer[DebugInfo][InstrRef][NFC] Emit variadic debug values...
2022-08-23 Adrian Kuegel[mlir][Bufferization] Use DestinationStyleOpInterface...
2022-08-23 Guillaume Chatelet[reland][NFC][libc] standardize string_view
2022-08-23 Florian Hahn[DeadArgElim] Add test case for #48366, #57075
2022-08-23 Guillaume ChateletRevert "[reland][NFC][libc] standardize string_view"
2022-08-23 Guillaume Chatelet[reland][NFC][libc] standardize string_view
2022-08-23 LLVM GN Syncbot[gn build] Port 134d017b88ca
2022-08-23 Simon Pilgrim[ADT] Add unittest coverage for ADT/bit.h header
2022-08-23 Adrian Kuegel[mlir] Extract DestinationStyleOpInterface from LinalgS...
2022-08-23 Guillaume ChateletRevert "[reland][NFC][libc] standardize string_view"
2022-08-23 Guillaume Chatelet[reland][NFC][libc] standardize string_view
2022-08-23 Stephen Tozer[CodeGen][InstrRef] Remove unused variables from test...
2022-08-23 Guillaume ChateletRevert "[NFC][libc] standardize string_view"
2022-08-23 Lucas Prates[AArch64] Fix list of features for Cortex-X1C
2022-08-23 Jay Foad[StructurizeCFG] Autogenerate checks
2022-08-23 Dmitry Preobrazhensky[AMDGPU][MC][GFX9][NFC] Consolidate tests by encoding
2022-08-23 Guillaume Chatelet[NFC][libc] standardize string_view
2022-08-23 Matthias Springer[tensor][bufferize] Use affine.apply instead of arith...
next