2021-10-15 |
Michał Górny | [lldb] [ABI/AArch64] Do not add subregs if some of... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Bogdan Graur | Adds //mlir:GPUTransforms dependency to //llvm:MC as... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Andrew Savonichev | Reland [clang] Check unsupported types in expressions |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Michał Górny | [lldb] [ABI/X86] Add pseudo-registers if missing |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Michał Górny | [lldb] [DynamicRegisterInfo] Support value_regs with... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Anton Afanasyev | [InstCombine] Support arbitrary const shift amount... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Anton Afanasyev | [Test][InstCombine] Precommit tests for PR52078 |
commit | commitdiff | tree | snapshot |
2021-10-15 |
David Green | [AArch64] Improve fptosi.sat vector lowering |
commit | commitdiff | tree | snapshot |
2021-10-15 |
djtodoro | [llvm-dwarfdump] Fix unsigned overflow when calculating... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
David Green | [AArch64] Improve fptosi.sat lowering |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Louis Dionne | [libc++] Use apple-install-libcxx.sh in the Apple/syste... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
John Brawn | [ARM] Fix MOVCC peephole to not use an incorrect regist... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
djtodoro | [JSON] Handle uint64_t type |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Pavel Labath | [lldb] Fix an include in HostTest.cpp |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Roland Fischer | [git-clang-format] Add --diffstat parameter |
commit | commitdiff | tree | snapshot |
2021-10-15 |
mydeveloperday | [clang-format] [PR42014,PR52021] don't let clang-format... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
guopeilin | [AArch64ISelLowering] Avoid duplane in some cases when... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Dan Liew | Fix another test not using the standard separator for... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Jim Lin | [RISCV] Add invalid match case for uimm2, uimm3 and... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Andrew Young | [MLIR] Add `KeywordOrString` handling to AsmParser |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Jason Molenda | Use Module's FileSpec for limiting binaries to set... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Shao-Ce SUN | [NFC] fix a typo |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Ben Shi | [RISCV] Optimize immediate materialisation with SH*ADD |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Kazu Hirata | [llvm] Use llvm::is_contained (NFC) |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Max Kazantsev | [SCEV] Prove implication of predicates to their sign... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Qiu Chaofan | [PowerPC] Support ppc-asm-full-reg-names for AIX |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Artem Dergachev | [analyzer] Fix property access kind detection inside... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Richard Smith | PR52183: Don't emit code for a void-typed constant... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Max Kazantsev | [SCEV][NFC] Reduce memory footprint & compile time... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Mogball | [MLIR][ODS] default-valued strings should be in quotes |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Matthias Springer | [mlir][linalg][bufferize] Handle scf::ForOp correctly... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Matthias Springer | [mlir][linalg][bufferize] Rewrite conflict detection |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Artur Pilipenko | Fix getInlineCost with ComputeFullInlineCost enabled |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Hongtao Yu | [CSSPGO] Turn off PseudoProbeUpdatePass for non-FDO... |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Vitaly Buka | [NFC][asan] Speedup uar_signals.cpp test |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Vitaly Buka | [NFC][sanitizer] Remove %stdcxx11 |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Vitaly Buka | [NFC][asan] Use more common socket type in test |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Michael Jones | [libc] add memccpy and mempcpy |
commit | commitdiff | tree | snapshot |
2021-10-14 |
peter klausler | [flang] Admit NULL() in generic procedure resolution... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Jacques Pienaar | [mlir][ods] Enable emitting getter/setter prefix |
commit | commitdiff | tree | snapshot |
2021-10-14 |
peter klausler | [flang] Fold LGE/LGT/LLE/LLT intrinsic functions |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Arthur Eubanks | [NFC][Interpreter] Remove unused CompilerInvocation |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Evgenii Stepanov | [scudo] Fix running tests under hwasan. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Evgenii Stepanov | [hwasan] Fix TestCases/thread-uaf.c. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Evgenii Stepanov | [hwasan] Add default "/" prefix. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Peyton, Jonathan L | [OpenMP][host runtime] Add initial hybrid CPU support |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Peyton, Jonathan L | [OpenMP][host runtime] small fixup of RTM CPUID bit... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
David Blaikie | Revert "Compress formatting of array type names (int... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
peter klausler | [flang] Expunge bogus semantic check for ELEMENTAL... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Stella Laurenzo | Disable add_mlir_aggregate() debug file generation. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Peyton, Jonathan L | [OpenMP][host runtime] Add support for teams affinity |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Alexey Bataev | [SLP]Fix PR52090: clang crashes: Assertion `Index ... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
David Blaikie | Compress formatting of array type names (int [4] -... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Reid Kleckner | [bazel] Move MC header usage from Support to tblgen |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Collin Baker | [test] Fix asan dynamic unit tests with per-target... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Arthur Eubanks | [clang] Support -clear-ast-before-backend without ... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Rong Xu | [TableGen][PGO] Disable profile instrumentation for... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Mogball | [MLIR][arith] fix references to std.constant in comments |
commit | commitdiff | tree | snapshot |
2021-10-14 |
thomasraoux | [mlir][vector] Refactor linalg vectorization for reductions |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Philip Reames | [tests] Add indvars tests showing missing transforms... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
David Green | [AArch64] Add extra tests for fptosisat vector variants |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Roman Lebedev | [X86][Costmodel] Improve cost modelling for not-fully... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Philip Reames | autogen tests for ease of update |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Craig Topper | [RISCV] Remove unused member variable. NFC |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Nikita Popov | [IVUsers] Move preheader check into SCEVExpander |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Aaron Ballman | Fix a crash on valid consteval code. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Raphael Isemann | [lldb] Move ~Platform to source file |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Frederic Cambus | [Driver][Darwin] Use T reference instead of getToolChai... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Craig Topper | [X86] Use CMOVNS for abs instead of CMOVGE. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Michael Kruse | [Polly] Remove support for code generated by gfortran... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Michael Kruse | [Polly][docs] Fix itemize list for release notes. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Aaron Ballman | Fix a rejects-valid with consteval on overloaded operators |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Raphael Isemann | [lldb] Remove logging from Platform::~Platform |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Rob Suderman | [mlir][tosa] Fix tosa.cast UiToFp32 for tosa-to-linalg |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Raphael Isemann | [lldb] Rewrite TestDiamond and document some bugs. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
David Tenty | [libc++][AIX] Add scripts and config for building with... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Nikita Popov | [BasicAA] Improve scalable vector handling |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Daniel Sanders | [llvm-mca][timeline] Indicate output was stopped due... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Kai Nacke | [AIX] Ignore case when comparing output from od |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Simon Pilgrim | [TTI][X86] Merge getInterleavedMemoryOpCostAVX2 into... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Frederic Cambus | [Driver][WebAssembly] Use ToolChain reference instead... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Michael Kruse | [Polly] Clean up Polly's getting started docs. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Simon Pilgrim | [TTI][X86] Swap getInterleavedMemoryOpCostAVX2/getInter... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Simon Pilgrim | [Transforms] eliminateDeadStores - remove unused variab... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Yitzhak Mandelbaum | [libTooling] Add "switch"-like Stencil combinator |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Kevin P. Neal | [FPEnv][InstSimplify] Fold fadd X, 0 ==> X, when we... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Craig Topper | [RISCV] Update Zba, Zbb, Zbc, and Zbs version from... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Vitaly Buka | [sanitizer] Move out stack trace pointer from header... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Nikita Popov | [ValueTracking] Simplify getKnowledgeValidInContext... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Wenlei He | [llvm-profgen] Allow generating AutoFDO profile from... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Joe Loser | [libc++] LWG3480: make (recursive_)directory_iterator... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Julien Pages | [AMDGPU] Add more tests for build_vector |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Gabor Marton | [analyzer][solver] Handle simplification to ConcreteInt |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Mark de Wever | [libc++][NFC] Fixes placement of the return type. |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Dave Lee | [lldb] Fix 'frame diagnose' docstring typo |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Nicolas Vasilache | [mlir][Linalg] Tighten canonicalization of InsertSliceO... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Nicolas Vasilache | [mlir][Linalg] Fix insertion point in comprehensive... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
luxufan | [JITLink][NFC] Add TableManager to replace PerGraph... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Jinsong Ji | [NFC][compiler-rt][profile] Remove non-Posix -h option... |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Ben Shi | [RISCV][test] Add tests of (add (shl r, c0), c1) |
commit | commitdiff | tree | snapshot |
next |