summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-formatupstream/users/minglotus-6/spr/instrprofmingmingl2024-05-082-6/+7
* incorporate review feedbackmingmingl2024-05-082-9/+6
* run 'git merge main'mingmingl2024-04-1615310-416238/+917223
|\
| * [flang,test] Add -resource-dir option to msvc-dependent-lib-flags.f90 (#88894)YunQiang Su2024-04-161-4/+4
| * [RemoveDI] Add support for debug records to debugify (#87383)Stephen Tozer2024-04-1617-73/+142
| * [libc][fenv] Remove unnecessary dependencies (#88788)Robin Caloudis2024-04-161-10/+0
| * [libc][fenv] Use proxy header (#88787)Robin Caloudis2024-04-163-3/+3
| * [flang][runtime] Create CUDA PTX OBJECT library target for F18 runtime CUDA b...Slava Zakharin2024-04-163-3/+7
| * [libclc] Improve clarity of CMake foreach. NFC.Fraser Cormack2024-04-161-3/+3
| * Revert "[Sema] Mark alias/ifunc targets used and consider mangled names" (#88...Mehdi Amini2024-04-166-46/+19
| * [RISCV] Fix obvious copy paste error.Harald van Dijk2024-04-161-1/+1
| * Revert "Add asan tests for libsanitizers. (#88349)"Adrian Prantl2024-04-164-97/+5
| * [VectorCombine][X86] Add initial shuffle-of-shuffles.ll test cover for #88743Simon Pilgrim2024-04-161-0/+51
| * [flang] Fix test after 4078afc6d23e25df6baedad61b224ef86a94d42fKrzysztof Parzyszek2024-04-161-1/+1
| * [RISCV] Add coverage for strength reduction of mul 2^N +/- 3/5/9Philip Reames2024-04-161-0/+60
| * [libc++] Deprecate the C++20 synchronization library before C++20 (#86410)Louis Dionne2024-04-1630-26/+117
| * [libc++] Use availability to rely on key functions for bad_expected_access an...Louis Dionne2024-04-1616-29/+83
| * Revert "[JumpThreading] Thread over BB with only an unconditional branch" (#8...XChy2024-04-169-284/+126
| * [AST][RecoveryExpr] Fix a crash on c89/c90 invalid InitListExpr (#88008) (#88...Ding Fei2024-04-165-19/+28
| * fix Polynomial.td doc filename (#88900)Jeremy Kun2024-04-161-4/+4
| * [ValueTracking] Restore isKnownNonZero parameter order. (#88873)Harald van Dijk2024-04-1622-124/+113
| * [libclc] Fix dependencies between targetsFraser Cormack2024-04-161-5/+6
| * [libclc] Give built bytecode objects a .bc extension. NFCFraser Cormack2024-04-161-2/+2
| * [bazel] Add missing dependency for 1c076b43c294c7d29d99dd50f6853b33a5b99789Benjamin Kramer2024-04-161-0/+1
| * [OpenACC] Implement `self` clause for compute constructs (#88760)Erich Keane2024-04-1619-98/+513
| * [VectorCombine][X86] shuffle-of-binops.ll - split off foldShuffleOfBinops tes...Simon Pilgrim2024-04-162-198/+206
| * [LV][NFCI]Use integer for cost/trip count calculations instead of double, fix...Alexey Bataev2024-04-162-7/+60
| * [VectorCombine][X86] Regenerate shuffle.ll + shuffle-of-casts.llSimon Pilgrim2024-04-162-133/+185
| * [SLP]Fix PR88834: check if unsigned arg can be trunced, being used in smax/sm...Alexey Bataev2024-04-162-5/+15
| * [SLP][NFC]Add a test with the incorrect vectorization of smax with unsigned arg.Alexey Bataev2024-04-161-0/+31
| * [AMDGPU][CodeGen] Improve handling of memcpy for -Os/-Oz compilations (#87632)Shilei Tian2024-04-162-0/+2702
| * Revert "[codegen] Emit missing cleanups for stmt-expr and coro suspensions" a...Utkarsh Saxena2024-04-1611-796/+128
| * Switch release notes links to using markup for github issues; NFCAaron Ballman2024-04-161-28/+15
| * [CUDA] Rename SM_32 to SM_32_ to work around AIX headers (#88779)Joseph Huber2024-04-164-10/+8
| * [clang] Introduce `SemaOpenMP` (#88642)Vlad Serebrennikov2024-04-1618-4341/+4565
| * clang; Try to get windows-seh-async-verify.cpp to pass on macNico Weber2024-04-161-4/+4
| * [SLP] Make sure MinVF is a power-of-2 by using PowerOf2Ceil.Florian Hahn2024-04-162-2/+35
| * [X86] Add shuffle tests for BLEND(PERMUTE(X),PERMUTE(Y)) patternsSimon Pilgrim2024-04-163-0/+90
| * [Clang][Sema] placement new initializes typedef array with correct size (#83124)mahtohappy2024-04-163-1/+35
| * [gn] port fe48bf672e1ab2Nico Weber2024-04-161-0/+1
| * [mlir][tosa] Implement dynamic shape support for tosa.max_pool2d lowering (#8...Spenser Bauman2024-04-166-37/+251
| * [MLIR][docs] Mention declarePromisedInterface in Interfaces doc (#88689)Frederik Harwath2024-04-161-0/+24
| * Recommit [RISCV] RISCV vector calling convention (2/2) (#79096) (#87736)Brandon Wu2024-04-167-85/+515
| * [clang][Interp] Implement align builtinsTimm Bäder2024-04-162-0/+376
| * [vector][mlir] Restrict vector.shuffle to fixed-width vectors (#88733)Andrzej Warzyński2024-04-163-9/+10
| * [mlir][ArmSME] Support decomposing constant splats into ArmSME tiles (#88762)Benjamin Maxwell2024-04-162-1/+42
| * [clang][Index] Use canonical function parameter types in USRs (#68222)Krystian Stasiowski2024-04-162-3/+18
| * [DAG] Fold extract_subvector(insert_subvector(x,y,c1),c2) --> extract_subvect...Simon Pilgrim2024-04-167-1006/+986
| * [clang][Interp][NFC] Fix some build warningsTimm Bäder2024-04-161-2/+2
| * [clang][Interp] Don't add 'in call to' diagnostics for builtin framesTimm Bäder2024-04-163-18/+18