summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-04[mlir][SCF] Add `scf.for` bufferization preprocessing passusers/matthias-springer/scf_bufferization_preprocessingMatthias Springer
2024-04-01Add uncovered enums in switches caused by 9434c083475e42f47383f3067fe2a155db5...David Blaikie
2024-04-01[OpenMP] Use loaded offloading toolchains to add libraries (#87108)Joseph Huber
2024-04-01[workflows] issue-write: Avoid race condition when PR branch is deleted (#87118)Tom Stellard
2024-04-01[ThinLTO][TypeProf] Implement vtable def import (#79381)Mingming Liu
2024-04-01[GISEL][NFC] Fix comment for widenScalarToNextPow2Michael Maitland
2024-04-01[Object,ELFTypes] Remove TargetEndiannessFangrui Song
2024-04-01[workflows] issue-write: Exit early if there are no comments (#87114)Tom Stellard
2024-04-01[libc] fixup ftello test (#87282)Nick Desaulniers
2024-04-01[BOLT][NFC] Fix typoMaksim Panchenko
2024-04-01[lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht
2024-04-01[llvm][Support] Use `thread_local` caching for llvm::get_threadid() query on ...Jeff Niu
2024-04-01[PseudoProbe] Extend to skip instrumenting probe into the dests of invoke (#7...Lei Wang
2024-04-01[ubsan][NFC] Remove recently added `cl::init(false)`Vitaly Buka
2024-04-01[scudo] Change isPowerOfTwo macro to return false for zero. (#87120)Christopher Ferris
2024-04-01[clang] Fix bitfield access unit for vbase corner case (#87238)Nathan Sidwell
2024-04-01[mlir] Remove ``dataclasses`` package from mlir ``requirements.txt`` (#87223)Kirill Podoprigora
2024-04-01[C99] Claim conformance to "conversion of array to pointer not limited to lva...Aaron Ballman
2024-04-01[NFC]Precommit test for vtable import (#79363)Mingming Liu
2024-04-01[clang] Factor out OpenACC part of `Sema` (#84184)Vlad Serebrennikov
2024-04-01Revert "[CodeGen] Fix register pressure computation in MachinePipeliner (#870...Gulfem Savrun Yeniceri
2024-04-01[GOFF] Wrap debug output with LLVM_DEBUG (#87252)Kai Nacke
2024-04-01[clang-cl] Allow a colon after /Fo option (#87209)Russell Greene
2024-04-01[C99] Claim conformance to WG14 N570Aaron Ballman
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue
2024-04-01[mlir][sparse] allow YieldOp to yield multiple values. (#87261)Peiming Liu
2024-04-01[libc] fixup missing include for fullbuild (#87266)Nick Desaulniers
2024-04-01Update the "Current Status" section of the website to be current. (#84507)Eric
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B
2024-04-01[scudo] Do a M_PURGE call before changing release interval on Android (#87110)ChiaHungDuan
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel
2024-04-01[nfc] Disable the a cpp compiler-rt test on ppc bigendian systems due to buil...Mingming Liu
2024-04-01[libc] Include algorithm.h to parser.h (#87125)Caslyn Tonelli
2024-04-01[mlir][TD] Allow op printing flags as `transform.print` attrs (#86846)Jakub Kuderski
2024-04-01[libc++] Optimize the two range overload of mismatch (#86853)Nikolas Klauser
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu
2024-04-01[mlir][NFC] Simplify type checks with isa predicates (#87183)Jakub Kuderski
2024-04-01[RISCV] ReadStoreData is read later in the pipeline for SiFive7 (#86454)Michael Maitland
2024-04-01[SLP]Fix PR87011: Missing sign extension of demoted type before zero extensionAlexey Bataev
2024-04-01[GISEL] G_SPLAT_VECTOR can take a splat that is larger than the vector elemen...Michael Maitland
2024-04-01[Libomptarget] Fix resizing the buffer of RPC handlesJoseph Huber
2024-04-01[Flang] Relaxing an error when contiguous pointer is assigned to a non-contig...harishch4
2024-04-01[VPlan] Use recipe's debug loc for VPWidenMemoryInstructionRecipe (NFCI)Florian Hahn
2024-04-01[TableGen] Fix MacroFusion.tdWang Pengcheng
2024-04-01[VPlan] Inline addVPValue into single caller (NFCI).Florian Hahn
2024-04-01[TableGen][NFC] Add maybe_unused to MRI (#87044)Pengcheng Wang
2024-04-01[MLIR][Arith] Add rounding mode attribute to `truncf` (#86152)Victor Perez
2024-04-01[TableGen] Introduce a less aggressive suppression for HwMode Decoder… (#86...superZWT123
2024-04-01[NFC] [Serialization] Reordering lexcical and visible TU block after type dec...Chuanqi Xu
2024-04-01[CodeGen] Fix register pressure computation in MachinePipeliner (#87030)Ryotaro KASUGA