2023-01-14 |
Kazu Hirata | [gtest] Use std::optional instead of llvm::Optional... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Keith Smiley | [lld-macho] Improve invalid fat binary warning |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Fangrui Song | Remove deleted file from module map |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [llvm] Include <optional> instead of "llvm/ADT/Optional... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | Remove redundant initialization of std::optional (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | Use std::nullopt instead of None in comments (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [clang] Remove remaining uses of llvm::Optional (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Simon Pilgrim | [X86] Add absolute-difference vector tests |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Simon Pilgrim | [X86] Add absolute-difference scalar tests |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Tom Praschan | [clangd] Hover: show CalleeArgInfo for literals and... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Andrew Savonichev | [NVPTX] Drop memory references of LDG/LDU |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [clang] Use std::optional instead of llvm::Optional... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Craig Topper | [InstCombine] Optimize (icmp slt (1 << Y), 1) -> (icmp... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [clang] Add #include <optional> (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Carlos Galvez | [clang-tidy][NFC] Use C++17 nested namespaces in the... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Simon Pilgrim | [X86] Fix SLM uops/resources counts for XADD/XCHG reg... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kirill Stoimenov | [HWASAN][Fuchsia] Fixed Fuchsia build. |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Roman Lebedev | [NFC][Codegen][X86] Improve test coverage for wide... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
James Le Cuirot | [llvm] Don't require third-party components when cross... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Markus Böck | [mlir][tblgen] Fix undefined behaviour found by MSVC... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Haojian Wu | Fix a -Wgnu-designator warning, NFC. |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Roman Lebedev | [Codegen][LegalizeIntegerTypes] New legalization strate... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Simon Pilgrim | [X86] vector-reduce-and-bool.ll - add 'is allones'... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Tomas Matheson | [AArch64] Reland "Improve TargetParser API" |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Simon Pilgrim | [X86] Add SSE/AVX1/AVX2 + f16/f32 test coverage to... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Mehdi Amini | Apply clang-tidy fixes for performance-unnecessary... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [mlir] Remove remaining uses of llvm::Optional (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [mlir] Use std::optional instead of llvm::Optional... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Craig Topper | [InstCombine] Add test coverage for (icmp sgt/sle ... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Craig Topper | Revert "[InstCombine] Add test coverage for (icmp slt... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Craig Topper | [InstCombine] Add test coverage for (icmp slt/sge ... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Craig Topper | [CodeGen][Target] Remove uses of Register::isPhysicalRe... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Phoebe Wang | [X86] Do not lower INSERT_VECTOR_ELT to vselect for... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
NAKAMURA Takumi | JITLink/ELF_i386.cpp: Fix a warning in D141746. [-Wswitch] |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kirill Stoimenov | [LSAN][Fuchsia] Added ForEachExtraThreadStackRange... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kazu Hirata | [mlir] Add #include <optional> (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Kshitij Jain | Fixes handling logic for i386/ELF GOTPC relocation |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Jan Svoboda | [clang] Report the on-disk paths for inputs to module... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Nikolas Klauser | [libc++] Add [[clang::lifetimebound]] attribute to... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Khem Raj | [hwasan] Replace j __interceptor_sigsetjmp instead... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Matt Arsenault | DAG/GlobalISel: Fix broken/redundant setting of MODeref... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Matt Arsenault | AArch64/GlobalISel: Regenerate test checks |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Mehdi Amini | Fix scf.while verifier crash (NFC) |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Mehdi Amini | Refactor OperationName to use virtual tables for dispat... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
NAKAMURA Takumi | [Bazel] Use `LLVM_VERSION` from `llvm/CMakeLists.txt` |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Youling Tang | [lsan] Add lsan support for loongarch64 |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Hui Li | [LLDB][LoongArch] Add FP branch instructions for Emulat... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Hui Li | [LLDB][LoongArch] Delete the s9 register alias definition |
commit | commitdiff | tree | snapshot |
2023-01-14 |
NAKAMURA Takumi | MachineScheduler.cpp: Fixup D141707, suppress `MISchedD... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
LLVM GN Syncbot | [gn build] Port 5629d492df38 |
commit | commitdiff | tree | snapshot |
2023-01-14 |
varconst | Reapply "[libc++][ranges]Refactor `copy{,_backward... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Fangrui Song | [test] Deprecated llvm::TypeSize::getFixedSize => getFi... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Fangrui Song | Fix some -Wconstant-conversion warnings for future... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Lang Hames | [ORC] Introduce deferred allocation-actions scheme... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
yijiagu | [mlir][async] Allow to call async.execute inside async... |
commit | commitdiff | tree | snapshot |
2023-01-14 |
Valery N Dmitriev | [SLP] Remove unused check label from test - NFC |
commit | commitdiff | tree | snapshot |
2023-01-13 |
NAKAMURA Takumi | Revert "[Clang][Sema] Enabled implicit conversion warni... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Owen Pan | [clang-format] Replace DeriveLineEnding and UseCRLF... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
LLVM GN Syncbot | [gn build] Port fdc0bf6adcee |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Kirth | Revert "[LoongArch][M68k] Add 'Stack Frame Layout Analy... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Kirth | Revert "[codegen] Add StackFrameLayoutAnalysisPass" |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Joseph Huber | [OpenMP][Docs] Remove documentation on removed option |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Joseph Huber | [Clang] Remove `CLANG_OPENMP_NVPTX_DEFAULT_ARCH` CMake... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Joseph Huber | [OpenMP] Make `-fopenmp-target=` use the `nvptx-arch... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [LoongArch][M68k] Add 'Stack Frame Layout Analysis... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [CodeGen] Remove uses of Register::isPhysicalRegister... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Vitaly Buka | [NFC] Suppress warning after D139114 |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] fold pow(X,Y) / X -> pow(X, Y-1) |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] fold pow(X,Y) * X -> pow(X, Y+1) (with... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] add more tests for pow reassociation... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Michal Paszkowski | [SPIR-V] Fix switch lowering with common compare register |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Christopher... | [mlir][gpu] Fix another windows build issue |
commit | commitdiff | tree | snapshot |
2023-01-13 |
LLVM GN Syncbot | [gn build] Port 0a652c540556 |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Carlo Bertolli | [OpenMP][libomptarget][AMDGPU] Add missing declarations... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Owen Pan | [clang-format] Fix a bug in DerivePointerAlignment... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Kirth | [codegen] Add StackFrameLayoutAnalysisPass |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jakub Kuderski | [mlir][vector] Disallow vector.fma over vectors of... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Diego Caballero | [mlir][vector] Masking support for reductions in Linalg... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Christopher... | [mlir][gpu] Fix build failure / silence windows build... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Dominik Adamski | Revert "[OpenMP][OMPIRBuilder] Move SIMD alignment... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Dominik Adamski | [OpenMP][OMPIRBuilder] Move SIMD alignment calculation... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Jonathon Penix | [flang] Fix cmake errors when building the Decimal... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Nhat Nguyen | [cmake] Fix path to LLVMConfig.cmake for multi-config... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Paul Robinson | [Polly] Fix REQUIRES for nvptx-dependent tests |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Utkarsh Saxena | Remove brittle test introduced in D140547. |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matt Arsenault | AMDGPU: Use getConstantStringInfo for printf format... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
HanSheng Zhang | [DAGCombiner] `visitFREEZE()`: gracefully handle node... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Roman Lebedev | [NFC][DAGCombiner] Fix typo in `visitFREEZE()` |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Francesco Petrogalli | [CodeGen] Fix build failure due to missing declaration. |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [Analysis] Use isa instead of dyn_cast to suppress... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Craig Topper | [DAGCombiner][RISCV] Pre-promote (zext (abs X)) to... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Hahn | [X86] Update check lines that are not properly auto... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Lei Huang | [PowerPC][NFC] Add missing P10 code enablement asm... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] fold pow(X,Y) * pow(Z,Y) -> pow(X*Z,... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Sanjay Patel | [InstCombine] add tests for pow reassociation; NFC |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Mayer | [NFC] [scudo] actually fix DCHECK now |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Florian Mayer | [NFC] [scudo] fix mistake in DCHECK |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Carlo Bertolli | [OpenMP][libomptarget][AMDGPU] lock/unlock (pin/unpin... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Matt Arsenault | AMDGPU: Fix format string indexes for existing llvm... |
commit | commitdiff | tree | snapshot |
2023-01-13 |
Alex Brachet | Revert "[clang-scan-deps] Migrate to OptTable" |
commit | commitdiff | tree | snapshot |
next |