platform/upstream/llvm.git
2022-06-29 Min-Yih Hsu[mlir][LLVMIR] Apply SubElementTypeInterface on suitabl...
2022-06-29 Min-Yih Hsu[mlir] Prevent SubElementInterface from going into...
2022-06-29 Sam McCall[pseudo] Fix bugs/inconsistencies in forest dump.
2022-06-29 Stefan Pintilie[GlobalMerge] Ensure that the MustKeepGlobalVariables...
2022-06-29 rdzhabarov[Fix/Build] Fixing missing dependency for bazel.
2022-06-29 Petr Hosek[Driver] Always use --as-needed with libunwind
2022-06-29 Jay Foad[AMDGPU] New AMDGPUInsertDelayAlu pass
2022-06-29 Daniel Bertalan[lld-macho] Emit REBASE_OPCODE_ADD_ADDR_IMM_SCALED...
2022-06-29 Volodymyr Sapsai[ODRHash diagnostics] Move repetetive code at lambda...
2022-06-29 Corentin Jabot[Clang] Mark consteval as supported in Clang 15 [NFC]
2022-06-29 Jay Foad[AMDGPU] Generate checks for clamp.ll and add GFX11
2022-06-29 Sam Estep[clang][dataflow] Delete SourceLocationsLattice
2022-06-29 Zequan Wu[gn] Manual port a7d6c3effe93954ecad634eebbcc59fc6856c3d9
2022-06-29 Sam Estep[clang][dataflow] Use NoopLattice in optional model
2022-06-29 Richard SmithFix miscompile with [[no_unique_address]] struct fields.
2022-06-29 Richard SmithRepair tautological condition.
2022-06-29 Fabian Parzefall[BOLT] Add option to randomize function split point
2022-06-29 rdzhabarov[Fix] Fix compilation warning on unused var.
2022-06-29 Sam Estep[clang][dataflow] Use diagnosis API in optional checker
2022-06-29 Sam EstepRevert "[clang][dataflow] Use diagnosis API in optional...
2022-06-29 Sam EstepRevert "[clang][dataflow] Use NoopLattice in optional...
2022-06-29 Florian Hahn[LoopUnrollRuntime] Invalidate SCEV for exit phi in...
2022-06-29 Muhammad Omair... [LLDB] Allow API tests to override -gdwarf on Windows
2022-06-29 River Riddle[mlir] Update the pass crash reproducer documentation
2022-06-29 Muhammad Omair... Fix inline-record.test for Arm/Windows
2022-06-29 Sam Estep[clang][dataflow] Use NoopLattice in optional model
2022-06-29 Sam Estep[clang][dataflow] Use diagnosis API in optional checker
2022-06-29 Sam Estep[clang][dataflow] Add API to separate analysis from...
2022-06-29 River Riddle[mlir] Refactor pass crash reproducer generation to...
2022-06-29 River Riddle[mlir] Allow for attaching external resources to .mlir...
2022-06-29 Craig Topper[RISCV] Pre-commit tests for D128843. NFC
2022-06-29 Joseph Huber[OpenMP] Add variant extension that applies to declarations
2022-06-29 Matt ArsenaultAMDGPU: Add gfx11 feature to force initializing 16...
2022-06-29 Joseph Huber[LinkerWrapper] Change wrapping to include jumps for...
2022-06-29 Peter Klausler[flang][runtime] Emit "0.0E+0" for (1PG0.0) editing...
2022-06-29 Egor Zhdan[Clang][Preprocessor] Fix inconsistent `FLT_EVAL_METHOD...
2022-06-29 Peter Klausler[flang] Better error recovery for bad submodules
2022-06-29 Valentin Clement[flang] Fix lowering issue with character temp
2022-06-29 Benoit JacobFix CombineContractBroadcast folding reduction iterators.
2022-06-29 Pavel Labath[lldb] Attempt to fix TestStepThroughTrampoline on...
2022-06-29 Fangrui Song[llvm-objcopy] Remove support for legacy .zdebug sections
2022-06-29 Philip ReamesRevert "[RISCV] Avoid changing etype for splat of 0...
2022-06-29 Florian Hahn[UnrollRuntime] Invalidate SCEVs for modified phis...
2022-06-29 Peter Klausler[flang] Fix folding of LEN(f(...))
2022-06-29 Kevin Cadieux[clang-format] Fix incorrect isspace input (NFC)
2022-06-29 Fangrui Song[llvm-ar] Add --output to specify output directory
2022-06-29 Martin Sebor[InstCombine] Relax test to avoid Darwin failure.
2022-06-29 Sanjay Patel[InstCombine] add fold for (ShiftC >> X) >u C
2022-06-29 Sanjay Patel[InstCombine] add tests for (pow2 >> X) <u C; NFC
2022-06-29 Corentin Jabot[Clang] Rename StringLiteral::isAscii() => isOrdinary...
2022-06-29 Walter Erquinigo[trace] Make events first class items in the trace...
2022-06-29 Craig Topper[RISCV] Select (srl (and X, C2) as (slli (srliw X,...
2022-06-29 Matt ArsenaultAMDGPU: Make packed 32-bit instructions rematerializable
2022-06-29 Matt ArsenaultAMDGPU: Make 16-bit pk instructions rematerializable
2022-06-29 Matt ArsenaultAMDGPU: Add rematerialize tests for 16-bit pk instructions
2022-06-29 Michał Górny[lldb] [test] Avoid relying on signos in other fork...
2022-06-29 Florian Hahn[LV] Add test case showing dead recipe blocking region...
2022-06-29 Matt ArsenaultAMDGPU: Mark more instructions as rematerializable
2022-06-29 Matt ArsenaultAMDGPU: Add more rematerialization tests for 16-bit...
2022-06-29 Nikita Popov[VectorCombine] Avoid ConstantExpr::get() (NFC)
2022-06-29 Guillaume ChateletRevert "[libc][test] Remove dependency on sstream in...
2022-06-29 Guillaume Chatelet[libc][test] Remove dependency on sstream in algorithm_...
2022-06-29 Nicolas Vasilache[mlir][Tensor] Improve documentation of verification...
2022-06-29 Nikita Popov[JumpThreading] Avoid ConstantExpr::get() (NFCI)
2022-06-29 Nicolas Vasilache[mlir][Tensor][NFC] Better document rank-reducing behav...
2022-06-29 Lei Huang[PowerPC] Fix signatures for vec_replace_unaligned...
2022-06-29 Matt ArsenaultAMDGPU: Use isMeta flags on pseudoinstructions
2022-06-29 Nikita Popov[InstCombine] Avoid some calls to ConstantExpr::get...
2022-06-29 Michał Górny[lldb] [test] Un-XFAIL fork tests on arm as well
2022-06-29 Stephen Long[clang-cl] Handle some pragma alloc_text corner cases...
2022-06-29 Jay Foad[AMDGPU] Remove FIXMEs that were resolved by D30134
2022-06-29 Michał Górny[lldb] [test] Use raise(SIGSTOP) instead of trap in...
2022-06-29 Joseph Huber[CUDA] Stop adding CUDA features twice
2022-06-29 Haojian Wu[pseudo] Update the cxx.bnf path in comments to reflect...
2022-06-29 Corentin JabotImprove handling of static assert messages.
2022-06-29 Valentin Clement[Flang] fix some types in error message
2022-06-29 Pavel Labath[lldb] Replace linux/uio.h with sys/uio.h in NativeRegi...
2022-06-29 Max Kazantsev[Test] Add XFAIL test for PR56243
2022-06-29 Nikita Popov[Bitcode] Restore bitcast expression auto-upgrade
2022-06-29 Nikita Popov[SCEV] Don't create udiv constant expression (NFC)
2022-06-29 Valentin Clement[flang][NFC] Cosmetic changes to make the file more...
2022-06-29 Valentin Clement[flang] Switch attr name to bindc_name
2022-06-29 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-06-29 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-06-29 Bradley Smith[AArch64][SVE] Match (add x (urshr/srshr y c)) -> ursra...
2022-06-29 Kiran Chandramohan[Flang][OpenMP] Remove TODO for shared and two values...
2022-06-29 Arjun P[MLIR][Preburger] fix typo covertVarKind -> convertVarKind
2022-06-29 Kadir Cetinkaya[clangd] Support multiline semantic tokens
2022-06-29 Michał Górny[lldb] [test] Fix variable overwrite in non-stop fork...
2022-06-29 Arjun PRevert clang-tidy fixes for readability-simplify-boolea...
2022-06-29 Nikita Popov[IRBuilder] Migrate div/rem to use fold infrastructure
2022-06-29 isuckatcs[analyzer] Fix BindingDecl evaluation for reference...
2022-06-29 Jay Foad[AMDGPU] Remove FIXME that was resolved by D30212
2022-06-29 Benjamin Kramer[Presburger] Cheat around old versions of clang not...
2022-06-29 Valentin Clement[flang][NFC] Fix some typos
2022-06-29 Dmitry Preobrazhensky[AMDGPU][GFX90a][DOC][NFC] Update assembler syntax...
2022-06-29 Florian Hahn[SCEV] Construct SCEV iteratively.
2022-06-29 Anton Afanasyev[test][RISCV][Driver] Precommit tests for D128625
2022-06-29 Florian Hahn[BasicAA] Add test coverage from D76194.
2022-06-29 Florian Hahn[BasicAA] Convert test to use opaque pointers.
next