2022-05-03 |
Hansang Bae | [OpenMP] Possible fix for sporadic test failure from... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Amir Ayupov | Revert "[BOLT][TEST] Fix test failures on AArch64 builder" |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Amir Ayupov | [BOLT][TEST] Fix test failures on AArch64 builder |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Duncan P. N... | ExtractAPI: Use %clang_cc1 and -verify in enum.c |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Richard Smith | Fix some places where PseudoObjectExpr handling assumed... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
David Kreitzer | Minor correction in bitreverse intrinsic semantics |
commit | commitdiff | tree | snapshot |
2022-05-03 |
owenca | [clang-format][NFC] Clean up tryToParseLambdaIntroducer() |
commit | commitdiff | tree | snapshot |
2022-05-03 |
LLVM GN Syncbot | [gn build] Port 9f38da258ea7 |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Haojian Wu | [pseudo] Implement the GLR parsing algorithm. |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Bill Wendling | [randstruct] Move initializer check to be more effective |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Dave Lee | [lldb] Add setting for max depth of value object printi... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Goran Flegar | [mlir] Add sin & cos ops to complex dialect |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Yuanfang Chen | tsan: for unittests, change to use test fixtures to... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Augie Fackler | BuildLibCalls: simplify switch statement slightly |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Michael Jones | [libc] add printf writer |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Michael Jones | [libc] fix strtold tests on 32 bit systems |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Chris Jackson | [llvm-ar] Modify usage printouts to use the correct... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Min-Yih Hsu | [mlir][LLVMIR] Add support for translating Switch instr... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Pilgrim | [DAG] Fix issue with rot(rot(x,c1),c2) -> rot(x,c1... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Kugan Vivekanandarajah | [RFC] Add and sort decl to maintain order instead of... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Pilgrim | [X86] Add test showing failure to modulo the rotation... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Fangrui Song | [ELF] Fix branch range computation when picking ThunkSe... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nikita Popov | [SCEV] Regenerate test checks (NFC) |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Shilei Tian | [Clang][OpenMP] Add the support for floating-point... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Philip Reames | [X86] Autogen a few tests for ease of update [nfc] |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Dawid Jurczak | [NFC][GVNSink] Don't pretend that iteration is over... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
David Spickett | [lldb][NFC] Refactor printing of short options in help |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Paul Kirth | [BOLT] [NFC] Remove unused variable |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Philipp Tomsich | [AArch64] Add native CPU detection for Ampere1 |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nikita Popov | [X86] Add additional add of and not tests (NFC) |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Pilgrim | [PowerPC] Regenerate urem-seteq-illegal-types.ll |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Philipp Tomsich | [AArch64] Support for Ampere1 core |
commit | commitdiff | tree | snapshot |
2022-05-03 |
David Spickett | [lldb][NFC] Simplify part of Options::GenerateOptionUsage |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Pilgrim | [X86] load-local-v3i129.ll - add checks for targets... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Pilgrim | [X86] const-shift-of-constmasked.ll - replace X32 check... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Eric Li | [bazel] Add test targets for dataflow framework |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Aaron Ballman | Add explicit OpenMP 5.0 case for version macros; NFC |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Aaron Ballman | Fix a typo in an OpenMP test |
commit | commitdiff | tree | snapshot |
2022-05-03 |
LLVM GN Syncbot | [gn build] Port 860eabb3953a |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Haojian Wu | Revert "[pseudo] Implement the GLR parsing algorithm." |
commit | commitdiff | tree | snapshot |
2022-05-03 |
LLVM GN Syncbot | [gn build] Port eac22d0754f7 |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nikita Popov | [SDAG] Handle A and B&~A in haveNoCommonBitsSet() |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nathan Sidwell | [demangler] Fold expressions of .* and ->* |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Sam McCall | [pseudo] Implement the GLR parsing algorithm. |
commit | commitdiff | tree | snapshot |
2022-05-03 |
David Spickett | [lldb][NFC] Add more tests for GenerateOptionsUsage |
commit | commitdiff | tree | snapshot |
2022-05-03 |
David Spickett | Revert "[lldb] Fix ppc64 detection in lldb" |
commit | commitdiff | tree | snapshot |
2022-05-03 |
David Truby | [clang][AArch64][SVE] Implement conditional operator... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nicolai Hähnle | AMDGPU: Remove redundant call to MachineInstrBuilder... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Serge Pavlov | [Doc] Refine description of llvm.is_fpclass |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Haojian Wu | [pseudo] Simplify the forest dump, NFC. |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Hanhan Wang | [Linalg] Remove Optional from getStaticLoopRanges inter... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nicolai Hähnle | AMDGPU/GISel: Update some MIR tests to reduce future... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Ali Shuja Siddiqui | [analyzer] Check for std::__addressof for inner pointer... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Martin Liska | sanitizer: Fix fallthrough detection. |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Zhiyao Ma | [ARM] Only update the successor edges for immediate... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Aaron Ballman | Fix Clang sphinx build |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Tatham | [Windows] Fix handling of \" in program name on cmd... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Tatham | [Windows] Fix cmd line tokenization of unclosed quotes. |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Martin Liska | tsan: fix deadlock in libbacktrace |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nikita Popov | [SDAG] Extract commutative helper from haveNoCommonBits... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
serge-sans... | [lldb] Fix ppc64 detection in lldb |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Simon Pilgrim | [SLP][X86] Add test case for Issue #48223 |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Bradley Smith | [AArch64][SVE] Only fold frame indexes referencing... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Martin Liska | sanitizer: use pragma clang conditionally |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Nikita Popov | [ValueTracking] A and (B & ~A) have no common bits set |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Alex Zinenko | [mlir] improve and test TransformState::Extension |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Fred Tingaud | In MSVC compatibility mode, friend function declaration... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Martin Liska | sanitizer: support GCC's fallthrough attribute |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Marco Antognini | [Analyzer] Fix assumptions about const field with membe... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Igor Kirillov | [LoopVectorize] Support reductions that store intermedi... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Marek Kurdej | [clang-format] Add a regression test for aligning macro... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Benjamin Kramer | [mlir][MemRef] Return `0` for the canonical strided... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jeremy Morse | [DebugInfo][InstrRef] Don't generate redundant DBG_PHIs |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Markus Lavin | [NFC] Minimal refactor of TTI to avoid clangsa complaint |
commit | commitdiff | tree | snapshot |
2022-05-03 |
David Green | [LV][SLP] Mark fptosi_sat as vectorizable |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Pavel Labath | [lldb] Fix nondeterminism in DWARFIndexCachingTest |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Ivan Murashko | [docs] PCH usage documentation update |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Luo, Yuanke | [X86][AMX] Add mayLoad/mayStore property for AMX instru... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Vitaly Buka | Revert "tsan: model atomic read for failing CAS" |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Vitaly Buka | [mlir] Create lbOperands before op.setLowerBound |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jonas Devlieghere | [lldb] Make GetSharedModuleWithLocalCache consider... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Hsiangkai Wang | [RISCV] Precommit test cases for (uaddo X, C) |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Hsiangkai Wang | [RISCV][TargetLowering] Special case overflow expansion... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Craig Topper | [RISCV] Add isCommutable to FADD/FMUL/FMIN/FMAX/FEQ. |
commit | commitdiff | tree | snapshot |
2022-05-03 |
hsmahesha | [AMDGPU] Fix scalar_to_vector for v8i16/v8f16 |
commit | commitdiff | tree | snapshot |
2022-05-03 |
hsmahesha | [AMDGPU][NFC] Make lowerINSERT_VECTOR_ELT() more readable |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Zakk Chen | [RISCV] Fix incorrect codegen for masked vmsge{u}.vx... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
LLVM GN Syncbot | [gn build] Port 41c0ff1e740b |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jonas Devlieghere | [lldb] Move GetSharedModuleWithLocalCache to PlatformDa... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jonas Devlieghere | [lldb] Hoist device support out of PlatformRemoteDarwin... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jonas Devlieghere | [lldb] Remove unused PlatformRemoteDarwinDevice::FindFi... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Jonas Devlieghere | [lldb] Remove PlatformRemoteMacOSX::GetFileWithUUID... |
commit | commitdiff | tree | snapshot |
2022-05-03 |
Weverything | [Driver][test] Remove clang{{.*}} when testing -cc1... |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Craig Topper | [DAGCombiner] reassociationCanBreakAddressingModePatter... |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Tanya Lattner | Add transparency report. |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Min-Yih Hsu | [mlir][LLVMIR] Add support for translating FCmp & FP... |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Chris Bieneman | [NFC] Add missing switch cases |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Nicolai Hähnle | AMDGPU/SDAG: Factor out the fold (add (mul x, y), y... |
commit | commitdiff | tree | snapshot |
2022-05-02 |
LLVM GN Syncbot | [gn build] Port 4070aa01561c |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Vitaly Buka | Revert "[DeadArgElim] Set unused arguments for internal... |
commit | commitdiff | tree | snapshot |
next |