aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2017-07-31Merging r309382:Hans Wennborg1-0/+93
2017-07-31Merging r309503:Hans Wennborg1-0/+5
2017-07-28Merging r309113:Hans Wennborg1-16/+61
2017-07-26Merging r309058:Hans Wennborg1-0/+41
2017-07-26Merging r308824:Hans Wennborg1-2/+2
2017-07-19Merging r308455:Hans Wennborg12-112/+19
2017-07-19Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz12-19/+112
2017-07-19Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2-31/+0
2017-07-19Add default values for function parameter chunksErik Verbruggen3-13/+29
2017-07-19[mips] Add warning test for -mgpopt option.Simon Dardis1-0/+6
2017-07-19[mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis1-0/+25
2017-07-19[analyzer] Add annotation attribute to trust retain count implementationDevin Coughlin1-1/+55
2017-07-19Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl9-12/+45
2017-07-18Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl1-2/+4
2017-07-18[Driver] Always use -z rodynamic for FuchsiaPetr Hosek2-0/+2
2017-07-18[OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev3-2/+318
2017-07-18Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann1-0/+1
2017-07-18Revert r308327Alex Lorenz12-112/+19
2017-07-18Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz12-19/+112
2017-07-18CodeGen: Insert addr space cast for automatic/temp var at right positionYaxun Liu1-6/+27
2017-07-18[Index] Prevent canonical decl becoming nullptrKrasimir Georgiev1-0/+4
2017-07-18Also add the option -no-pie (like -nopie)Sylvestre Ledru1-0/+3
2017-07-18[OpenCL] Added extended tests on metadata generation for half data type and a...Egor Churaev1-9/+28
2017-07-18[OPENMP] Pacify windows buildbots, NFC.Alexey Bataev2-74/+2
2017-07-17[COFF, ARM64] Set the data type widths and the data layout stringMandeep Singh Grang1-0/+88
2017-07-17[AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo3-1/+80
2017-07-17Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208Martin Storsjo2-4/+4
2017-07-17[SystemZ] Add support for IBM z14 processor (3/3)Ulrich Weigand4-19/+805
2017-07-17[SystemZ] Add support for IBM z14 processor (2/3)Ulrich Weigand3-1/+406
2017-07-17[SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand7-0/+232
2017-07-17[clang] Remove redundant check-prefix=CHECK from tests. NFC.Mandeep Singh Grang8-9/+9
2017-07-17[OPENMP] Fix reduction combiner testAlexey Bataev2-2/+2
2017-07-17[OPENMP] Further fixes of the reduction codegen testsAlexey Bataev2-140/+140
2017-07-17[OPENMP] Further test fixes.Alexey Bataev2-116/+116
2017-07-17[OPENMP] Rework tests to pacify buildbots.Alexey Bataev2-6/+2
2017-07-17[OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev12-34/+504
2017-07-17Enable TLS support on OpenBSD.Brad Smith1-3/+3
2017-07-17Enable TLS support on OpenBSD, but default to the emulatated TLS model.Brad Smith1-1/+3
2017-07-16[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi1-0/+4
2017-07-16[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali3-0/+28
2017-07-15Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall3-2/+20
2017-07-15clang/test/FixIt/format.m: Tweak for i686, where ssize_t is int. (r308067)NAKAMURA Takumi1-2/+2
2017-07-15[ODRHash] Revert r307743 which reverted r307720Richard Trieu1-0/+69
2017-07-15[clang] Fix format test Alexander Shaposhnikov1-3/+3
2017-07-14[clang] Fix handling of "%zd" format specifierAlexander Shaposhnikov1-0/+13
2017-07-14Unconditionally use .init_array instead of .ctors on Solaris.Aaron Ballman1-0/+8
2017-07-14[Hexagon] Add intrinsics for data cache operationsKrzysztof Parzyszek1-0/+12
2017-07-14[analyzer] Add annotation for functions taking user-facing stringsErik Verbruggen1-0/+19
2017-07-14Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2-3/+13
2017-07-14[ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu1-0/+14