aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2021-03-29[OpenMP] Restore backwards compatibility for libomptargetJoseph Huber9-18/+18
2021-03-19[WoA][MSVC] Use default linker setting in MSVC-compatible driver [take 2]Maxim Kuvyrkov6-22/+22
2021-03-02Revert "[c++20] Mark class type NTTPs as done and start defining the feature ...Richard Smith1-1/+2
2021-02-23[clang][CodeComplete] Fix crash on ParenListExprsKadir Cetinkaya2-0/+13
2021-02-22[clang][Driver][OpenBSD] libcxx also requires pthreadBrad Smith1-2/+2
2021-02-19[clang] Add -ffinite-loops & -fno-finite-loops options.Florian Hahn6-835/+551
2021-02-19[clang] functions with the 'const' or 'pure' attribute must always return.Jeroen Dobbelaere6-9/+11
2021-02-15Revert "Disable rosegment for old Android versions."Nico Weber1-14/+0
2021-02-15Revert "[PowerPC] [Clang] Enable float128 feature on P9 by default"Qiu Chaofan1-2/+2
2021-02-15[X86] Always assign reassoc flag for intrinsics *reduce_add/mul_ps/pd.Wang, Pengfei1-32/+36
2021-02-15Recommit of a2fdf9d4d734732a6fa9288f1ffdf12bf8618123.Michael Liao1-3/+24
2021-02-15[AIX] Improve option processing for mabi=vec-extabi and mabi=vec=defaulZarko Todorovski1-3/+0
2021-02-15[OpenMP] Delay more diagnostics of potentially non-emitted codeJohannes Doerfert3-29/+9
2021-02-15[OpenMP] Attribute target diagnostics properlyJohannes Doerfert1-20/+45
2021-02-15[OpenMP][NFC] Pre-commit test changes regarding PR48933Johannes Doerfert1-2/+126
2021-02-12PR48587: is_constant_evaluated() should not evaluate to true during aRichard Smith1-0/+92
2021-02-08PR48606: The lifetime of a constexpr heap allocation always startedRichard Smith1-0/+34
2021-02-08[AST] Update LVal before evaluating lambda decl fields.Zequan Wu1-0/+10
2021-02-03[OpenMP][NVPTX] Take functions in `deviceRTLs` as `convergent`Shilei Tian1-0/+13
2021-02-03[CSSPGO] Introducing distribution factor for pseudo probe.Hongtao Yu1-4/+4
2021-02-03[CSSPGO] Passing the clang driver switch -fpseudo-probe-for-profiling to the ...Hongtao Yu1-0/+10
2021-02-03PR44325 (and duplicates): don't issue -Wzero-as-null-pointer-constantRichard Smith1-1/+19
2021-02-03[RISCV] Update the version number to v0.10 for vector.Hsiangkai Wang2-12/+12
2021-02-04Revert "[ConstantFold] Fold more operations to poison"Juneyoung Lee1-2/+2
2021-01-29Make the profile-filter.c test compatible with 32-bit systemsPetr Hosek1-10/+10
2021-01-29Relax test expectations in debug-info-gline-tables-only-codeview.cppHans Wennborg1-1/+1
2021-01-29clang: Fix static_assert in a few contexts in microsoft modeNico Weber1-0/+11
2021-01-27Itanium Mangling: In 'enable_if', omit X/E around <expr-primary>.James Y Knight3-18/+23
2021-01-27Itanium Mangling: Fix handling of <expr-primary> in <template-arg>.James Y Knight7-27/+101
2021-01-27Itanium Mangling: Mangle `__alignof__` differently than `alignof`.James Y Knight2-14/+55
2021-01-27Revert "Suppress non-conforming GNU paste extension in all standard-conformin...llvmorg-12.0.0-rc1Reid Kleckner1-5/+0
2021-01-27Don't allow __VA_OPT__ to be detected by #ifdef.Richard Smith1-22/+3
2021-01-27Permit __VA_OPT__ in all language modes and allow it to be detected with #ifdef.Richard Smith2-2/+33
2021-01-26Rename clang/test/Frontend/output-{failures,paths}.c, NFCDuncan P. N. Exon Smith1-0/+0
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek1-0/+56
2021-01-26Disable rosegment for old Android versions.Dan Albert1-0/+14
2021-01-26Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song1-0/+29
2021-01-26Revert "Support for instrumenting only selected files or functions"Petr Hosek1-56/+0
2021-01-26CGDebugInfo CreatedLimitedType: Drop file/line for RecordType with invalid lo...Fangrui Song1-3/+9
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek1-0/+56
2021-01-26[OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP instead of target depen...Shilei Tian2-2/+2
2021-01-26[NFC] Disallow unused prefixes under clang/test/CodeGenMircea Trofin17-37/+46
2021-01-26Remove requirement for -maltivec to be used when using -mabi=vec-extabi or -m...Zarko Todorovski1-18/+11
2021-01-25[OpenMP][FIX] Enforce a function boundary for a new data environmentJohannes Doerfert1-0/+13
2021-01-26[RISCV] Update V extension to v1.0-draft 08a0b464.Hsiangkai Wang2-12/+12
2021-01-25[NFC] Disallow unused prefixes in clang/test/AnalysisMircea Trofin6-16/+22
2021-01-25[clang][Fuchsia] Add relative-vtables + asan multilibsLeonard Chan3-0/+27
2021-01-25Restore GNU , ## __VA_ARGS__ behavior in MSVC modeHarald van Dijk1-0/+2
2021-01-25Revert "[ObjC][ARC] Annotate calls with attributes instead of emitting retainRV"Richard Smith2-169/+3
2021-01-25[clang-format] PR16518 Add flag to suppress empty line insertion before acces...Albertas Vyšniauskas1-0/+63