2021-09-20 |
Siva Chandra... | [libc] Add implementations of div, ldiv, lldiv and... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
Max Kazantsev | [SCEV] Support negative values in signed/unsigned predi... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
David Blaikie | llvm-dwarfdump: pretty type printing: print fully quali... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
David Blaikie | llvm-dwarfdump: support for type printing "decltype... |
commit | commitdiff | tree | snapshot |
2021-09-20 |
David Blaikie | llvm-dwarfdump: Don't print even an empty string when... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Blaikie | llvm-dwarfdump: Pretty print names qualified/with scopes |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Simon Pilgrim | [X86] SimplifyDemandedBits - only narrow a broadcast... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Kazu Hirata | [llvm] Use pop_back_val (NFC) |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Chris Jackson | [DebugInfo][LSR] Emit shorter expressions from scev... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Blaikie | llvm-dwarfdump: Pretty printing types including a space... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Craig Topper | [X86] Remove Commutable flag from mpsadbw intrinsics. |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Craig Topper | [X86] Add test cases for pr51908. NFC |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Blaikie | DWARFDie.cpp: Minor follow-up clang-format |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Blaikie | DWARFDie: Improve type printing for function and array... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Simon Pilgrim | [X86][Atom] Fix FP uops + port usage |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Simon Pilgrim | [X86] Fold SHUFPS(shuffle(x),shuffle(y),mask) -> SHUFPS... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Blaikie | llvm-dwarfdump: Refactor type pretty printing tests |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Simon Pilgrim | [X86][Atom] Specific uops for all IMUL/IDIV instructions |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Roman Lebedev | [X86][TLI] SimplifyDemandedVectorEltsForTargetNode... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Roman Lebedev | [X86] lowerShuffleAsDecomposedShuffleMerge(): if both... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Roman Lebedev | [NFC] combineX86ShufflesRecursively(): actually address... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Roman Lebedev | [X86] combineX86ShufflesRecursively(): call SimplifyMul... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Sanjay Patel | [InstCombine] add/adjust tests for min/max intrinsics... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Green | [ARM] Add VGETLANEu patterns for v4f16 and v8f16 |
commit | commitdiff | tree | snapshot |
2021-09-19 |
xndcn | [mlir][emitc] Fix indent in CondBranchOp and block... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Simon Pilgrim | [X86][Atom] Fix (U)COMISS/SD uops, latency and throughput |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Sylvestre Ledru | llvm/cmake: fix a typo |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Ben Shi | [RISCV] Optimize (add (shl x, c0), (shl y, c1)) with... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Blaikie | DWARFDie:DWARFTypePrinter: Add common utility function... |
commit | commitdiff | tree | snapshot |
2021-09-19 |
David Blaikie | DWARFDie.cpp: Reduce indentation with early continue |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Roman Lebedev | [X86] Improve i8 all-ones element insertion in pre... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Nikita Popov | [Tests] Fix noalias metadata in one more test |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Nikita Popov | [Tests] Fix incorrect noalias metadata |
commit | commitdiff | tree | snapshot |
2021-09-18 |
alokmishra... | OpenMP 5.0 metadirective |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Usman Nadeem | Precommit tests for D109807 "[InstCombine] Narrow type... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Mehdi Amini | Check for invalid projects passed in LLVM_ENABLE_PROJECTS |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Alexandre Ganea | [Support] Attempt to fix deadlock in ThreadGroup |
commit | commitdiff | tree | snapshot |
2021-09-18 |
David Green | [ARM] Prevent large integer VQDMULH pattern crashes |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Arjun P | [MLIR] Simplex: rename num{Variables,Constraints} to... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Kazu Hirata | [CodeGen] Use make_early_inc_range (NFC) |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Arjun P | [MLIR] Simplex: support adding new variables dynamically |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Nico Weber | [lld/mac] Fix comment typo to cycle bots |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Jacques Pienaar | [mlir-c] Add getting fused loc |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Nico Weber | Revert "OpenMP 5.0 metadirective" |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Aaron Puchert | Thread safety analysis: Warn when demoting locks on... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Roman Lebedev | Revert "Check for invalid projects passed in LLVM_ENABL... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Sylvestre Ledru | llvm doc: remove the old reference to subversion and... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Sylvestre Ledru | llvm doc: subversion isn't necessary in this example |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Sylvestre Ledru | Adjust the doc after the renaming of debuginfo-tests... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Uday Bondhugula | [MLIR][GPU] Add constant propagator for gpu.launch op |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Mehdi Amini | Check for invalid projects passed in LLVM_ENABLE_PROJECTS |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Joseph Huber | [OpenMP] Add support for dynamic shared memory in new RTL |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Joseph Huber | [OpenMP] Add additional fields to device environment |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Joseph Huber | [OpenMP] Implement __assert_fail in the new device... |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Joseph Huber | [OpenMP] Change debugging symbol to weak_odr linkage |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Amy Huang | [lld] Fix small error in previous commit |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Geoffrey Martin... | [mlir] Fix syntax example for tensor.from_elements |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Amy Huang | Reland "[LLD] Remove global state in lld/COFF" after... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Joseph Huber | [Attributor] Change AAExecutionDomain to check intrinsi... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Joseph Huber | [OpenMP] Add NoSync attributes to alloc / free shared... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Jez Ng | [lld-macho] Construct CFString literals by copying... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Vedant Kumar | [MachCore] Report arm64 thread exception state |
commit | commitdiff | tree | snapshot |
2021-09-17 |
peter klausler | [flang] More checking of NULL pointer actual arguments |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Usman Nadeem | [AArch64][SVE][InstCombine] Fold redundant zip1/2(uzp1... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Arthur Eubanks | [NFC] Remove FIXMEs about calling LLVMContext::yield() |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Adrian Prantl | Apply proper source location to fallthrough switch... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
cchen | Revert "[OpenMP] Use irbuilder as default for masked... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
alokmishra... | OpenMP 5.0 metadirective |
commit | commitdiff | tree | snapshot |
2021-09-17 |
cchen | Revert "OpenMP 5.0 metadirective" |
commit | commitdiff | tree | snapshot |
2021-09-17 |
cchen | OpenMP 5.0 metadirective |
commit | commitdiff | tree | snapshot |
2021-09-17 |
cchen | [OpenMP] Use irbuilder as default for masked and master... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Sanjay Patel | [InstCombine] add tests for min/max intrinsics with... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Aart Bik | [mlir][sparse] add a sparse quantized_matmul example... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Aart Bik | [mlir][sparse] add dce test for all sparse tensor ops |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Dávid Bolvanský | [NFC] Precommit tests for D109954 |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Andrew Browne | [DFSan] Add force_zero_label abilist option to DFSan... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Jan Kratochvil | [nfc] [lldb] Remove unused DIEPointerSet, DeclToDIEMap... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Jeremie Courreges... | [compiler-rt] Implement __clear_cache() on OpenBSD... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
peter klausler | [flang] Fix build |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Samuel | [llvm-reduce] Add reduce operands pass |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Hongtao Yu | [CSSPGO] Tweakes to lower pseudo probe runtime overhead |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Keith Smiley | [clang][darwin] Add support for --emit-static-lib |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Krzysztof Drewniak | [MLIR][Affine] Simplify nested modulo operations when... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
thomasraoux | [mlir] Prevent crash in DropUnitDim pattern due to... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Martin Storsjö | [clang] [ARM] Don't set the strict alignment flag for... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
peter klausler | [flang] Enforce specification function rules on callee... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
peter klausler | [flang] Enforce fixed form rules about END continuation |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Aaron Ballman | Add information about C99 to the C status page. |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Tozer | [Dexter] Mutually exclusive argument group for --builde... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Alexey Bataev | [SLP][NFC]Add a test for reorder of alt shuffle operands. |
commit | commitdiff | tree | snapshot |
2021-09-17 |
peter klausler | [flang] Validate SIZE(x,DIM=n) dimension for assumed... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
peter klausler | [flang] Upgrade warning to error in case of PURE procedure |
commit | commitdiff | tree | snapshot |
2021-09-17 |
thomasraoux | [mlir][linalg] Extend drop unit dim pattern to all... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
thomasraoux | [mlir] Linalg hoisting should ignore uses outside the... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
thomasraoux | [mlir] Fix potential crash in hoistRedundantVectorTransfers |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Vy Nguyen | [lld-macho] Ignore local personality symbols if... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Shilei Tian | [NFC] clang-format -i /openmp/libomptarget/deviceRTLs... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
peter klausler | [flang] Correct overflow detection in folding of real... |
commit | commitdiff | tree | snapshot |
2021-09-17 |
AndreyChurbanov | [OpenMP] NFC: add type casts to silence gcc warnings |
commit | commitdiff | tree | snapshot |
2021-09-17 |
AndreyChurbanov | [OpenMP] libomp: Update third-party sources of ittnotif... |
commit | commitdiff | tree | snapshot |
next |