2023-04-24 |
Simon Pilgrim | [VP] IR expansion for fabs/fsqrt/fma/fmadd |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Joseph Huber | [Clang] Accept and forward `-fconvergent-functions... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Alvin Wong | [LLD][COFF] Add /inferasanlibs to lld-link as ignored... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Alvin Wong | [LLD][COFF] Print object file name for unsupported... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Sam McCall | [dataflow] HTMLLogger: fix off-by-one in the BB listing |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Stefan Pintilie | [NFC][PowerPC] Added a test case to show extra clear... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Simon Pilgrim | [DAG] Add ISD::isExtVecInRegOpcode helper. |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Simon Pilgrim | [X86] Support EVT types in supportedVectorShift* helper... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Nikita Popov | [InstSimplify] Support all instructions in simplifyWith... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Nikita Popov | [InstSimplify] Add additional test for select icmp... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
John Brawn | [Serialization] Place command line defines in the corre... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Aaron Ballman | Remove known-stale projects from the open projects... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Peter Smith | [LLD][ELF][AArch64] Add AArch64 short range thunk support |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Paul Walker | [Clang][Sema] Fix invalid cast when validating SVE... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Jay Foad | [Vectorize] Fix vectorization, scalarization and foldin... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Jay Foad | [Vectorize] Pre-commit tests for D148905 |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Michael Buch | [lldb][tests] TestPreferredName.py: add missing import |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Siyuan Zhu | [InstSimplify] sdiv a (1 srem b) --> a |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Aaron Ballman | Fix file info comment; NFC |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Michael Buch | [lldb][tests] TestPreferredName.py: Fix for older compilers |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Siyuan Zhu | [InstSimplify] Test case for D149001 (NFC) |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Aaron Ballman | Minor cleanup of the Open Projects page |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Nikita Popov | [InstSimplify] Move more folds into simplifyDivRem... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Jingu Kang | [AArch64] Precommit test |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Alexandros... | [FuncSpec] Track the return values of specializations. |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Nikita Popov | [InstSimplify] Drop redundant div fold (NFCI) |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Mikhail Goncharov | [bazel] test files for IRDL 8ac8c922fb3f15706f5cb1db2cc... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Hassnaa Hamdi | [AArch64][DAGCombiner]: combine <2xi64> mul add/sub. |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Nikita Popov | [InstSimplify] Move fold into isDivZero() (NFCI) |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Tom Weaver | Revert "[Coverity] Fix explicit null dereferences" |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Kito Cheng | [RISCV] Add SiFive extension support |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Nelson Chu | [RISCV] Support LLVM IR intrinsics for xsfvcp extension. |
commit | commitdiff | tree | snapshot |
2023-04-24 |
David Spickett | [llvm][docs] Update "Adding a Builder" docs |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Momchil Velikov | [CodeGenPrepare] Estimate liveness of loop invariants... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Stoorx | [clang] Return `std::string_view` from `TargetInfo... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Stoorx | [clang] Remove unnecessary virtual inheritance in ... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Stoorx | [clang] Make access to submodules via `iterator_range` |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Vlad Serebrennikov | [clang] Mark CWG2009 as N/A |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Joshua Cao | Revert "[SCEV] Precise trip multiples" |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Sebastian Neubauer | [llvm][ADT] Fix Any linker error with multiple compilers |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Alex Zinenko | Drop MLIR Bazel dependency on LLVM Analysis |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Nikita Popov | [Pipelines] Don't run ForceFunctionAttrs post-link |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Mikhail Goncharov | [bazel] update for ba38640b9901d239e32e12c6569f7364d00af922 |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Joshua Cao | [SCEV] Precise trip multiples |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Joshua Cao | [SCEV] Add trip multiple tests |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Joshua Cao | [SCEV] Add ranges tests |
commit | commitdiff | tree | snapshot |
2023-04-24 |
WANG Xuerui | [Clang][Driver] Handle LoongArch multiarch tuples |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Jean Perier | [flang] Turn on use-desc-for-alloc by default |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Craig Topper | [TableGen] Make getRegisterValueType stricter about... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
zhanglimin | [lsan][test] Obtaining page size using sysconf(_SC_PAGE... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Christian Ulmann | [LoopInfo] SFINAE mechanism for hoist into check |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Christian Ulmann | [LoopInfo] Move generic LoopInfo into own files |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Shengchen Kan | [X86][tablgen] Fix typo in comments, NFC |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Mehdi Amini | Remove `-action` suffix from the tag defining an Action... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Craig Topper | [TableGen] Remove unused ForceMode and CodeGen fields... |
commit | commitdiff | tree | snapshot |
2023-04-24 |
Wang, Xin10 | Clean come dead code |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Fabian Tschopp | [NFC] Fix typos in APFloat.h |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Manna, Soumi | [NFC][clang] Fix static analyzer concerns |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Teresa Johnson | [MemProf] Don't use constexpr via lambda capture due... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Fangrui Song | [test] Simplify libunwind REQUIRES |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Haojian Wu | [bazel] Port for 8ac8c922fb3f15706f5cb1db2cc655d30b095766 |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Daniel Kiss | [lld][AArch64] Add BTI landing pad to PLT when it is... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Simon Pilgrim | [CostModel][X86] getMemoryOpCost - increase cost of... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Simon Pilgrim | [SLP][X86] Add test coverage for Issue #59867 |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Fangrui Song | Remove ExplicitEmulatedTLS and simplify -femulated... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Hanhan Wang | [mlir][Vector] Add 16x16 strategy to vector.transpose... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Simon Pilgrim | [X86] Add DAG test coverage for Issue #59867 patterns |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Nathan Sidwell | [BOLT] Remove unsupported ELF type reloc handling |
commit | commitdiff | tree | snapshot |
2023-04-23 |
David Green | [ARM] Fix qsat for armv5te/armv6 + thumb-mode |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Kazu Hirata | [clang-tidy] Modernize FileState (NFC) |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Mathieu Fehr | [mlir][irdl] Add IRDL registration |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Simon Pilgrim | [X86] X86FixupInstTunings - add VPERMILPDri -> VSHUFPDr... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Lang Hames | Re-apply "[ORC][LLJIT] Use JITLink by default on ELF... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Simon Pilgrim | [X86] X86FixupInstTuning.cpp - fix comment in ProcessVP... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Luo, Yuanke | [X86] Precommit test case for D148980. |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Craig Topper | [TableGen] Remove unused method form ScopeMatcher. NFC |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Akshay Khadse | [Coverity] Fix uninitialized scalar members in MC |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Noah Goldstein | [X86] Transform `(cmp eq/ne trunc(X), C)` -> `(cmp... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Serge Pavlov | [symbolizer] Change error message if module not found... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Craig Topper | [TableGen] Intialize vector with constructor instead... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Akshay Khadse | [Coverity] Fix explicit null dereferences |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Craig Topper | [TableGen] Re-work FactorNodes to avoid an extra tempor... |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Jianjian GUAN | [Driver][NFC] Simplify code. |
commit | commitdiff | tree | snapshot |
2023-04-23 |
NAKAMURA Takumi | [Bazel] Rename LLVMTableGenGlobalISel to TableGenGlobalISel |
commit | commitdiff | tree | snapshot |
2023-04-23 |
NAKAMURA Takumi | [CMake] Target/DirectX: Update deps |
commit | commitdiff | tree | snapshot |
2023-04-23 |
NAKAMURA Takumi | [CMake] Reorder deps and reformat |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Shilei Tian | Revert "[OpenMP] Introduce kernel environment" |
commit | commitdiff | tree | snapshot |
2023-04-23 |
Shilei Tian | [OpenMP] Introduce kernel environment |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Martin Storsjö | [compiler-rt] [test] [asan] Skip the static asan testsu... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Martin Storsjö | [libunwind] [SEH] Clear DISPATCHER_CONTEXT when initial... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Ian Douglas... | [M68k] Override `CanLowerReturn` to fix assertion with... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Simon Pilgrim | [X86] Fold PSHUF(VSHIFT(X,Y)) -> VSHIFT(PSHUF(X),Y) |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Ian Anderson | [libc++] Remove the chrono include from algorithm |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Simon Pilgrim | [X86] Add PERMILPD tuning test coverage for Issue ... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Simon Pilgrim | [X86] combineSetCCMOVMSK - fold allof movmskps/movmskpd... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Simon Pilgrim | [X86] LowerBUILD_VECTOR - narrow 256/512-bit vector... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Simon Pilgrim | [X86] LowerBUILD_VECTOR - fold build_vector(undef,freez... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Ramiro Leal... | Revert "Revert "Fix handling of special and large vals... |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Luo, Yuanke | [X86] Precommit test case for D148980. |
commit | commitdiff | tree | snapshot |
2023-04-22 |
Haojian Wu | [bazel] Fix bazel build for 7f069f5ef4fee00520ed0c350dc... |
commit | commitdiff | tree | snapshot |
next |