aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-04-25Revert "Reland r206934 with a hopefully fixed test"Rafael Espindola
2014-04-25CodeGen: Avoid instrumenting implicit Decls more effectivelyJustin Bogner
2014-04-24Reland r206934 with a hopefully fixed testReid Kleckner
2014-04-24If we see an explicit instantiation declaration or definition of a functionRichard Smith
2014-04-24[X86] Add Clang support for intrinsics __rdtsc and __rdtscp.Andrea Di Biagio
2014-04-24[mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type()Daniel Sanders
2014-04-24AArch64: update tests to new way of printing NEON lists.Tim Northover
2014-04-24[mips] Correct size_t and ptrdiff_t for N32.Daniel Sanders
2014-04-24When two templates get merged together, also merge their pattern declarationsRichard Smith
2014-04-24Fix test to not depend on llvm optimizations.Michael J. Spencer
2014-04-23Change -Wfloating-point-conversion to -Wfloat-conversion.Richard Trieu
2014-04-23Do not print inferred submodules explicitly in __inferred_module.mapBen Langmuir
2014-04-23MS ABI: Use a different guard variable for each weak globalReid Kleckner
2014-04-23Objective-C [IRGen]. Fixes a crash in IRGen involving use ofFariborz Jahanian
2014-04-23Add missing test input for r206979.Logan Chien
2014-04-23Add aarch64-linux-android triple for Android.Logan Chien
2014-04-23Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson
2014-04-23Add yet another vtordisp testTimur Iskhodzhanov
2014-04-23This reverts commit r206934 and r206935.Rafael Espindola
2014-04-23[ARM64] Enable more CodeGen tests for ARM64. The crypto and neon intrinsics t...James Molloy
2014-04-23[ARM64] Change inline assembly constraints to be more lax, to match the behav...James Molloy
2014-04-23[ARM64] Enable the test aarch64-type-sizes.c for ARM64 BE.James Molloy
2014-04-23[ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs ...James Molloy
2014-04-23MS ABI: Implement mangling for ref-qualifiers on methodsDavid Majnemer
2014-04-23CodeGen: Unify handling guard variables in the Itanium C++ ABIJustin Bogner
2014-04-23Add missing test triplesReid Kleckner
2014-04-23Driver: Honor %INCLUDE% when built with MinGWReid Kleckner
2014-04-22Add some missing checks for C++1y digit separators that don't in fact separateRichard Smith
2014-04-22PR18746: If a constexpr function has a dependent return type and no returnRichard Smith
2014-04-22Driver: Skip the -fmodules-cache-path argument in driver crash diagsJustin Bogner
2014-04-22[Driver][ARM64] Add a testcase for r206227.Quentin Colombet
2014-04-22Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian
2014-04-22Fix PR19487, PR19505 and PR19506 -- redundant vtordisp thunks when the final ...Timur Iskhodzhanov
2014-04-22[OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman
2014-04-22ARM64: update NEON test to improved backend codegenTim Northover
2014-04-22Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko
2014-04-22Update clang/test/PCH/single-token-macro.c corresponding to r206791.NAKAMURA Takumi
2014-04-22Move the C++11 ExtWarn for converting a string literal to 'char*' out ofRichard Smith
2014-04-22Move the warning of implicit cast of a floating point to an integer out ofRichard Trieu
2014-04-21Allow adding a value to a flag in diagnostics.Diego Novillo
2014-04-21MinGW: Define __stdcall&co when -fms-extensions is disabledReid Kleckner
2014-04-21Split out the rest of MS ABI multiple inheritance testsTimur Iskhodzhanov
2014-04-21Objective-C. Patch to allow use of dot syntax on classFariborz Jahanian
2014-04-21Allow submodule inferrences with a missing umbrella when the module is unavai...Ben Langmuir
2014-04-21ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI.Bob Wilson
2014-04-19Fix and restore the macro-multiline.c testAlp Toker
2014-04-19Disallow driver use in more Sema testsAlp Toker
2014-04-19Move ObjC Cocoa.h header test to HeadersAlp Toker
2014-04-19Re-enable the C++11 modules integration test on OS XAlp Toker