aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-05-06[test] %clang_cc1 -analyze: remove redundant actionsFangrui Song39-87/+87
2024-05-06[NFC][Driver] Clean up RenderFloatingPointOptions() (#91017)Andy Kaylor1-39/+16
2024-05-06[OpenACC] Implement 'deviceptr' and 'attach' sema for compute constructserichkeane20-18/+733
2024-05-06[NFC] Use `const&` avoiding copies (#90334)Danny Mösch1-1/+1
2024-05-06[clang][dataflow] Don't propagate result objects in unevaluated contexts (rel...martinboehme2-0/+65
2024-05-06[driver] Do not warn about unused plugin flags. (#88948)Michael Kruse2-3/+8
2024-05-06Add requires clause to risc-v clang driver testsHans Wennborg2-0/+2
2024-05-06[clang][Interp] Fix creating functions with explicit instance parametersTimm Bäder3-5/+15
2024-05-06[clang][Interp] Fix primitive lambda capture defaultsTimm Bäder2-1/+17
2024-05-06[clang] Enable FPContract with optnone (#91061)Serge Pavlov4-19/+16
2024-05-06[clang][dataflow] Fix crash when `operator=` result type is not destination t...martinboehme2-8/+86
2024-05-06[RISCV] Teach .option arch to support experimental extensions. (#89727)Yeting Kuo2-0/+12
2024-05-06Reland "[Modules] No transitive source location change (#86912)"Chuanqi Xu14-174/+326
2024-05-05[clang-format] Don't remove parentheses of fold expressions (#91045)Owen Pan2-1/+15
2024-05-06[clang-format] Don't allow comma in front of structural enum (#91056)Emilia Kond2-2/+7
2024-05-05[clang backend] In AArch64's DataLayout, specify a minimum function alignment...Doug Wyatt7-39/+39
2024-05-05[HLSL] Remove overridden -SFangrui Song2-3/+2
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song8-13/+13
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song36-102/+100
2024-05-05[clang][Modules] Make `Module::Requirement` a struct (NFC) (#67900)David Stone4-11/+13
2024-05-05[clang-format][doc] Fix typosOwen Pan2-4/+4
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song387-854/+854
2024-05-05[clang] Distinguish unresolved templates in UnresolvedLookupExpr (#89019)Younan Zhang16-6/+185
2024-05-04[test] %clang_cc1 -S: remove overridden -emit-llvmFangrui Song4-8/+8
2024-05-04[BPF,test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song5-10/+5
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song17-72/+72
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song634-2641/+2641
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song351-1014/+1014
2024-05-04[Sema] Remove redundant check in an else branch. NFCFangrui Song1-3/+3
2024-05-04[Driver,test] Improve msvc-link.cFangrui Song1-33/+28
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent1-1/+1
2024-05-04[clang][CodeGen] Propagate pragma set fast-math flags to floating point built...Karl-Johan Karlsson3-7/+84
2024-05-04[clang][docs] fix rendering issue in UsersManual.rst (#90308)Nikita Kniazev1-1/+1
2024-05-03[WebAssembly] Add all remaining features to bleeding-edge (#90875)Heejin Ahn2-12/+6
2024-05-03[Clang][Sema] Fix template name lookup for operator= (#90999)Krystian Stasiowski2-7/+22
2024-05-03[clang] Note that optnone and target attributes do not apply to nested functi...Reid Kleckner1-0/+9
2024-05-03[AMDGPU] Allow the `__builtin_flt_rounds` functions on AMDGPU (#90994)Joseph Huber2-8/+20
2024-05-03[clang,test] Convert text files from CRLF to LFFangrui Song57-2974/+2974
2024-05-03[FMV][AArch64] Don't optimize backward compatible features in resolver. (#90928)Pavel Iliin2-4/+35
2024-05-03[RISCV] Make parseArchString only accept [a-z0-9_]. (#90879)Craig Topper1-1/+1
2024-05-03[OpenACC] Implement copyin, copyout, create clauses for compute constructerichkeane22-74/+1268
2024-05-03[OpenACC] Implement copy clause for compute constructs.erichkeane18-24/+409
2024-05-03[OpenACC] Implement no_create and present clauses on compute constructserichkeane19-12/+605
2024-05-03[OpenACC] Implement firstprivate clause for compute constructserichkeane17-24/+377
2024-05-03[Clang] Implement P2809: Trivial infinite loops are not Undefined Behavior (#...cor3ntin8-83/+181
2024-05-03[clang][HIPUtility] Iterate by const reference (NFC)Youngsuk Kim1-2/+2
2024-05-03[clang][Driver] Iterate with const reference (NFC)Youngsuk Kim1-1/+1
2024-05-03Revert "Reapply "[clang][Interp] Create full type info for dummy pointers""David Spickett6-33/+56
2024-05-03[clang] pointer to member with qualified-id enclosed in parentheses in uneval...YanzuoLiu4-0/+38
2024-05-02Fix sanitize problem. (#90800)jyu2-git1-2/+6