clang/test
Simon Pilgrim a7c6c642e3 [X86][LWP] Add clang support for LWP instructions.
This patch adds support for the the LightWeight Profiling (LWP) instructions which are available on all AMD Bulldozer class CPUs (bdver1 to bdver4).

Differential Revision: https://reviews.llvm.org/D32770

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302418 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-08 12:09:45 +00:00
..
ARCMT clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1). 2017-04-28 05:02:52 +00:00
ASTMerge Revert r299355 "[ASTImporter] Fix for importing unnamed structs" 2017-04-03 21:06:45 +00:00
Analysis [analyzer] Fix memory error bug category capitalization. 2017-05-03 11:47:13 +00:00
CXX [modules ts] Diagnose 'export' declarations outside of a module interface. 2017-04-24 23:12:30 +00:00
CodeCompletion [libclang] Fix crash in member access code completion with implicit base 2017-03-28 07:22:21 +00:00
CodeGen [X86][LWP] Add clang support for LWP instructions. 2017-05-08 12:09:45 +00:00
CodeGenCUDA Use FPContractModeKind universally 2017-03-29 21:54:24 +00:00
CodeGenCXX [ms-inline-asm] Use the frontend size only for ambiguous instructions 2017-05-04 18:19:52 +00:00
CodeGenCoroutines [coroutines] Fix building of new/delete expressions when get_return_object_on_allocation_failure() is present. 2017-04-18 03:12:48 +00:00
CodeGenObjC CodeGen: avoid use of @clang.arc.use intrinsic at O0 2017-05-05 18:39:06 +00:00
CodeGenObjCXX ObjCBoxedExpr can't be evaluated by the constant expression evaluator. 2017-04-29 00:07:27 +00:00
CodeGenOpenCL [OpenCL] Add intel_reqd_sub_group_size attribute support 2017-05-04 07:31:20 +00:00
Coverage Handle StaticAssertDecl in DeclContextPrinter 2017-01-03 12:16:02 +00:00
CoverageMapping [Coverage] Avoid null deref in skipRegionMappingForDecl (fixes PR32761) 2017-04-24 20:52:04 +00:00
Driver [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a hidden -mllvm flag. clang part. 2017-05-05 23:28:18 +00:00
FixIt Add a fix-it for -Wunguarded-availability 2017-05-05 16:42:44 +00:00
Format [clang-format] Replace IncompleteFormat by a struct with Line 2017-04-21 14:35:20 +00:00
Frontend PR26771: don't forget the " 2" (returning from #included file) linemarker after including an empty file with -frewrite-includes. 2017-04-29 00:54:03 +00:00
Headers Headers: Make the type of SIZE_MAX the same as size_t 2017-04-27 21:49:45 +00:00
Import Added an Importer test for in-class member initializers. 2017-04-27 18:10:29 +00:00
Index DiagnosticsEngine should clear DelayedDiagID before reporting the 2017-05-04 13:56:51 +00:00
Integration
Layout Print nested name specifiers for typedefs and type aliases 2017-03-10 15:04:58 +00:00
Lexer Do not warn about whitespace between ??/ trigraph and newline in line comments if trigraphs are disabled in the current language. 2017-04-18 21:45:04 +00:00
Misc [OpenCL] Add intel_reqd_sub_group_size attribute support 2017-05-04 07:31:20 +00:00
Modules Add support for building modules from preprocessed source. 2017-05-05 22:18:51 +00:00
OpenMP Fix bugs checking va_start in lambdas and erroneous contexts 2017-05-04 19:51:05 +00:00
PCH [Sema] Add __is_aggregate type-trait 2017-04-12 22:12:15 +00:00
Parser Warn that the [] spelling of uuid(...) is deprecated. 2017-05-05 17:05:56 +00:00
Preprocessor Permit keywords in module names in #pragma clang module *. 2017-05-05 22:34:07 +00:00
Profile [Profile] Add off-by-default -Wprofile-instr-missing warning 2017-04-27 17:30:58 +00:00
Rewriter [test] Port clang tests to canonicalized booleans 2017-01-25 13:11:45 +00:00
Sema [ARM] Limit the diagnose when an ISR calls a regular function 2017-05-05 19:25:29 +00:00
SemaCUDA [CUDA] Let NVPTX inherit the host's calling conventions. 2017-01-05 16:53:38 +00:00
SemaCXX Warn that the [] spelling of uuid(...) is deprecated. 2017-05-05 17:05:56 +00:00
SemaObjC [ObjC] Don't disallow vector parameters/return values in methods 2017-05-05 16:15:17 +00:00
SemaObjCXX Reusing an existing attribute diagnostic 2017-05-03 14:05:00 +00:00
SemaOpenCL [OpenCL] Check that global samplers are const 2017-05-08 09:29:06 +00:00
SemaTemplate Revert "Address http://bugs.llvm.org/pr30994 so that a non-friend can properly replace a friend, and a visible friend can properly replace an invisible friend but not vice verse, and definitions are not replaced. This fixes the two FIXME in SemaTemplate/friend-template.cpp." 2017-04-17 20:57:40 +00:00
TableGen
Tooling [test] Port clang tests to canonicalized booleans 2017-01-25 13:11:45 +00:00
Unit [test] Extend llvm_shlib_dir fix to unittests 2016-12-15 20:31:08 +00:00
VFS Don't diagnose non-modular includes when we are not compiling a module. 2016-08-26 17:16:46 +00:00
.clang-format
CMakeLists.txt Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass." 2017-01-26 23:51:50 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Add #pragma clang attribute 2017-04-18 14:33:39 +00:00
lit.site.cfg.in Add #pragma clang attribute 2017-04-18 14:33:39 +00:00
make_test_dirs.pl