2021-07-16 |
Uday Bondhugula | [MLIR][NFC] Improve doc comment and delete stale comment |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Timm Bäder | [llvm][tools] Hide unrelated llvm-cfi-verify options |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Vince Bridgers | [analyzer] Do not assume that all pointers have the... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Simon Giesecke | Reformat files. |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Mehdi Amini | Use ManagedStatic and lazy initialization of cl::opt... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Mehdi Amini | Revert "Use ManagedStatic and lazy initialization of... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Timm Bäder | Revert "[llvm][tools] Hide unrelated llvm-cfi-verify... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Timm Bäder | [llvm][tools] Hide unrelated llvm-cfi-verify options |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Marcos Horro | [llvm-mca][JSON] Store extra information about driver... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Deep Majumder | [analyzer] Handle << operator for std::unique_ptr |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Mehdi Amini | Use ManagedStatic and lazy initialization of cl::opt... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Mehdi Amini | Fix mismatch between the provisioning of asyncExecutors... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Jonas Devlieghere | [debugserver] Un-conditionalize code guarded by macOS... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Petr Hosek | [profile] Decommit memory after counter relocation |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Serge Pavlov | Fix typo in test |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Max Kazantsev | [LSR] Handle case 1*reg => reg. PR50918 |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Deep Majumder | [analyzer] Model comparision methods of std::unique_ptr |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Carl Ritson | [TableGen] Allow isAllocatable inheritence from any... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Vincent Lee | [lld-macho] Optimize bind opcodes with multiple passes |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Shilei Tian | [Attributor] Add support for compound assignment for... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Mehdi Amini | Revert "Use ManagedStatic and lazy initialization of... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Mehdi Amini | Use ManagedStatic and lazy initialization of cl::opt... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
John Demme | [MLIR] [Python ODS] Use @builtins.property for cases... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
LLVM GN Syncbot | [gn build] Port 766a08df12c1 |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Nico Weber | [gn build] port 766a08df12c1 |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Shilei Tian | [NFC][OpenMP][Offloading] Replaced explicit parallel... |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Louis Dionne | [libc++] Add a job running GCC with C++11 |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Ben Barham | [Frontend] Only compile modules if not already finalized |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Daniel Rodríguez... | [test] Use double pound to denote comments. |
commit | commitdiff | tree | snapshot |
2021-07-16 |
Weiwei Li | [mlir][spirv] Add support for GLSL FMix |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Vincent Lee | [lld-macho] Use intermediate arrays to store opcodes |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Kirill Stoimenov | [asan] Slightly modified the documentation. |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Nico Weber | Revert "tsan: make obtaining current PC faster" |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Matt Arsenault | GlobalISel: Surface offsets parameter from ComputeValueVTs |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Matt Arsenault | AMDGPU/GlobalISel: Fix incorrect memory types in test |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Matt Arsenault | GlobalISel: Track argument pointeriness with arg flags |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Peter S. Housel | [lldb] Add AllocateMemory/DeallocateMemory to the SBPro... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Vitaly Buka | [NFC][hwasan] Remove default arguments in internal... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Victor Huang | [PowerPC] Add PowerPC population count, reversed load... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Shilei Tian | [AbstractAttributor] Fold function calls to `__kmpc_is_... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Amara Emerson | GlobalISel: Introduce GenericMachineInstr classes and... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Roland McGrath | [libc] Fix typos in x86_64/FEnv.h |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Omar Emara | [LLDB][GUI] Add Process Attach form |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Eli Friedman | [DependenceAnalysis] Guard analysis using getPointerBase(). |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Harald van... | [X86] Fix handling of maskmovdqu in X32 |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Sanjay Patel | [SLP] avoid leaking poison in reduction of safe boolean... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Nikita Popov | [Verifier] Extend address taken check for unknown intri... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Victor Huang | [PowerPC][NFC] Add the missing 'REQUIRES: powerpc-regis... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Sumesh Udayakumaran | [mlir] Enable cleanup of single iteration reduction... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Jessica Paquette | [AArch64][GlobalISel] Clamp <n x p0> vecs when legalizi... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
zhijian | [AIX][XCOFF][Bug-Fixed] parse the parameter type of... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Louis Dionne | [runtimes] Don't try passing --target flags to GCC |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Martin Storsjö | [libcxx] [test] Fix mismatches between aligned operator... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Hedin Garca | [libc] Relocate the closing directive of #ifdef |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Nikita Popov | [ObjCARC] Use objc_msgSend instead of llvm.objc.msgSend... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
George Burgess IV | utils: fix broken assertion in revert_checker |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Harald van... | [Driver] Fix compiler-rt lookup for x32 |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Aart Bik | [mlir][sparse] add int64 storage type to sparse tensor... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Artem Belevich | [NVPTX, CUDA] Add .and.popc variant of the b1 MMA instr... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Sushma Unnibhavi | [M68k][GloballSel] LegalizerInfo implementation |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Dmitry Vyukov | tsan: lock ScopedErrorReportLock around fork |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Philip Reames | [unittest] Exercise SCEV's udiv and udiv ceiling routines |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Louis Dionne | [libc++/abi] Fix broken Lit feature no-noexcept-functio... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Fangrui Song | [ELF] Don't define __rela_iplt_start for -pie/-shared |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Fangrui Song | [ELF][test] Rework non-preemptible ifunc tests |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Nikita Popov | [Verifier] Use isIntrinsic() (NFC) |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Simon Pilgrim | [InstCombine] Add select(cond,gep(gep(x,y),z),gep(x... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Sam Tebbs | [ARM][LowOverheadLoops] Make some stack spills valid... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Quinn Pham | [PowerPC] Fix popcntb XL Compat Builtin for 32bit |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Simon Pilgrim | Fix "unknown pragma 'GCC'" MSVC warning. NFCI. |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Simon Pilgrim | [InstCombine] Add 3-operand gep test with different... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Dmitry Vyukov | tsan: strip top inlined internal frames |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Philip Reames | [SCEV] Fix unsound reasoning in howManyLessThans |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Louis Dionne | [libc++] NFC: Reindent the run-buildbot script |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Fangrui Song | [test] Avoid llvm-readelf/llvm-readobj one-dash long... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Vy Nguyen | [llvm-exegesis] Fix missing-headers build errors. |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Arthur Eubanks | Revert "[SLP]Workaround for InsertSubVector cost." |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Jessica Paquette | [GlobalISel] Fix infinite loop in reassociationCanBreak... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Wouter van... | [WebAssembly] Fixed LLD generation of 64-bit __wasm_app... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Leonard Grey | [lld-macho] Add LTO cache support |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Stanislav Mekhanoshin | [AMDGPU] Refine -O0 and -O1 passes. |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Fangrui Song | [llvm-nm] Remove one-dash long options except -arch |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Fangrui Song | [test] Avoid llvm-nm one-dash long options |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Aart Bik | [mlir][sparse] add shift ops support |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Andrzej Warzynski | [flang][driver] Randomise the names of the unparsed... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Andrzej Warzynski | Enable Flang by default in the test-release.sh script |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Aart Bik | [mlir][sparse] remove linalg-to-loops from integration... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Louis Dionne | [libc++] Add a CMake target to re-generate files and... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Nikita Popov | [IR] Add elementtype attribute |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Nikita Popov | [LangRef] Add elementtype attribute |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Arthur Eubanks | [InstCombine] Look through invariant group intrinsics... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Geoffrey Martin... | [Bazel] Update for 01bdb0f75efb |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Philip Reames | [LV] Enable vectorization of multiple exit loops w... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Nikita Popov | [AsmParser] Unify parsing of attributes |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Dmitry Vyukov | tsan: make obtaining current PC faster |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Victor Huang | [PowerPC] Add PowerPC rotate related builtins and emit... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Shilei Tian | Revert "[AbstractAttributor] Fold function calls to... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Simon Pilgrim | [DAG] Fold select(cond,binop(x,y),binop(x,z)) -> binop... |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Aart Bik | [mlir][sparse] replace linalg.copy with memref.copy |
commit | commitdiff | tree | snapshot |
2021-07-15 |
Simon Pilgrim | [NVPTX] Tweak fast-math tests to avoid select(binop... |
commit | commitdiff | tree | snapshot |
next |