summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* run git merge mainupstream/users/minglotus-6/spr/main.nfcmingmingl2024-04-0114557-335794/+787098
|\
| * [workflows] issue-write: Avoid race condition when PR branch is deleted (#87118)Tom Stellard2024-04-011-0/+9
| * [ThinLTO][TypeProf] Implement vtable def import (#79381)Mingming Liu2024-04-016-36/+120
| * [GISEL][NFC] Fix comment for widenScalarToNextPow2Michael Maitland2024-04-011-1/+2
| * [Object,ELFTypes] Remove TargetEndiannessFangrui Song2024-04-011-1/+0
| * [workflows] issue-write: Exit early if there are no comments (#87114)Tom Stellard2024-04-011-1/+1
| * [libc] fixup ftello test (#87282)Nick Desaulniers2024-04-011-1/+1
| * [BOLT][NFC] Fix typoMaksim Panchenko2024-04-011-1/+1
| * [lldb] Don't crash when attempting to parse breakpoint id `N.` as `N.*` (#87263)Jordan Rupprecht2024-04-012-26/+28
| * [llvm][Support] Use `thread_local` caching for llvm::get_threadid() query on ...Jeff Niu2024-04-011-2/+5
| * [PseudoProbe] Extend to skip instrumenting probe into the dests of invoke (#7...Lei Wang2024-04-016-20/+276
| * [ubsan][NFC] Remove recently added `cl::init(false)`Vitaly Buka2024-04-012-6/+4
| * [scudo] Change isPowerOfTwo macro to return false for zero. (#87120)Christopher Ferris2024-04-013-7/+9
| * [clang] Fix bitfield access unit for vbase corner case (#87238)Nathan Sidwell2024-04-012-48/+113
| * [mlir] Remove ``dataclasses`` package from mlir ``requirements.txt`` (#87223)Kirill Podoprigora2024-04-011-2/+1
| * [C99] Claim conformance to "conversion of array to pointer not limited to lva...Aaron Ballman2024-04-012-1/+39
| * [NFC]Precommit test for vtable import (#79363)Mingming Liu2024-04-011-0/+61
| * [clang] Factor out OpenACC part of `Sema` (#84184)Vlad Serebrennikov2024-04-017-83/+125
| * Revert "[CodeGen] Fix register pressure computation in MachinePipeliner (#870...Gulfem Savrun Yeniceri2024-04-013-180/+166
| * [GOFF] Wrap debug output with LLVM_DEBUG (#87252)Kai Nacke2024-04-011-6/+3
| * [clang-cl] Allow a colon after /Fo option (#87209)Russell Greene2024-04-012-0/+4
| * [C99] Claim conformance to WG14 N570Aaron Ballman2024-04-012-1/+32
| * [libc][math] Implement atan2f correctly rounded to all rounding modes. (#86716)lntue2024-04-0122-73/+634
| * [mlir][sparse] allow YieldOp to yield multiple values. (#87261)Peiming Liu2024-04-014-23/+29
| * [libc] fixup missing include for fullbuild (#87266)Nick Desaulniers2024-04-012-0/+2
| * Update the "Current Status" section of the website to be current. (#84507)Eric2024-04-011-0/+19
| * [HLSL] Implement array temporary support (#79382)Chris B2024-04-0149-31/+606
| * [scudo] Do a M_PURGE call before changing release interval on Android (#87110)ChiaHungDuan2024-04-011-0/+5
| * [libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel2024-04-0111-4/+130
| * [nfc] Disable the a cpp compiler-rt test on ppc bigendian systems due to buil...Mingming Liu2024-04-011-0/+5
| * [libc] Include algorithm.h to parser.h (#87125)Caslyn Tonelli2024-04-013-0/+3
| * [mlir][TD] Allow op printing flags as `transform.print` attrs (#86846)Jakub Kuderski2024-04-014-10/+94
| * [libc++] Optimize the two range overload of mismatch (#86853)Nikolas Klauser2024-04-017-17/+74
| * [InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu2024-04-0117-192/+1419
| * [mlir][NFC] Simplify type checks with isa predicates (#87183)Jakub Kuderski2024-04-0128-118/+83
| * [RISCV] ReadStoreData is read later in the pipeline for SiFive7 (#86454)Michael Maitland2024-04-011-1/+1
| * [SLP]Fix PR87011: Missing sign extension of demoted type before zero extensionAlexey Bataev2024-04-016-51/+19
| * [GISEL] G_SPLAT_VECTOR can take a splat that is larger than the vector elemen...Michael Maitland2024-04-013-7/+18
| * [Libomptarget] Fix resizing the buffer of RPC handlesJoseph Huber2024-04-013-2/+8
| * [Flang] Relaxing an error when contiguous pointer is assigned to a non-contig...harishch42024-04-011-1/+1
| * [VPlan] Use recipe's debug loc for VPWidenMemoryInstructionRecipe (NFCI)Florian Hahn2024-04-014-17/+21
| * [TableGen] Fix MacroFusion.tdWang Pengcheng2024-04-011-4/+4
| * [VPlan] Inline addVPValue into single caller (NFCI).Florian Hahn2024-04-011-8/+3
| * [TableGen][NFC] Add maybe_unused to MRI (#87044)Pengcheng Wang2024-04-011-1/+2
| * [MLIR][Arith] Add rounding mode attribute to `truncf` (#86152)Victor Perez2024-04-0113-14/+309
| * [TableGen] Introduce a less aggressive suppression for HwMode Decoder… (#86...superZWT1232024-04-013-47/+137
| * [NFC] [Serialization] Reordering lexcical and visible TU block after type dec...Chuanqi Xu2024-04-012-31/+42
| * [CodeGen] Fix register pressure computation in MachinePipeliner (#87030)Ryotaro KASUGA2024-04-013-166/+180
| * [clang-tidy] add new check readability-enum-initial-value (#86129)Congcong Cai2024-04-019-0/+431
| * [mlir][math] Expand powfI operation for constant power operand. (#87081)Prashant Kumar2024-04-014-5/+183