summaryrefslogtreecommitdiff
path: root/test/Frontend
AgeCommit message (Expand)Author
2016-11-30Give this test that uses Itanium mangling a tripleReid Kleckner
2016-11-30Stop handling interesting deserialized decls after HandleTranslationUnitReid Kleckner
2016-11-21[Frontend] Add a predefined macro that describes the Objective-C bool typeAlex Lorenz
2016-10-23[clang] Limit clang test to ARM and AArch64 onlyMandeep Singh Grang
2016-09-26CC1: Add -save-stats optionMatthias Braun
2016-09-13Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet
2016-09-13Revert "Add -fdiagnostics-show-hotness"Adam Nemet
2016-09-12Add -fdiagnostics-show-hotnessAdam Nemet
2016-09-01[Frontend] Fix mcount inlining bugHonggyu Kim
2016-08-26Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg
2016-07-27test/Frontend: Add a test for aarch64 target CPU names.Matthias Braun
2016-07-21Provide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_INT_N_0 when in C++ gnu ...Yaron Keren
2016-07-18Allow iOS and tvOS version numbers with 2-digit major version numbers.Bob Wilson
2016-07-14[OpenCL] Actually activate Frontend/opencl.cl test and fix test bugsBenjamin Kramer
2016-07-13[OpenCL] Fixes failures in test/Driver/opencl.cl.Yaxun Liu
2016-06-17[OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driverYaxun Liu
2016-06-14[OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.Yaxun Liu
2016-05-25Add a loop's debug location to its llvm.loop metadataHal Finkel
2016-05-16Change embed-bitcode linkage typeSteven Wu
2016-05-11Embed bitcode in object file (clang cc1 part)Steven Wu
2016-04-28Re-apply r267784, r267824 and r267830.Peter Collingbourne
2016-04-28Revert r267784, r267824 and r267830.Benjamin Kramer
2016-04-27Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne
2016-04-26[OpenCL] Add predefined macros.Yaxun Liu
2016-04-12Pass -backend-option to LLVM when there is no target machine.Yaxun Liu
2016-04-12Basic: fix profiling with GNU EABISaleem Abdulrasool
2016-04-10Correct pg instrumentation for AArch64Saleem Abdulrasool
2016-04-10test: add additional tests for SVN r265888Saleem Abdulrasool
2016-04-10Add support for __gnu_mcount_nc as the pg interfaceSaleem Abdulrasool
2016-04-08Use NoDebug compile units to mark debug metadata used only for sample-basedAdrian Prantl
2016-04-04Add a PragmaHandler Registry for plugins to add PragmaHandlers toJohn Brawn
2016-03-23clang-cl: Include /FI headers in /showIncludes output.Nico Weber
2016-03-15Make it possible for AST plugins to enable themselves by defaultJohn Brawn
2016-02-11Revert r260266 (and r260276), "clang-cl: Enable plugins on Windows"NAKAMURA Takumi
2016-02-09Fix the test added in r260266Ehsan Akhgari
2016-02-09clang-cl: Enable plugins on WindowsEhsan Akhgari
2016-02-02Add backend dignostic printer for unsupported featuresOliver Stannard
2016-01-28Revert r259036, it introduces a cyclic library dependencyOliver Stannard
2016-01-28Add backend dignostic printer for unsupported featuresOliver Stannard
2016-01-28Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi
2016-01-27Add backend dignostic printer for unsupported featuresOliver Stannard
2015-10-30Preprocessor: define correct tvOS and watchOS version macrosTim Northover
2015-10-20Add back null check removed accidentally in r250554Reid Kleckner
2015-10-08Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman
2015-09-30Fix the sample profile format that breaks in test http://lab.llvm.org:8011/bu...Dehao Chen
2015-09-14Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov
2015-09-12Always_inline codegen rewrite.Evgeniy Stepanov
2015-09-11Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov
2015-09-11Always_inline codegen rewrite.Evgeniy Stepanov
2015-09-11This test requires UTF-8 output to print the UT-8 characters.Yaron Keren