platform/upstream/llvm.git
2022-01-21 Jonas Devlieghere[lldb] Decouple instrumentation from the reproducers
2022-01-21 Jonas Devlieghere[lldb] Revive lldb-instr
2022-01-21 Hsiangkai Wang[RISCV] Fix the bug in the register allocator caused...
2022-01-21 Peter Klausler[flang] Extension: skip over NAMELIST groups
2022-01-21 Peter Klausler[flang] Allow explicit '+' in NAMELIST input subscripts
2022-01-21 Craig Topper[RISCV] Factor Zve32 support into RISCVSubtarget::getMa...
2022-01-21 Pawe Bylica[InstCombine] Simplify bswap -> shift
2022-01-21 Johannes Doerfert[Attributor][FIX] AAValueConstantRange should not loop...
2022-01-21 Johannes Doerfert[Attributor][NFC] Clang format
2022-01-20 Fabian Wolff[clang-tidy] Include constructor initializers in `bugpr...
2022-01-20 Dave Airlie[OpenCL] opencl-c.h: add __opencl_c_images and __openc...
2022-01-20 Peter Klausler[flang] Handle FLUSH(unknown unit)
2022-01-20 Peter Klausler[flang] Fix OPEN/WRITE(SIGN='SUPPRESS')
2022-01-20 Clint Caywood[libc] Use __builtin_clz to find leading 1 in hypot
2022-01-20 Sam Clegg[lld][WebAssembly] Remove redundant config setting
2022-01-20 Paweł Bylica[test] Add tests for bswap combining. NFC
2022-01-20 CJ Johnson[clang-tidy] Update bugprone-stringview-nullptr to...
2022-01-20 Craig Topper[RISCV] Remove RISCVSubtarget::hasStdExtV() and hasStdE...
2022-01-20 Siva Chandra... [libc] Move the remaining public types to their own...
2022-01-20 Craig Topper[RISCV] Optimize vector_shuffles that are interleaving...
2022-01-20 Rob Suderman[mlir][tosa] Limit right-shift to 31 bits
2022-01-20 owenca[clang-format][NFC] Clean up tryMergeLessLess()
2022-01-20 Nathan James[clang-tidy][NFC] Remove redundant string creation...
2022-01-20 Michael Kruse[OpenMPIRBuilder] Detect ambiguous InsertPoints for...
2022-01-20 Philip Reames[SLP] Remove stray semicolon to make bots happy
2022-01-20 Stanislav Mekhanoshin[AMDGPU] Do not ignore exec use where exec is read...
2022-01-20 Philip Reames[SLP] Kill an unused param and use a for-loop in calcul...
2022-01-20 Adrian PrantlWork around a module build failure on the bots.
2022-01-20 John Ericson[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag...
2022-01-20 John Ericson[compiler-rt][cmake] Use HandleOutOfTreeLLVM like libcx...
2022-01-20 Tue Ly[libc] Make log2f correctly rounded for all rounding...
2022-01-20 River Riddle[mlir:TiingInterface] Remove unnecessary include of...
2022-01-20 Philip Reames[SLP] Extract formBundle helper for readability [NFC]
2022-01-20 Sanjay Patel[InstCombine] convert mul with sexted bool and constant...
2022-01-20 Sanjay Patel[InstCombine] add/adjust tests for multiply with extend...
2022-01-20 Craig Topper[RISCV] Remove HadStdExtV and HasStdZve* Predicates...
2022-01-20 Krzysztof Drewniak[MLIR][GPU] Add debug output to enable dumping GPU...
2022-01-20 Philip Reames[SLP] Use for loops for walking bundle elements
2022-01-20 Craig Topper[RISCV] Remove Zvlsseg extension.
2022-01-20 Mogball[mlir][pdl] Make `pdl` the default dialect when parsing...
2022-01-20 Mogball[mlir][pdl] OperationOp should not be side-effect free
2022-01-20 Mogball[mlir][pdl] Some ops are missing `NoSideEffect`
2022-01-20 Casey Carter[libcxx][test] view_interface need not derive from...
2022-01-20 Roger Kim[lld][macho] Stop grouping symbols by sections in mapfile.
2022-01-20 Marek Kurdej[clang-format] Refactor: add FormatToken::hasWhitespace...
2022-01-20 Philip Reames[SLP] Rename a couple lambdas to be more clearly separa...
2022-01-20 LLVM GN Syncbot[gn build] Port 83d59e05b201
2022-01-20 LLVM GN Syncbot[gn build] Port 63a991d03589
2022-01-20 Nico Weber[llvm] Remove an old bot cleanup command
2022-01-20 Nico Weberclang: Auto-cleanup left-over file from before 3da69fb5...
2022-01-20 Tue Ly[libc] Use get_round() instead of floating point tricks...
2022-01-20 Alexandre GaneaRe-land [LLD] Remove global state in lldCommon
2022-01-20 Pavel Labath[lldb] Surround LLDB_API-defining code with #ifndef...
2022-01-20 Casey Carter[libcxx] chrono::month_weekday should not be default...
2022-01-20 Nathan Sidwell[demangler][NFC] Small cleanups and sync
2022-01-20 Roman Lebedev[InstCombine] Instruction sinking: fix check for functi...
2022-01-20 Arthur O'Dwyer[libc++] Eliminate the `__function_like` helper.
2022-01-20 Craig Topper[RISCV] Add DAG combine to fold (fp_to_int_sat (ffloor...
2022-01-20 Daniel Thornburgh[Support] [DebugInfo] Lazily create cache dir.
2022-01-20 Nathan Sidwell[clang][NFC] Small mangler cleanups
2022-01-20 Stanislav Mekhanoshin[AMDGPU] Regenerate remat-vop.mir. NFC.
2022-01-20 Alexandre Ganea[Clang] Separate the 'debug-info-hotpatch' test in...
2022-01-20 Jonas Paulsson[SystemZ] Remove the ManipulatesSP flag from backend...
2022-01-20 John Ericson[cmake] Make include(GNUInstallDirs) always below proje...
2022-01-20 Marco Elver[clang] Improve -Wdeclaration-after-statement
2022-01-20 Sanjay Patel[InstCombine] add one-use check to opposite shift folds
2022-01-20 Sanjay Patel[InstCombine] avoid 'tmp' usage in test files; NFC
2022-01-20 eopXD[NFC][RISCV] Add end-of-line symbol in target-feature...
2022-01-20 Craig Topper[TargetLowering][InstCombine] Simplify BSwap demanded...
2022-01-20 Roman Lebedev[NFC][InstCombine] Add test showing failure to sink...
2022-01-20 Evgeny ShulginAdd `isConsteval` matcher
2022-01-20 Tue Ly[libc] Implement correct rounding with all rounding...
2022-01-20 Joseph Huber[OpenMP] Don't pass empty files to nvlink
2022-01-20 Sergei Grechanik[mlir][vector] Allow values outside of [0; dim-size...
2022-01-20 Alexandre Ganea[clang-cl] Support the /HOTPATCH flag
2022-01-20 Matt ArsenaultAMDGPU: Fix asm in test using wrong IR type for physica...
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Try to use s_and_b64 in ptrmask...
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Regenerate test checks with -NEXT
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Explicitly set -global-isel-abort...
2022-01-20 zijunzhaoadd tsan shared library
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Directly diagnose return value use...
2022-01-20 Nikolas Klauser[libc++] basic_string::resize_and_overwrite: Adopt...
2022-01-20 Roman Lebedev[NFC][SimplifyCFG] Add some tests for `invoke` merging
2022-01-20 Sam Clegg[lld][WebAssemlby] Convert test to check disassembly...
2022-01-20 Nadav Rotemoptimize icmp-ugt-ashr
2022-01-20 Valentin Clement[flang][NFC] Remove unused/duplicated kStridePosInDim
2022-01-20 Fraser Cormack[RISCV] Add tests for commuted vector/scalar VP patterns
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Stop handling llvm.amdgcn.buffer...
2022-01-20 Matt ArsenaultAMDGPU/GlobalISel: Fix selection of gfx90a FP atomics
2022-01-20 Matt ArsenaultAMDGPU: Stop reserving 36-bytes before kernel arguments...
2022-01-20 Random06457[mips] Improve vr4300 mulmul bugfix pass
2022-01-20 Lucas Prates[GlobalISel] Fix incorrect sign extension when combinin...
2022-01-20 Sjoerd Meijer[FuncSpec] Add a reference, and some other clarifying...
2022-01-20 Philip Reames{SLP] Delete dead code in favor of proper assert [NFC]
2022-01-20 Philip Reames[SLP] Reduce nesting depth in calculateDependencies...
2022-01-20 Sander de Smalen[ScalableVectors] Warn instead of error for invalid...
2022-01-20 Adrian PrantlAdd missing include to fix modular build
2022-01-20 Adrian PrantlAdd missing include to fix modular build
2022-01-20 Philip Reames[SLP] Add an asser to make a non-obvious precondition...
2022-01-20 Michael Kruse[OpenMPIRBuilder] Detect and fix ambiguous InsertPoints...
next