aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[AArch64][PAC] Support ptrauth builtins and -fptrauth-intrinsics. (#65996)Ahmed Bougacha24-0/+1291
2024-03-15Revert "[clang][nullability] allow _Nonnull etc on nullable class types (#827...Sam McCall20-225/+29
2024-03-15Reapply [libomptarget] Build plugins-nextgen for SystemZ (#83978)Ulrich Weigand2-0/+2
2024-03-15[Driver] Don't alias -mstrict-align to -mno-unaligned-accessFangrui Song10-67/+43
2024-03-15[RISCV,test] Change two -munaligned-access to GCC-supported -mno-strict-alignFangrui Song1-2/+2
2024-03-15[clang][Interp] Don't suppress diagnostics for undefined+external funcsTimm Bäder2-1/+9
2024-03-15[clang][Interp] Don't diagnose reading const ints in C++98Timm Bäder2-4/+10
2024-03-15[clang] Fix documentation markup in the Clang release notes and language exte...Tom Honermann2-6/+6
2024-03-15[BPF] Add support for may_goto insn (#85358)yonghong-song1-0/+1
2024-03-15[X86] Add Support for X86 TLSDESC Relocations (#83136)Phoebe Wang2-2/+3
2024-03-15[clang][Interp] Don't forget to visit condition variable declsTimm Bäder2-2/+16
2024-03-15[clang][Interp] Emit Error op for contains-error expressionsTimm Bäder4-8/+19
2024-03-15[clang][Interp] Handle PackIndexExprsTimm Bäder3-0/+16
2024-03-15[clang][Interp] Handle goto and label statementsTimm Bäder3-13/+26
2024-03-15[clang][NFC] Make some local pointers constTimm Bäder1-3/+3
2024-03-15[clang][Interp] Implement __builtin___{CF,NS}StringMakeConstantStringTimm Bäder2-5/+15
2024-03-14Reland [clang-format][NFC] Eliminate the IsCpp parameter in all functions (#8...Owen Pan13-76/+91
2024-03-14Revert "[clang-format][NFC] Eliminate the IsCpp parameter in all functions" (...Mehdi Amini13-91/+76
2024-03-14[BPF] rename 'arena' to 'address_space' (#85161)eddyz872-2/+2
2024-03-14[clang-format][NFC] Eliminate the IsCpp parameter in all functions (#84599)Owen Pan13-76/+91
2024-03-14[DXIL] `exp`, `any`, `lerp`, & `rcp` Intrinsic Lowering (#84526)Farzon Lotfi10-86/+107
2024-03-14[HLSL] implement the `isinf` intrinsic (#84927)Farzon Lotfi6-0/+142
2024-03-14[HLSL] Implement `rsqrt` intrinsic (#84820)Farzon Lotfi8-4/+132
2024-03-14[InstallAPI] capture compatibility versions (#85261)Cyndy Ishida3-6/+9
2024-03-14[clang][OpenMP] Fix directive in ActOnOpenMPTargetParallelForSimdDire… (#85...Krzysztof Parzyszek1-1/+2
2024-03-14Revert "[Driver] Default riscv*- triples to -fdebug-default-version=4" (#84119)Fangrui Song3-12/+1
2024-03-14[clang][Interp] Strip _Atomic from _Complex typesTimm Bäder2-4/+19
2024-03-14[clang][nullability] allow _Nonnull etc on nullable class types (#82705)Sam McCall20-29/+225
2024-03-14[clang][Interp] Fix rotate builtins with differently-typed argumentsTimm Bäder2-4/+13
2024-03-14[clang][Interp] Don't abort on float div-by-zeroTimm Bäder2-1/+13
2024-03-14[clang][Interp] Allow visiting extern variablesTimm Bäder2-8/+8
2024-03-14[clang][Interp][NFC] allocateLocalPrimitive never failsTimm Bäder1-21/+14
2024-03-14[clang] Fix -Wunused-variable in InterpBuiltin.cpp (NFC)Jie Fu1-1/+1
2024-03-14[clang][Interp] Create dummy pointers for external variablesTimm Bäder8-25/+62
2024-03-14[clang][Interp][NFC] Rename DummyParams to DummyVariablesTimm Bäder2-3/+3
2024-03-14[clang][Interp][NFC] Add more _Complex testsTimm Bäder1-0/+50
2024-03-14[clang][Interp][NFC] Print primitive global values in dump()Timm Bäder1-1/+48
2024-03-14[clang][Interp] Fix non-primitive ltor castsTimm Bäder7-41/+98
2024-03-14[clang][Interp][NFC] Move a varible declaration in the closest scopeTimm Bäder1-2/+2
2024-03-14AArch64: add __builtin_arm_trapTim Northover5-0/+39
2024-03-14[clang][analyzer] Fix crash in loop unrolling (#82089)huang-me3-5/+38
2024-03-14[C++20] [Modules] [Reduced BMI] Generate the function body from implicitly in...Chuanqi Xu2-1/+48
2024-03-14[Clang][Sema] Fix a bug on type constraint checking (#84671)Qizhi Hu3-0/+19
2024-03-13[HLSL] Add -HV option translation to clang-dxc.exe (#83938)Joshua Batista5-0/+51
2024-03-13[clang] Define SwiftInfo for RISCVTargetCodeGenInfo (#82152)Kuba (Brecka) Mracek2-1/+8
2024-03-14[concepts] Preserve the FoundDecl of ConceptReference properly (#85032)Younan Zhang7-26/+94
2024-03-13[InstCombine] Canonicalize `(sitofp x)` -> `(uitofp x)` if `x >= 0`Noah Goldstein1-12/+12
2024-03-13Reapply "[Clang][C++23] Implement P2448R2 ..." (#85136) (#85145)Amy Huang27-269/+408
2024-03-13[clang] Initialize AllTocData after #67999Fangrui Song2-3/+1
2024-03-13[RISCV] Add back SiFive's cdiscard.d.l1, cflush.d.l1, and cease instructions....Craig Topper1-0/+27