aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2022-11-13[m88k] Fix some type definitions in clangKai Nacke1-1/+3
2022-11-13[m88k] Add support for -m88000 optionKai Nacke8-37/+99
2022-11-13[m88k] First try at divs/divu instruction.Kai Nacke3-0/+36
2022-11-13[m88k] Fix data layout.Kai Nacke1-9/+6
2022-11-13[m88k] Make integrated as the default in clangKai Nacke1-0/+1
2022-11-13[m88k][clang] Add __builtin_va_list implementation.Kai Nacke5-7/+87
2022-11-13[m88k] Implement basic clang support.Kai Nacke11-0/+353
2022-11-13[NFC][Clang] Add some codegen tests for https://github.com/llvm/llvm-project/...Roman Lebedev1-0/+186
2022-11-12[clang-format] Treats &/&& as reference when followed by ',' or ')'Micah Weston3-2/+41
2022-11-12[clang-format] Correctly annotate function names before attributesOwen Pan2-28/+45
2022-11-11Add back single quotes when dontcall attribute was split into dontcall-error/...Fangrui Song4-21/+21
2022-11-11clang: Fix unnecessary truncation of resource limit valuesMatt Arsenault1-3/+2
2022-11-11[LinkerWrapper] Fix -Wpessimizing-moveFangrui Song1-1/+1
2022-11-11[LinkerWrapper] Perform device linking steps in parallelJoseph Huber3-15/+72
2022-11-11Revert "[Clang][AArch64][Darwin] Enable GlobalISel by default for Darwin ARM6...Alex Brachet3-24/+7
2022-11-11Fix typo; NFCAaron Ballman1-1/+1
2022-11-11The handling of 'funsafe-math-optimizations' doesn't update the 'MathErrno'Zahira Ammarguellat4-8/+139
2022-11-11[Clang][LoongArch] Remove duplicate declaration. NFCwanglei1-4/+1
2022-11-11[clang][Interp] Protect Record creation against infinite recursionTimm Bäder4-4/+26
2022-11-11[clang][Interp] Support alignof()Timm Bäder3-3/+756
2022-11-11[clang][Interp] DerivedToBase castsTimm Bäder2-1/+4
2022-11-10Add builtin_elementwise_sin and builtin_elementwise_cosJoshua Batista10-0/+140
2022-11-11[Clang][LoongArch] Implement __builtin_loongarch_crc_w_d_w builtin and add di...gonglingqin10-0/+88
2022-11-11Add missing changes for "[Clang][LoongArch] Handle -march/-m{single,double,so...Weining Lu9-90/+80
2022-11-10[libclang] Expose completion result kind in `CXCompletionResult`Egor Zhdan25-234/+297
2022-11-10[clang-format][NFC] More sorting in getLLVMStyle()Björn Schäpers1-7/+7
2022-11-10[clang-format] Add BreakBeforeInlineASMColon configurationAnastasiia Lukianenko6-1/+139
2022-11-10Updated contact email address.Anastasia Stulova1-1/+1
2022-11-10[libc++] Documents details of the pre-commit CI.Mark de Wever1-0/+36
2022-11-10[OpenCL] Fix diagnostics with templates in kernel args.Anastasia Stulova2-3/+37
2022-11-10[flang] Add -fpass-plugin option to flangTarun Prabhu3-11/+12
2022-11-10[clang] Only use major version in resource dirTimm Bäder6-6/+12
2022-11-10[Clang][LoongArch] Implement __builtin_loongarch_dbar builtingonglingqin10-2/+130
2022-11-10[Clang][LoongArch] Define more LoongArch specific built-in macrosWeining Lu3-1/+190
2022-11-10[Clang][LoongArch] Handle -march/-m{single,double,soft}-float/-mfpu optionsWeining Lu14-21/+250
2022-11-10[C++20] [Modules] Document the behavior about reserved module namesChuanqi Xu1-0/+34
2022-11-10[ObjC] avoid crashing when emitting synthesized getter/setter and ptrdiff_t i...Matt Jacobson4-2/+27
2022-11-10[NFC] Fixing a comment and some indentationssandeepkosuri2-3/+3
2022-11-09Move googletest to the third-party directoryTom Stellard1-3/+3
2022-11-09[Test][AIX][pg] Add 32-bit linker invocation testsMichael Francis1-0/+27
2022-11-09[Test][AIX][p] Add 64-bit linker invocation testsMichael Francis1-0/+27
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard1-3/+3
2022-11-09[clang] Mention vector in the description for -mno-implict-float.Craig Topper1-2/+2
2022-11-09Move googletest to the third-party directoryTom Stellard1-3/+3
2022-11-09Fix Clang sphinx buildAaron Ballman1-1/+1
2022-11-09[analyzer] Fix crash for array-delete of UnknownVal values.Tomasz Kamiński3-16/+52
2022-11-09[OpenCL] Guard read_write image3d with cl_khr_3d_image_writesSven van Haastregt1-2/+20
2022-11-09[ARM] Move Triple::getARMCPUForArch into ARMTargetParserTomas Matheson1-2/+3
2022-11-09[AArch64] Add support for the Cortex-X3 CPUVictor Campos3-4/+6
2022-11-09Reapply: [Assignment Tracking][7/*] Add assignment tracking functionality to ...OCHyams6-0/+207