aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Revert "Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT op...Amir Ayupov6-156/+26
2024-01-22Reland [Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#...Amir Ayupov6-26/+156
2024-01-22[Coverage][clang] Ensure bitmap for ternary condition is updated before visit...Alan Phipps2-4/+95
2024-01-22[NFC][Clang] Fix compile warning caused by #78330Shilei Tian1-1/+1
2024-01-22[clang][NFC] Update top-level Code Coverage documentation to include MC/DC.Alan Phipps1-5/+47
2024-01-22[RISCV] Add Zic64b, Ziccamoa, Ziccif, Zicclsm, Ziccrse, and Za64rs to sifive-...Craig Topper1-0/+6
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr5-0/+93
2024-01-22[clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt2-0/+35
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat7-16/+116
2024-01-22[Clang] Update feature test macros for Clang 18 (#78991)cor3ntin5-1/+31
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu6-6/+140
2024-01-22[clang][AIX] Only export libclang.map symbols from libclang (#78748)Jake Egan14-15/+3
2024-01-22[CLANG] Add warning when INF or NAN are used in a binary operation or as func...Zahira Ammarguellat8-8/+425
2024-01-22[OpenACC] Implement 'vector' and 'worker' cluase argument parsingerichkeane3-6/+113
2024-01-22[Sema] Fix a warningKazu Hirata1-2/+0
2024-01-22[AArch64][Clang] Fix linker error for function multiversioning (#74358)Dani5-302/+656
2024-01-22[-Wunsafe-buffer-usage] Fix the crash introduced by the unsafe invocation of ...Malavika Samak3-17/+30
2024-01-22[OpenACC] Implement remaining 'simple' int-expr clauses.erichkeane3-0/+126
2024-01-22[clang][modules] Print library module manifest path. (#76451)Mark de Wever4-0/+93
2024-01-22[AArch64][SME] Take arm_sme.h out of draft (#78961)Matthew Devereau66-69/+69
2024-01-22[clang-repl] Limit use of PLT offset flag to linkers that support itStefan Gränitz1-2/+7
2024-01-22[clang][ExtractAPI] Ensure typedef to pointer types are preserved (#78584)Daniel Grumberg2-40/+320
2024-01-22[Headers][X86] Add macro descriptions to ia32intrin.h (#78613)Paul T Robinson1-3/+269
2024-01-22[clang][ExtractAPI] Add support C unions in non C++ parsing mode (#77451)Daniel Grumberg9-74/+380
2024-01-22[AArch64][SME2] Refine fcvtu/fcvts/scvtf/ucvtf (#77947)Matthew Devereau5-77/+79
2024-01-22[OpenACC] Implement 'vector_length' clause parsing.erichkeane5-2/+59
2024-01-22[HLSL][SPIR-V] Add support -fspv-target-env opt (#78611)Natalie Chouinard3-2/+27
2024-01-22[clang-format] Don't confuse initializer equal signs in for loops (#77712)Emilia Kond2-1/+15
2024-01-22[clang-repl] Fix PLT offset too large linker error on ARM (#78959)Stefan Gränitz1-0/+5
2024-01-22[clang-format][NFC] Unify token size tests to use ASSERT_EQEmilia Kond1-67/+67
2024-01-22[Sema] Add `-fvisibility-global-new-delete=` option (#75364)bd1976bris9-9/+157
2024-01-22[clang-format] Support of TableGen statements in unwrapped line parser (#78846)Hirofumi Nakamura2-1/+38
2024-01-22[coverage] skipping code coverage for 'if constexpr' and 'if consteval' (#78033)Hana Dusíková4-75/+295
2024-01-22[MTE] Disable all MTE protection of globals in sections (#78443)Mitch Phillips1-0/+8
2024-01-22[clang] Fix assertion failure with deleted overloaded unary operators (#78316)Mariya Podchishchaeva3-7/+61
2024-01-22Revert "[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (...David Spickett6-156/+26
2024-01-22[clang][analyzer] Add function 'fscanf' to StreamChecker. (#78180)Balázs Kéri3-0/+100
2024-01-22Enable direct methods and fast alloc calls for libobjc2. (#78030)David Chisnall3-27/+239
2024-01-22Revert "[Clang][Sema] Diagnose function/variable templates that shadow their ...Corentin Jabot3-24/+9
2024-01-22[clang][dataflow] Treat comma operator correctly in `getResultObjectLocation(...martinboehme2-8/+23
2024-01-22[Analysis] Use StringRef::ends_with_insensitive (NFC)Kazu Hirata1-1/+1
2024-01-22[docs] Update StandardCPlusPlusModules.rst with clang18Chuanqi Xu1-6/+63
2024-01-21[Clang][CMake] Support perf, LBR, and Instrument CLANG_BOLT options (#69133)Amir Ayupov6-26/+156
2024-01-21[RISCV] Replace Zvbb with Zvkb in the Zvk* combine tests in riscv-target-feat...Craig Topper1-12/+12
2024-01-21[RISCV] Add Zvkb test to riscv-target-features.c. NFCCraig Topper1-0/+9
2024-01-22[X86][Driver] Enable feature ndd for -mapxf (#78901)Shengchen Kan3-9/+9
2024-01-21[Clang] Drop workaround for old gcc versions (#78803)Yuxuan Chen1-6/+4
2024-01-22[docs] Add llvm and clang release notes for the global-var code model attribu...hev1-0/+9
2024-01-22[clang][analyzer][NFC] Simplify ranges in StdLibraryFunctionsChecker (#78886)Ben Shi1-9/+7
2024-01-22[clang] Remove `CXXNewInitializationStyle::Implicit` (#78793)Vlad Serebrennikov9-50/+29