2020-12-11 |
Nikita Popov | Revert "Consider reference, pointer, and pointer-to... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
diggerlin | [AIX][XCOFF] emit traceback table for function in aix |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Mehdi Amini | Store a MlirIdentifier instead of a MlirStringRef in... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Siva Chandra... | [libc] Let wrappergen pick LLVM libc mangled name from... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Sean Silva | Revert "Revert "[mlir] Start splitting the `tensor... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Sanjay Patel | [InstCombine][x86] fix insertion point bug in vector... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Sean Silva | Revert "[mlir] Start splitting the `tensor` dialect... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Peter Steinfeld | [flang] Removed an absolute path from the "flang" script |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Sean Silva | [mlir] Start splitting the `tensor` dialect out of... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Richard Smith | Consider reference, pointer, and pointer-to-member... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Krzysztof Parzyszek | [Hexagon] Workaround for compilation error with VS2017 |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Fangrui Song | Migrate deprecated DebugLoc::get to DILocation::get |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Nikita Popov | [BasicAA] Add extra check in phi-spec-order.ll (NFC) |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Florian Hahn | Revert "[AArch64] Lower calls with rv_marker attribute ." |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Florian Hahn | [LV] Precommit test for PR48429. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Jinsong Ji | [lld][PowerPC][test] Avoid flaky failures |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Florian Hahn | [AArch64] Lower calls with rv_marker attribute . |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Scott Linder | [SmallVector][NFC] Link to ProgrammersManual from Small... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Louis Dionne | [libc++] Fix Docker image build after installing clang... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Siva Chandra... | [libc] Add implementations of lround[f|l] and llround... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Fangrui Song | [MCAsmInfo] Delete unused doesSupportExceptionHandling |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Louis Dionne | [libc++] Install clang-format on CI nodes |
commit | commitdiff | tree | snapshot |
2020-12-11 |
LLVM GN Syncbot | [gn build] Port b577d2df7bd |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Craig Topper | [RISCV] Add a pass to remove duplicate VSETVLI instruct... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Zinovy Nis | [clang-tidy] false-positive for bugprone-redundant... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Michael Kruse | [tests][OpenMPIRBuilder] Use EXPECT_EQ instead ASSERT_EQ. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Nikita Popov | [BasicAA] Handle two unknown sizes for GEPs |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Hiroshi Yamauchi | [PGO] Adjust -vp-counters-per-site under dynamic linking. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Michael Kruse | [OpenMPIRBuilder] Various changes required for tileLoops. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Louis Dionne | [libc++] Use TARGET_FILE instead of TARGET_SONAME_FILE... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Louis Dionne | [libc++] NFCI: Implement make_shared as allocate_shared... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Tobias Burnus | [MC][ELF] Accept abbreviated form with sh_flags and... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Sam McCall | Revert [clangd] Extract per-dir CDB cache to its own... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Sam McCall | Reland [clangd] Extract per-dir CDB cache to its own... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Nathan James | [YAML] Use correct source location for unknown key... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Jinsong Ji | [PowerPC] Remove duplicate layout |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Alex Zinenko | [mlir] Support inlining into affine operations |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Nathan James | [clangd] Use enumMember instead of enumConstant |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Matt Morehouse | [DFSan] Add custom wrapper for recvmmsg. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Jay Foad | [AMDGPU] Make use of emitRemovedIntrinsicError. NFC. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Nicolas Vasilache | [mlir][ArmNeon][RFC] Add a Neon dialect |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Adrian Kuegel | [mlir] Expose target configuration for lowering to... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Adrian Kuegel | Add rsqrt lowering from standard to ROCDL. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Alexander Kornienko | Remove references to the ast_type_traits namespace |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Marco Elver | [KernelAddressSanitizer] Fix globals exclusion for... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Joe Ellis | [SelectionDAG] Implement SplitVecOp_INSERT_SUBVECTOR |
commit | commitdiff | tree | snapshot |
2020-12-11 |
QingShan Zhang | [NFC][Test] Add a test to verify the instruction form... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
QingShan Zhang | [NFC][Test] Format the PowerPC test for incoming patch |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Haojian Wu | [clangd] Reorder the class field to avoid -Wreorder... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
David Sherwood | Fix build issue caused by 9b76160e53f67008ff21095098129... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Haojian Wu | [AST][RecoveryAST] Preserve type for member call expr... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
David Green | [ARM] Make t2DoLoopStartTP a terminator |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Kazushi (Jam... | [VE] Add vgt and vsc intrinsic instructions |
commit | commitdiff | tree | snapshot |
2020-12-11 |
LLVM GN Syncbot | [gn build] Port 5663bf201f5 |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Haojian Wu | Revert "[analyzer] NFC: Move path diagnostic consumer... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
LLVM GN Syncbot | [gn build] Port 9b76160e53f |
commit | commitdiff | tree | snapshot |
2020-12-11 |
David Sherwood | [Support] Introduce a new InstructionCost class |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Marek Kurdej | [libc++] Remove invalid use of `#if _LIBCPP_STD_VER... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Michael Kruse | [OpenMPIRBuilder] Fix typo. NFC. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Arthur Eubanks | [NFC] Inline maxDevirtIterationsReached() |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Hsiangkai Wang | [RISCV] Separate masked and unmasked definitions for... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Kazu Hirata | [MemorySSA] Remove unused declaration optimizeUses... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Kazu Hirata | [Support] Use is_contained (NFC) |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Michael Kruse | [Polly] Consider InvalidContext to determine partial... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Craig Topper | [RISCV] Use tail agnostic policy for vsetvli instructio... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Artem Dergachev | [analyzer] OSObjectCStyleCast: Improve warning message. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Arthur O'Dwyer | [libc++] ADL-proof by adding _VSTD:: qualifications... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Arthur O'Dwyer | [libc++] Include C++ headers, not C headers, in <charconv>. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Alexandre Ganea | Re-land: [lit] Support running tests on Windows without... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Jon Chesterfield | [libomptarget][nfc] Remove data_sharing type aliasing |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Duncan P. N... | Tooling: Migrate some tests to FileEntryRef, NFC |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Jez Ng | [lld-macho] Disable some tests that are failing on... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Jez Ng | [lld-macho] Don't include absolute address value in... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Derek Schuff | [WebAssembly][lld] Exclude COMDAT sections |
commit | commitdiff | tree | snapshot |
2020-12-11 |
LLVM GN Syncbot | [gn build] Port 705a4c149d8 |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Hongtao Yu | [CSSPGO] Pseudo probe encoding and emission. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Cheng Wang | [libc] Add [l|ll]abs implementation. |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Sam Clegg | [lld][WebAssembly] Split __wasm_apply_relocs function... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Richard Smith | Ensure that we don't leave behind "InstantiatingSpecial... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Fangrui Song | [test] Fix compiler-rt/test/profile/coverage_emptylines... |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Derek Schuff | [WebAssembly] Support COMDAT sections in assembly syntax |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Nico Weber | fix typo to cycle bots |
commit | commitdiff | tree | snapshot |
2020-12-11 |
Jonas Paulsson | Revert "[SystemZFrameLowering] Don't overrwrite R1D... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
LLVM GN Syncbot | [gn build] Port 7ead5f5aa38 |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Alexander Kornienko | Remove references to the ast_type_traits namespace |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Jez Ng | [lld-macho] Don't load dylibs more than once |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Jez Ng | [lld-macho] Implement `-no_implicit_dylibs` |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Jez Ng | [lld-macho] Initialize AsmParsers earlier |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Jez Ng | [lld-macho] Add support for -mcpu, -mattr, -code-model... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Jez Ng | [lld-macho] Don't attempt to emit rebase opcodes for... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Jez Ng | [lld-macho] Implement -object_path_lto |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Derek Schuff | Revert "[WebAssembly] Support COMDAT sections in assemb... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Mitch Phillips | Revert "[CSSPGO] Pseudo probe encoding and emission." |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Mitch Phillips | Revert "[NFC] Fix a gcc build break by using an explict... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Mitch Phillips | Revert "[NFC] Fix a gcc build break by not using an... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Kazushi (Jam... | [VE] Remove -faddrsig and -fnoaddrsig tests |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Xinhao Yuan | [llvm-cov][gcov] Optimize the cycle counting algorithm... |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Derek Schuff | [WebAssembly] Support COMDAT sections in assembly syntax |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Florian Schmaus | [msan] Do not use 77 as exit code, instead use 1 |
commit | commitdiff | tree | snapshot |
2020-12-10 |
Scott Linder | [SmallVector] Copy new docs into Doxygen comment |
commit | commitdiff | tree | snapshot |
next |