platform/upstream/llvm.git
2021-02-04 Shilei Tian[OpenMP][deviceRTLs] Drop `assert` in common parts...
2021-02-04 Mehdi AminiRemove dead code from Linalg vectorization to fix GCC...
2021-02-04 Vladislav Vinogradov[mlir][ODS] Use StringLiteral instead of StringRef...
2021-02-04 Fangrui Song[ELF] Make SHF_GNU_RETAIN sections GC roots
2021-02-04 Fangrui Song[ELF] Allow R_386_GOTOFF from .debug_info
2021-02-04 xgupta[examples] Fix Target does not support MC emission...
2021-02-04 Vladislav Vinogradov[mlir][ODS] Add explicit namespace to `ViewLikeInterfac...
2021-02-04 Fangrui Song[llvm-objdump] --source: drop the warning when there...
2021-02-04 Vladislav Vinogradov[mlir][ODS] Small fixes for ODS classes
2021-02-04 Jay Foad[AMDGPU][GlobalISel] Fix v2s16 right shifts
2021-02-04 Jay Foad[AMDGPU][GlobalISel] Use scalar min/max instructions
2021-02-04 Nicolas Vasilache[mlir][Linalg] Introduce a ContractionOpInterface
2021-02-04 Jonas Devlieghere[lldb] Simplify the logic to detect compiler flag support
2021-02-04 Andrzej Warzynski[flang][driver] Fix reading from stdin when using ...
2021-02-04 Louis Dionne[libc++] Remove the ability to use braced-init for...
2021-02-04 wlei[CSSPGO][llvm-profgen] Aggregate samples on call frame...
2021-02-04 Louis Dionne[libc++] Make feature-test macros consistent with avail...
2021-02-04 Louis Dionne[libc++] Fix libcxx build on 32bit architectures with...
2021-02-04 David Spickett[clang][Arm] Fix handling of -Wa,-march=
2021-02-04 Arnamoy Bhattacharyya[flang][driver] Add support for `-J/-module-dir`
2021-02-04 Krzysztof Parzyszek[Hexagon] Add -mv68 option to driver
2021-02-04 Mark de Wever[libc++] Adds a make_string test helper function.
2021-02-04 Krzysztof Parzyszek[Hexagon] Add clang builtin definitions for Hexagon V68
2021-02-04 Sanjay Patel[InstCombine] add tests for demanded/known bits of...
2021-02-04 Dylan McKay[AVR] Fix up a few accidentally-regressed Generic CodeG...
2021-02-04 Louis Dionne[libc++] Rename include/support to include/__support
2021-02-04 Simon Pilgrim[X86] Use VT::changeVectorElementType helper where...
2021-02-04 Dylan McKay[AVR] Add 'XFAIL' to the remaining failing Generic...
2021-02-04 Dylan McKay[AVR] Fix 14 Generic CodeGen tests by making address...
2021-02-04 Jeremy Morse[Dexter] Avoid infinite loop in dbgeng driver
2021-02-04 Andrzej Warzynski[flang][driver] Add PrescanAction frontend action ...
2021-02-04 Sander de SmalenNFC: Migrate LoopUnrollPass to work on InstructionCost
2021-02-04 Anastasia Stulova[OpenCL][Docs] Link page explaining tooling for offline...
2021-02-04 Florian Hahn[ConstraintElimination] Support conditions from loop...
2021-02-04 Anastasia Stulova[OpenCL] Fix default address space in template argument...
2021-02-04 Alexander Belyaev[mlir] Return scf.parallel ops resulted from tiling.
2021-02-04 Konstantin... AMDGPU: Add support for amdgpu-unsafe-fp-atomics attribute
2021-02-04 Dylan McKay[AVR] Remove an assertion that causes generic CodeGen...
2021-02-04 Andrzej Warzynski[clang] Add AddClang.cmake to the list of the CMake...
2021-02-04 Faris Rehman[flang][driver] Add forced form flags and -ffixed-line...
2021-02-04 Simon Pilgrim[X86] Remove stale TODO comment. NFC.
2021-02-04 Nico WeberRevert "[hip][cuda] Enable extended lambda support...
2021-02-04 Nico Weber[gn build] (manually) port 0609f257dc2e2c3
2021-02-04 Sander de Smalen[ElementCount] NFC: Set 'const' qualifier for getWithIn...
2021-02-04 Nicolas Vasilache[mlir][Linalg] Drop SliceOp
2021-02-04 Jeremy MorseRe-land D94976 after revert in e29552c5aff6
2021-02-04 David Green[ARM] Handle f16 in GeneratePerfectShuffle
2021-02-04 Alex Zinenko[mlir] make vector to llvm conversion truly partial
2021-02-04 Pavel Labath[lldb] Make TestLocalVariables.py compatible with the...
2021-02-04 Alex Zinenko[mlir] Apply source materialization in case of transiti...
2021-02-04 Hans Wennborg[clang-cl] Remove the /fallback option
2021-02-04 Jan Svoboda[clang][cli] Command line round-trip for HeaderSearch...
2021-02-04 Joachim Meyer[Support] Indent multi-line descr of enum cli options.
2021-02-04 Sebastian Neubauer[AMDGPU] Save all lanes for reserved VGPRs
2021-02-04 Kirill Bobyrev[clangd] Detect rename conflicits within enclosing...
2021-02-04 Haojian Wu[Syntax] Support condition for IfStmt.
2021-02-04 Nicolas Vasilache[mlir][Linalg] Generalize the definition of a Linalg...
2021-02-04 Richard SmithGive this test a target triple.
2021-02-04 Richard SmithFix miscompile when performing template instantiation...
2021-02-04 Nicolas Vasilache[mlir][Linalg] NFC - Extract a standalone LinalgInterfaces
2021-02-04 Michael Liao[hip][cuda] Enable extended lambda support on Windows.
2021-02-04 wlei[CSSPGO][llvm-profgen] Compress recursive cycles in...
2021-02-04 wleiRevert "[CSSPGO][llvm-profgen] Compress recursive cycle...
2021-02-04 wleiRevert "[CSSPGO][llvm-profgen] Aggregate samples on...
2021-02-04 Ben Barham[ASTReader] Always rebuild a cached module that has...
2021-02-04 Petr Hosek[NFC] Fix the noprofile attribute comment
2021-02-04 Dave Lee[lldb] Convert more assertTrue to assertEqual (NFC)
2021-02-04 Chuanqi Xu[NFC][Coroutine] Remove redundant comment
2021-02-04 Kazu Hirata[Transforms/IPO] Use range-based for loops (NFC)
2021-02-04 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-02-04 Kazu Hirata[Support] Drop unnecessary const from return types...
2021-02-04 Akira HatanakaFix the guaranteed alignment of memory returned by...
2021-02-04 Arthur Eubanks[test] Pin spir-codegen.ll to legacy PM
2021-02-04 wlei[CSSPGO][llvm-profgen] Aggregate samples on call frame...
2021-02-04 wlei[CSSPGO][llvm-profgen] Compress recursive cycles in...
2021-02-04 Isuru Fernando[MLIR] Fix building unittests in in-tree build
2021-02-04 Mehdi AminiMake the folder more robust against op fold() methods...
2021-02-04 Shilei Tian[OpenMP][NVPTX] Take functions in `deviceRTLs` as ...
2021-02-04 Michael Kruse[OpenMPIRBuilder] Implement collapseLoops.
2021-02-04 Jonas Devlieghere[lldb] Rollback to using i386 for the watch simulator
2021-02-04 wlei[CSSPGO][llvm-profgen] Pseudo probe based CS profile...
2021-02-04 Jessica Paquette[AArch64][GlobalISel] Change store value type from...
2021-02-04 Nico WeberRevert "[InstrProfiling] Use !associated metadata for...
2021-02-04 Jessica Paquette[AArch64][GlobalISel] Emit G_ASSERT_ZEXT in assignValue...
2021-02-03 Arthur O'Dwyer[libc++] [P0879] constexpr std::sort
2021-02-03 Amy Huang[Docs] Add some documentation for constructor homing...
2021-02-03 Stephen Kelly[clang-tidy] Use new mapping matchers
2021-02-03 Richard SmithPR44325 (and duplicates): don't issue -Wzero-as-null...
2021-02-03 Florian HahnRevert "[LTO] Use lto::backend for code generation."
2021-02-03 Florian HahnRevert "[LTO] Add option enable NewPM with LTOCodeGener...
2021-02-03 Florian HahnRevert "[LTOCodeGenerator] Use lto::Config for options...
2021-02-03 Arthur EubanksTurn on the new pass manager by default
2021-02-03 Richard SmithPR49020: Diagnose brace elision in designated initializ...
2021-02-03 Amara Emerson[GlobalISel] Add sext(constant) -> constant artifact...
2021-02-03 Jonas Devlieghere[lldb] Check for both Lua 5.3 and 5.4 error messages...
2021-02-03 Jonas Devlieghere[lldb] Honor the CPU type & subtype when launching...
2021-02-03 Zequan Wu[Coverage] Propogate counter to condition of conditiona...
2021-02-03 Arthur O'Dwyer[libc++] Rationalize our treatment of contiguous iterat...
2021-02-03 GeorgeAdd API for adding arguments to blocks
2021-02-03 Jez Ng[lld-macho] Try to fix Windows build
next