aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-04[libc++][chrono] Completes the tzdb class. (#82157)Mark de Wever12-2/+493
2024-04-04[libclc] Use VERSION_GREATER_EQUAL where appropriate. NFCFraser Cormack1-7/+7
2024-04-04[gn build] Manually port 1679b27Arthur Eubanks1-1/+1
2024-04-04[TBAA] Test for tbaa.struct metadata with bitfields in big endian layout (#87...Julian Nagele1-0/+39
2024-04-04Revert "[GlobalISel] Fix the infinite loop issue in `commute_int_constant_to_...Gulfem Savrun Yeniceri2-37/+8
2024-04-04[ELF] PROVIDE: fix spurious "symbol not found"Fangrui Song2-7/+35
2024-04-04[llvm-objcopy] Add --compress-sectionsFangrui Song9-8/+278
2024-04-04[APInt] Remove multiplicativeInverse with explicit modulus (#87644)Jay Foad3-67/+4
2024-04-04[CostModel][X86] Update AVX1 sext v4i1 -> v4i64 cost based off worst case llv...Simon Pilgrim3-4/+4
2024-04-04[libc][bazel][math] Add float128 math functions and their smoke tests to baze...lntue2-43/+183
2024-04-04Revert "[mlir][test] Make SME e2e tests require an emulator (#86489)"Andrzej Warzynski3-116/+1
2024-04-04[X86] Rename Zn3FPP# ports -> Zn3FP#. NFCSimon Pilgrim61-967/+967
2024-04-04[libc++][oss-fuzz] Updates C++ version used. (#87531)Mark de Wever1-1/+1
2024-04-04[APInt] Add a simpler overload of multiplicativeInverse (#87610)Jay Foad6-31/+27
2024-04-04[X86] Add or_is_add patterns for INC. (#87584)Craig Topper4-7/+15
2024-04-04[DAG] Preserve NUW when reassociating (#87621)Piotr Sobczak7-8294/+6077
2024-04-04[InstallAPI][Test] Add test for invalid verification mode (#87602)Cyndy Ishida1-0/+6
2024-04-04[X86] evex-to-vex-compress.mir - update test checks missed in #87636Simon Pilgrim1-16/+16
2024-04-04[X86] Add missing immediate qualifier to the (V)ROUND instructions (#87636)Simon Pilgrim5-103/+103
2024-04-04[X86] Haswell/Broadwell - fix (V)ROUND*ri sched behaviours to use 2*Port1Simon Pilgrim6-54/+49
2024-04-04AMDGPULowerBufferFatPointers.cpp - fix Wunused-variable warning. NFC.Simon Pilgrim1-1/+1
2024-04-04AMDGPULowerBufferFatPointers.cpp - fix Wparentheses warning. NFC.Simon Pilgrim1-2/+2
2024-04-04CGOpenMPRuntime.cpp - fix Wparentheses warning. NFC.Simon Pilgrim1-3/+3
2024-04-04MIPS/Clang: Set HasUnalignedAccess false if +strict-align (#87257)YunQiang Su1-0/+8
2024-04-04[flang] Return 1 in ERROR STOP without user provided stop-code (#87501)jeanPerier2-6/+7
2024-04-04[SEH] Ignore EH pad check for internal intrinsics (#79694)Phoebe Wang2-0/+53
2024-04-04[clang][CGBlocks] Remove unused variable "refType" [NFC]Mikael Holmen1-1/+1
2024-04-04Revert "[MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and st...Christian Ulmann2-231/+4
2024-04-04[LLD][COFF][NFC] Use getMachineArchType helper. (#87495)Jacek Caban4-18/+18
2024-04-04[mlir][test] Make SME e2e tests require an emulator (#86489)Andrzej WarzyƄski3-1/+116
2024-04-04[clang][dataflow] Refactor `widen` API to be explicit about change effect. (#...Yitzhak Mandelbaum4-68/+111
2024-04-04Revert "[flang][runtime] Enable I/O APIs in F18 runtime offload builds." (#87...Mehdi Amini8-235/+213
2024-04-04[LLD][COFF] Use getMachineArchType in LinkerDriver::getArch. (#87499)Jacek Caban3-12/+29
2024-04-04[libc][math][c23] Add exp2m1f C23 math function (#86996)OverMighty15-5/+478
2024-04-04[ARM][Thumb2] Mark BTI-clearing instructions as scheduling region boundaries ...Victor Campos3-0/+189
2024-04-04[CostModel][X86] Update AVX1 sext v8i1 -> v8i32 cost based off worst case llv...Simon Pilgrim3-6/+6
2024-04-04[SLP] Fix Wunused-variable warning. NFC.Simon Pilgrim1-1/+1
2024-04-04Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim1-1/+1
2024-04-04[libc] Fix forward `constexpr` `add_with_carry` / `sub_with_borrow`Guillaume Chatelet1-2/+2
2024-04-04[VPlan] Clean up dead recipes after UF & VF specific simplification.Florian Hahn2-4/+25
2024-04-04[RISCV] Add tests for vwsll for extends > .vf2. NFCLuke Lau1-0/+256
2024-04-04[MLIR] Clean up pass options for test-loop-fusion and affine-super-vectorizer...Philip Lassen9-61/+60
2024-04-04Fix bug in the type promotion for complex division in strict FP mode. (#87500)Zahira Ammarguellat2-3/+659
2024-04-04[VectorCombine][X86] foldShuffleOfCastops - fold shuffle(cast(x),cast(y)) -> ...Simon Pilgrim3-46/+110
2024-04-04[MLIR][OpenMP] Add cleanup region to omp.declare_reduction (#87377)Tom Eccles7-24/+299
2024-04-04[flang][OpenMP] lower reductions of assumed shape arrays (#86982)Tom Eccles2-3/+112
2024-04-04[DAG] Remove extract_vector_elt(freeze(x)), idx -> freeze(extract_vector_elt(...Simon Pilgrim6-15/+49
2024-04-04[clang-repl] Add call to 'InitializeAllAsmParsers' (#86727)Andrew V. Teylu2-0/+18
2024-04-04[flang] implement passing assumed-size array to assumed-rank arguments (#87511)jeanPerier2-15/+17
2024-04-04[DAG] SoftenFloatResult - add clang-format off/on tags around switch statemen...Simon Pilgrim1-10/+6