2021-11-01 |
Jay Foad | [CodeGen] Tweak coding style in LivePhysRegs::stepForwa... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Ted Woodward | [lldb-vscode] Fix coredump load source mapping for... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Sanjay Patel | [InstCombine] allow vector splat matching for bitwise... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Sanjay Patel | [InstCombine] add tests for bitwise logic folds; NFC |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jinsong Ji | [NFC][PowerPC] Update testcases using script |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Kazu Hirata | [X86] Remove X86ELFObjectWriter in X86AsmBackend.cpp... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jay Foad | [AMDGPU] Use MachineInstrBuilder::addReg. NFC. |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Weiwei Li | [mlir][SPIRVToLLVM] Add shufflevector conversion |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Raphael Isemann | [lldb] Add a test for class loading via member typedefs |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jay Foad | [AMDGPU] Add tests for legacy multiply-add with immediate |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Louis Dionne | [libc++] Refactor num_put::do_put to reduce duplication |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jay Foad | [AMDGPU] Shrink v_mac_legacy_f32 and v_fmac_legacy_f32 |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jinsong Ji | [AIX][NFC] Unsupported object-c test |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Matt Morehouse | [HWASan] Apply TagMaskByte to every global tag. |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Matt Morehouse | [sanitizer] Disable posix_spawn.c test on Android. |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Sanjay Patel | [InstCombine] allow vector splat matching for bitwise... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Sanjay Patel | [InstCombine] reduce code duplication with commutative... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Sanjay Patel | [InstCombine] add tests for bitwise logic folds; NFC |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Dmitry Makogon | [Test] Fix tests showing generation of already existent... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Mubashar Ahmad | [AArch64] Enablement of Cortex-X2 |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Simon Pilgrim | [CostModel][X86] Remove old FIXME comments for AVX512F... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
gbreynoo | [llvm-dwarfdump] Improve testing of --summarize-types |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Simon Pilgrim | [X86][AVX] Prefer VINSERTF128 over VPERM2F128 for 128... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
David Sherwood | [LoopVectorize] Change getRuntimeVFAsFloat to use unsig... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Diana Picus | [flang] Implement GET_ENVIRONMENT_VARIABLE(VALUE) |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Yi Kong | Revert "[opt-viewer] Use safe yaml load_all" |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Roman Lebedev | [CVP] Canonicalize signed relational comparisons of... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Esme-Yi | [XCOFF] [llvm-readobj] replace tests using binary as... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Matthias Springer | [ADT] Add Compare template param to EquivalenceClasses |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jun Ma | [Taildup] Don't tail-duplicate loop header with multipl... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jun Ma | [TailDup] Add testcase for interpreter switch loop... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Jun Ma | Revert "Revert "Recommit "Revert "[CVP] processSwitch... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
David Carlier | [sanitizer] msan build fix on non linux platforms |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Kazu Hirata | [AArch64] Remove unused declaration hasSwiftExtendedFra... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Mogball | [mlir][arith] `traits` need to be passed to parent op |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Max Kazantsev | [SCEV][NFC] Factor out common API for getting unique... |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Chen Zheng | [PowerPC] turn off chain commoning by default. |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Fangrui Song | [ELF] Simplify R_DTPREL. NFC |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Itay Bookstein | [Verifier] Add verification logic for GlobalIFuncs |
commit | commitdiff | tree | snapshot |
2021-11-01 |
Zi Xuan Wu | [CSKY] First patch to construct codegen infra and gener... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Shoaib Meenai | [MachO] Use error instead of fatal for missing -arch |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Shoaib Meenai | [TimeProfiler] Reset variable to nullptr |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Shoaib Meenai | [MachO] Properly reset global state |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Nico Weber | [lld/coff] Add parsing for /pdbpagesize: flag |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Fangrui Song | [ELF] Replace "symbol '...' has no type" diagnostic... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Roman Lebedev | [ConstantRange] Sign-flipping of signedness-invariant... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Fangrui Song | [ELF] Untangle R_GOT style TLS IE and processRelocAux... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Vitaly Buka | [NFC][sanitizer] Atomix relaxed in TwoLevelMap |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Vitaly Buka | [sanitizer] Add posix_spawn interceptor |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Fangrui Song | [ELF] Remove -Wl,-z,notext hint |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Lang Hames | [ORC-RT] Add missing file that was left out of ff846fcb64c. |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Fangrui Song | [ELF] Simplify isStaticLinkTimeConstant. NFC |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Lang Hames | [ORC][ORC-RT] Switch MachO EH/TLV registration from... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Lang Hames | [JITLink] Fix alloc action call signature in InProcessM... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Craig Topper | [RISCV] Expand scalable vector bswap. Fix crash for... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Kazu Hirata | [CodeGen] Use make_early_inc_range (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Kazu Hirata | [CodeGen, Target] Use MachineBasicBlock::terminators... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Kazu Hirata | [Transforms] Use {DenseSet,SetVector,SmallPtrSet}:... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Jake Egan | [DWARF] Standardize checks and remove verbose where... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Jake Egan | [AIX] Disable cfi-version test on AIX |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Alex Zinenko | [mlir][python] allow for detaching operations from... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Matthias Springer | [mlir][linalg][bufferize][NFC] Add bufferizesToAliasOnly |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Matthias Springer | [mlir][linalg][bufferize] tensor::CastOp is an alias... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Fangrui Song | [ELF] Make getImplicitAddend return 0 for R_ARM_V4BX... |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Fangrui Song | [ELF][Mips] Use R_DTPREL for R_MIPS_TLS_DTPREL* |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Kazu Hirata | [MachineCSE] Use make_early_inc_range (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Kazu Hirata | [clang, llvm] Use Optional::getValueOr (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-31 |
Kazu Hirata | Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Lang Hames | [ORC] Move CWrapperFunctionResult out of the detail... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Nico Weber | [lld/mac] Fix mislink with ICF |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Danil Stefaniuc | [formatters] Add a libstdcpp formatter for multiset... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Frederic Cambus | [clang][scan-build] Use uname -s to detect the operatin... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Danil Stefaniuc | [formatters] Add a libstdcpp formatter for multimap... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Shilei Tian | [OpenMP][DeviceRTL] Fixed an issue that causes hang... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Ludovic Jozeau | [docs][clang-format] warn on \code block indentation... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
xndcn | [mlir][spirv] Add conversions from arith.bitcast, std... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Erik Larsson | [clang-format] Add --staged/--cached option to git... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Kazu Hirata | [Hexagon] Remove chksetELFHeaderEFlags (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Kazu Hirata | [Hexagon] Remove ValidArch (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Kazu Hirata | [Hexagon] Remove unused struct InstTy (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Roman Lebedev | [NFCI] Introduce `ICmpInst::compare()` and use it where... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
David Green | [ValueTracking] Teach computeConstantRange that the... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Groverkss | [MLIR] FlatAffineConstraints: Ensure dimensionalities... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Raphael Isemann | [lldb][NFC] Modernize for-loops in ModuleList |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Raphael Isemann | [lldb] Make SBType::IsTypeComplete more consistent... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Raphael Isemann | [lldb] Update field offset/sizes when encountering... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Christudasan... | GlobalISel/Utils: Use incoming regbank while constraini... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Raphael Isemann | [ASTImporter] Remove ASTNodeImporter::IsStructuralMatch... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
David Green | [ARM] Add some fp convert with saturate MVE tests. NFC |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Nikolas Klauser | [libc++] reformatted test_allocator.h |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Mark de Wever | [libc++][format] Mark LWG-issues as complete. |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Mark de Wever | [libc++][format] Use preferred_name attribute. |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Mark de Wever | [libc++] Update clang-format to C++20. |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Mark de Wever | [libc++] Remove Clang-11 support. |
commit | commitdiff | tree | snapshot |
2021-10-30 |
David Green | [InstCombine] Fix type of constant in canonicalizeClampLike |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Kazu Hirata | Ensure newlines at the end of files (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Kazu Hirata | Use {DenseSet,SmallPtrSet}::contains (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Lang Hames | [ORC] Move all pass config into MachOPlatformPlugin... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
Vladimir Vereschaka | [CMake] Update Cmake cache file for Win to ARM Linux... |
commit | commitdiff | tree | snapshot |
2021-10-30 |
wren romano | [mlir][sparse] Improve handling of dynamic-sizes for... |
commit | commitdiff | tree | snapshot |
next |