aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-01run git merge mainusers/minglotus-6/spr/main.nfcmingmingl14557-335794/+787098
2024-04-01[workflows] issue-write: Avoid race condition when PR branch is deleted (#87118)Tom Stellard1-0/+9
2024-04-01[ThinLTO][TypeProf] Implement vtable def import (#79381)Mingming Liu6-36/+120
2024-04-01[GISEL][NFC] Fix comment for widenScalarToNextPow2Michael Maitland1-1/+2
2024-04-01[Object,ELFTypes] Remove TargetEndiannessFangrui Song1-1/+0
2024-04-01[workflows] issue-write: Exit early if there are no comments (#87114)Tom Stellard1-1/+1
2024-04-01[libc] fixup ftello test (#87282)Nick Desaulniers1-1/+1
2024-04-01[BOLT][NFC] Fix typoMaksim Panchenko1-1/+1
2024-04-01[lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht2-26/+28
2024-04-01[llvm][Support] Use `thread_local` caching for llvm::get_threadid() query on ...Jeff Niu1-2/+5
2024-04-01[PseudoProbe] Extend to skip instrumenting probe into the dests of invoke (#7...Lei Wang6-20/+276
2024-04-01[ubsan][NFC] Remove recently added `cl::init(false)`Vitaly Buka2-6/+4
2024-04-01[scudo] Change isPowerOfTwo macro to return false for zero. (#87120)Christopher Ferris3-7/+9
2024-04-01[clang] Fix bitfield access unit for vbase corner case (#87238)Nathan Sidwell2-48/+113
2024-04-01[mlir] Remove ``dataclasses`` package from mlir ``requirements.txt`` (#87223)Kirill Podoprigora1-2/+1
2024-04-01[C99] Claim conformance to "conversion of array to pointer not limited to lva...Aaron Ballman2-1/+39
2024-04-01[NFC]Precommit test for vtable import (#79363)Mingming Liu1-0/+61
2024-04-01[clang] Factor out OpenACC part of `Sema` (#84184)Vlad Serebrennikov7-83/+125
2024-04-01Revert "[CodeGen] Fix register pressure computation in MachinePipeliner (#870...Gulfem Savrun Yeniceri3-180/+166
2024-04-01[GOFF] Wrap debug output with LLVM_DEBUG (#87252)Kai Nacke1-6/+3
2024-04-01[clang-cl] Allow a colon after /Fo option (#87209)Russell Greene2-0/+4
2024-04-01[C99] Claim conformance to WG14 N570Aaron Ballman2-1/+32
2024-04-01[libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue22-73/+634
2024-04-01[mlir][sparse] allow YieldOp to yield multiple values. (#87261)Peiming Liu4-23/+29
2024-04-01[libc] fixup missing include for fullbuild (#87266)Nick Desaulniers2-0/+2
2024-04-01Update the "Current Status" section of the website to be current. (#84507)Eric1-0/+19
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B49-31/+606
2024-04-01[scudo] Do a M_PURGE call before changing release interval on Android (#87110)ChiaHungDuan1-0/+5
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel11-4/+130
2024-04-01[nfc] Disable the a cpp compiler-rt test on ppc bigendian systems due to buil...Mingming Liu1-0/+5
2024-04-01[libc] Include algorithm.h to parser.h (#87125)Caslyn Tonelli3-0/+3
2024-04-01[mlir][TD] Allow op printing flags as `transform.print` attrs (#86846)Jakub Kuderski4-10/+94
2024-04-01[libc++] Optimize the two range overload of mismatch (#86853)Nikolas Klauser7-17/+74
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu17-192/+1419
2024-04-01[mlir][NFC] Simplify type checks with isa predicates (#87183)Jakub Kuderski28-118/+83
2024-04-01[RISCV] ReadStoreData is read later in the pipeline for SiFive7 (#86454)Michael Maitland1-1/+1
2024-04-01[SLP]Fix PR87011: Missing sign extension of demoted type before zero extensionAlexey Bataev6-51/+19
2024-04-01[GISEL] G_SPLAT_VECTOR can take a splat that is larger than the vector elemen...Michael Maitland3-7/+18
2024-04-01[Libomptarget] Fix resizing the buffer of RPC handlesJoseph Huber3-2/+8
2024-04-01[Flang] Relaxing an error when contiguous pointer is assigned to a non-contig...harishch41-1/+1
2024-04-01[VPlan] Use recipe's debug loc for VPWidenMemoryInstructionRecipe (NFCI)Florian Hahn4-17/+21
2024-04-01[TableGen] Fix MacroFusion.tdWang Pengcheng1-4/+4
2024-04-01[VPlan] Inline addVPValue into single caller (NFCI).Florian Hahn1-8/+3
2024-04-01[TableGen][NFC] Add maybe_unused to MRI (#87044)Pengcheng Wang1-1/+2
2024-04-01[MLIR][Arith] Add rounding mode attribute to `truncf` (#86152)Victor Perez13-14/+309
2024-04-01[TableGen] Introduce a less aggressive suppression for HwMode Decoder… (#86...superZWT1233-47/+137
2024-04-01[NFC] [Serialization] Reordering lexcical and visible TU block after type dec...Chuanqi Xu2-31/+42
2024-04-01[CodeGen] Fix register pressure computation in MachinePipeliner (#87030)Ryotaro KASUGA3-166/+180
2024-04-01[clang-tidy] add new check readability-enum-initial-value (#86129)Congcong Cai9-0/+431
2024-04-01[mlir][math] Expand powfI operation for constant power operand. (#87081)Prashant Kumar4-5/+183