aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-04-28[driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors theChad Rosier
2014-04-28[ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.Hao Liu
2014-04-28[SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m...Argyrios Kyrtzidis
2014-04-27[Index/DocComments] When cloning a full comment, pick the template parameters...Argyrios Kyrtzidis
2014-04-26[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...Argyrios Kyrtzidis
2014-04-26[Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...Argyrios Kyrtzidis
2014-04-26Add mangling for attribute enable_if. The demangling patch for libcxxabi is s...Nick Lewycky
2014-04-25Fixed Assert In CGRecordLoweringWarren Hunt
2014-04-25CodeGen: add __yield intrinsic for ARMSaleem Abdulrasool
2014-04-25Make test pass on 32 bit architectures.Benjamin Kramer
2014-04-25Print detailed vector type information on diagnostics.Benjamin Kramer
2014-04-25PR19558: don't produce an "unused variable" warning for a variable template p...Richard Smith
2014-04-25CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hintSaleem Abdulrasool
2014-04-25clang-cl: /fallback only applies to C or C++ filesHans Wennborg
2014-04-25clang-cl: pass -debug flag to the linker when compiling with debug infoHans Wennborg
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