summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/spr/aaupov/boltnfci-use-heuristic-for-matching-split-global-functionsAmir Ayupov2024-04-2810-94/+256
|\
| * [𝘀𝗽𝗿] changes to main this commit is based onAmir Ayupov2024-04-2810-94/+251
|/
* polynomial: Add basic ops (#89525)Jeremy Kun2024-04-287-20/+534
* [clang-format] Set Change.TokenLength to ColumnWidth (#90378)Owen Pan2024-04-282-4/+46
* [clang-format][NFC] Return early in isWordLike() for non-Verilog (#90363)Owen Pan2024-04-282-7/+14
* [VPlan] Make createScalarIVSteps return VPScalarIVStepsRecipe (NFC).Florian Hahn2024-04-281-17/+13
* Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg2024-04-2893-1275/+1326
* [memprof] Add access checks to PortableMemInfoBlock::get* (#90121)Kazu Hirata2024-04-283-12/+97
* Repply [memprof] Introduce FrameIdConverter and CallStackIdConverter (#90307)Kazu Hirata2024-04-285-125/+107
* [Clang] Implement C++26 Attributes for Structured Bindings (P0609R3) (#89906)cor3ntin2024-04-2816-32/+127
* [mlir][arith] Add tests for i0 canonicalization (#89665)Théo Degioanni2024-04-281-0/+81
* [cc1as] Respect -mrelax-allFangrui Song2024-04-282-0/+14
* [X86] cmp.ll - update check prefixes to share common CHECKSimon Pilgrim2024-04-281-388/+182
* [X86] Fix tabs/spaces typo. NFC.Simon Pilgrim2024-04-281-1/+1
* [Docs] Improve the description of convergence (#89038)Sameer Sahasrabuddhe2024-04-282-54/+71
* [MLIR][Linalg] More Linalg named ops (#90236)Renato Golin2024-04-288-3/+853
* [mlir][gpu] Remove `offloadingHandler` from `ModuleToBinary` (#90368)Fabian Mora2024-04-282-6/+1
* [LV] Consider all exit branch conditions uniform.Florian Hahn2024-04-282-24/+28
* [libc++][modules] Enable installation by default. (#90094)Mark de Wever2024-04-2815-14/+4
* [Flang][OpenMP] Remove deprecated FIR lowering tests (#90188)Kiran Chandramohan2024-04-2889-10440/+0
* [AMDGPU] Fix test failing on Windows for `ld.lld.exe`Joseph Huber2024-04-281-1/+1
* [NFC] [Modules] Avoid scanning the stored decl list twice when replaceChuanqi Xu2024-04-281-14/+17
* [libc++][format] Improves escaping performance. (#88533)Mark de Wever2024-04-284-1123/+888
* [PPC]add DEBUG_COUNTER for PPCMIPeephole passChen Zheng2024-04-283-0/+173
* [NFC][RISCV] Keep AVLReg define instr inside VSETVLInfo (#89180)Piyou Chen2024-04-281-47/+48
* [Modules] Don't replace local declarations with external declaration with low...Chuanqi Xu2024-04-282-2/+67
* [RISC-V][ISel] Remove redundant czero.eqz like 'czero.eqz a0, a0, a0' (#90208)Zhijin Zeng2024-04-282-7/+125
* [RISCV] Make fixed-point instructions commutable (#90035)Pengcheng Wang2024-04-283-13/+194
* [RISCV] Generate profiles from RISCVProfiles.tdPengcheng Wang2024-04-283-46/+51
* [RISCV] Add subtarget features for profilesPengcheng Wang2024-04-283-0/+235
* [RISCV][TableGen] Get right experimental extension namePengcheng Wang2024-04-282-3/+5
* [gn build] Port 1a462296360fLLVM GN Syncbot2024-04-281-0/+1
* Revert "Revert "[WebAssembly] remove instruction after builtin trap" (#90354)...Congcong Cai2024-04-287-9/+103
* [github] Add ClangIR codeowners (#86089)Nathan Lanza2024-04-271-0/+4
* [CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard2024-04-272-2/+2
* [clang-format][NFC] Don't repeat Changes[i]/Changes[i - 1]Owen Pan2024-04-271-21/+18
* [LV] Add additional cost model coverage for loops with casted inds.Florian Hahn2024-04-275-0/+2854
* Revert "[WebAssembly] remove instruction after builtin trap" (#90354)Mehdi Amini2024-04-276-102/+8
* [clang-tidy][DOC] Minor fixes to release notesPiotr Zegar2024-04-271-11/+13
* [clang-tidy] Enable C23 support in modernize-use-nullptr (#89990)Björn Svensson2024-04-275-3/+146
* SystemZ: Add more tests for fp128 atomics (#90269)Matt Arsenault2024-04-273-4/+137
* [WebAssembly] remove instruction after builtin trap (#90207)Congcong Cai2024-04-276-8/+102
* [DFAJumpThreading][NFC] Use const reference as range variable (#90342)XChy2024-04-271-1/+1
* [MemCpyOpt][NFC] Format codebase (#90225)XChy2024-04-271-57/+62
* [AArch64] Lowering of fpmode intrinsics in DAG (#80611)Serge Pavlov2024-04-273-24/+93
* [clang-tidy] Ensure nullable variable is not accessed without validity test (...Danny Mösch2024-04-271-2/+5
* [DFAJumpThreading] Avoid exploring the paths that never come back (#85505)XChy2024-04-271-9/+33
* [MIPS] match llvm.{min,max}num with {min,max}.fmt for R6 (#89021)Cinhi Young2024-04-274-186/+395
* [libc++][NFC] Rename __find_impl to __find (#90163)Nikolas Klauser2024-04-273-15/+13
* [ADT] Add StringRef::{starts,ends}_with(char) (#90311)Kazu Hirata2024-04-272-0/+10