aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen
AgeCommit message (Expand)AuthorFilesLines
3 hours[Coverage][Single] Enable Branch coverage for SwitchStmt (#113112)NAKAMURA Takumi2-18/+39
6 hours[Coverage][Single] Enable Branch coverage for loop statements (#113109)NAKAMURA Takumi4-214/+58
6 hours[clang][coverage] Introduce `hasSkipCounter` instead of `getIsCounterPair` (#...NAKAMURA Takumi3-8/+9
24 hours[Coverage][Single] Enable Branch coverage for CondOp (#113110)NAKAMURA Takumi7-82/+27
27 hours[clang] consistent addrspace for GetVTTParameter result (#177044)Jameson Nash1-5/+5
30 hoursReland "[OpenMP][Mappers] Fix ref-count tracking for maps inserted by mappers...Abhinav Gaba1-4/+2
34 hours[MIPS][ISel] Fix musttail (#161860)Djordje Todorovic2-10/+49
41 hoursAllow the no_stack_protector attribute on local variables (#173311)cooperp3-11/+38
48 hours[RISCV] Replace riscv.clmul intrinsic with llvm.clmul (#178092)Craig Topper1-1/+1
3 days[HLSL] Implement f32tof16() intrinsic (#172469)Tim Corringham1-14/+70
3 days[NFC][HLSL] Remove useless GEP (#177584)Nathan Gauër1-3/+1
5 days[Clang][OpenMP] Codegen for `use_device_ptr(fb_nullify)`. (4/4) (#173931)Abhinav Gaba1-29/+44
5 daysRevert "[OpenMP][Mappers] Fix ref-count tracking for maps inserted by mappers...Abhinav Gaba1-2/+4
6 daysRevert "Reapply "[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)" (#17...John Hui1-4/+7
6 days[OpenMP][Mappers] Fix ref-count tracking for maps inserted by mappers. (#177059)Abhinav Gaba1-4/+2
6 daysReapply "[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)" (#177285)AZero131-7/+4
7 days[AMDGPU] Define gfx1310 target with ELF number 0x50 (#177355)Mariusz Sikora1-0/+1
7 days[CodeGen][InstCombine][Sanitizers] Emit lifetimes when compiling with memtag-...Dan Blackwell2-1/+3
7 days[Clang] Rename `uinc_wrap` and add normal atomic builtin (#177253)Joseph Huber1-6/+12
7 daysRevert "[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)"Aiden Grossman1-3/+8
7 days[CGObjC] Allow clang.arc.attachedcall on -O0 (#164875)AZero131-8/+3
8 days[IR] Make dead_on_return attribute optionally sizedAiden Grossman1-1/+1
8 days[AMDGPU][SPIRV] Correctly lower huge device function arguments (#176921)Steffen Larsen2-16/+16
8 days[clang] Implement __builtin_stdc_rotate_left, __builtin_stdc_rotate_right (#1...NagaChaitanya Vellanki1-2/+49
8 daysclang: Stop using llvm.convert.to.fp16/llvm.convert.from.fp16 (#174494)Matt Arsenault1-41/+35
8 days[llvm][DebugInfo][NFC] Remove DITypeRefArray in favour of DITypeArray (#177066)Michael Buch1-7/+7
8 daysmark assert-only variables from 11b1836 maybe_unused (#177011)Lily Gorsheneva1-2/+2
8 days[RFC][Clang][AMDGPU] Emit only delta target-features to reduce IR bloat (#176...Shilei Tian1-5/+43
8 days[HLSL] Handle WaveActiveBallot struct return type appropriately (#175105)Joshua Batista2-4/+37
8 daysMove the ObjC layout bitmap to the cstring section. (#174705)cooperp1-1/+8
9 days[clang][NVPTX] Add missing half-precision add/mul/fma intrinsics (#170079)Srinivasa Ravi1-0/+36
9 days[SPIR-V] Enable variadic function lowering for the SPIR-V target (#175076)Joseph Huber1-0/+15
10 days[PowerPC] Add support for AMO store builtins (#170933)Maryam Moghadas1-0/+14
10 days[UBSAN] [NFC] resolve clang-format errors (#175716)VASU SHARMA3-1169/+1097
12 days[NFC][win] Use an enum for the cfguard module flag (#176461)Daniel Paoliello1-4/+8
12 days[HLSL][Matrix] Update indexed matrix elements individually (#176216)Deric C.1-20/+49
12 days[PowerPC] Add AMO load builtins for conditional increment/decrement (#169435)Maryam Moghadas1-0/+12
14 days[CLANG][OpenMP] Add support for OpenMP6.0 transparent clause. (#174646)Zahira Ammarguellat1-0/+4
14 days[Hexagon] Use getSigned() for negative values in va_arg handling (#176115)Nikita Popov1-8/+8
2026-01-15[MC/DC] Create dedicated MCDCCondBitmapAddr for each Decision (#125411)NAKAMURA Takumi4-18/+49
2026-01-14Revert "[clang][RISCV] Add big-endian RISC-V target support" (#176039)Djordje Todorovic3-7/+1
2026-01-14[clang][RISCV] Add big-endian RISC-V target support (#165599)Djordje Todorovic3-1/+7
2026-01-14[HLSL][Matrix] Add Matrix splat support for booleans (#175809)Deric C.1-0/+4
2026-01-14[HLSL][Matrix] Add type conversions to support bool matrix single subscript o...Deric C.2-2/+16
2026-01-14[NFCI] Extract out the addVariableConstraints CGASM Function (#175261)Erich Keane3-44/+20
2026-01-14[DebugInfo] Set the DI flag for the simplified name of a template function/ty...Liu Ke2-9/+25
2026-01-14[MC/DC] Refactor MCDCCoverageBuilder. NFC. (#125409)NAKAMURA Takumi1-125/+184
2026-01-13[ObjCDirectPreconditionThunk] Setup helper functions (#170617)Peter Rong3-25/+91
2026-01-13[MC/DC] Handle __builtin_expect as if parenthses (#125405)NAKAMURA Takumi1-2/+3
2026-01-13[MC/DC] Prune MCDCLogOpStack and use CGF.isMCDCDecisionExpr. NFC (#125410)NAKAMURA Takumi5-41/+41