llvm-project/clang/lib
Akira Hatanaka e867e422e2 [X86, inlineasm] Do not allow using constraint 'x' for a variable larger than
128-bit unless the target CPU supports AVX.

rdar://problem/11846140

llvm-svn: 218082
2014-09-18 21:58:54 +00:00
..
ARCMigrate Objective-C SDK modernizer. Do not modernize an enum 2014-09-15 16:41:47 +00:00
AST Revert r217995 and follow-ups: 2014-09-18 16:01:32 +00:00
ASTMatchers Separate the matchers by type and statically dispatch to the right list. 2014-09-05 20:15:31 +00:00
Analysis Fixing a -Woverflow warning from GCC by using a more natural datatype for this operation. NFC. 2014-09-12 12:42:15 +00:00
Basic [X86, inlineasm] Do not allow using constraint 'x' for a variable larger than 2014-09-18 21:58:54 +00:00
CodeGen Parsing/Sema of directive omp for simd 2014-09-18 05:12:34 +00:00
Driver Fix forwarding -l to MSVC's link.exe 2014-09-16 19:22:00 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Allow unbroken ::: in inline assembly. 2014-09-16 16:36:57 +00:00
Frontend unique_ptrify ChainedDiagnosticConsumer's ctor parameters 2014-09-15 17:50:10 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers arm_acle: Fix error in ROR implementation 2014-08-28 15:25:52 +00:00
Index clang-format: [JS] Support regex literals with trailing escaped slash. 2014-09-09 14:37:39 +00:00
Lex Unique_ptrify Preprocessor::PragmaHandlersBackup 2014-09-15 21:31:42 +00:00
Parse Parsing/Sema of directive omp for simd 2014-09-18 05:12:34 +00:00
Rewrite Use intrusive refcounted pointers to manage RopeRefCountString lifetime. 2014-09-15 17:58:03 +00:00
Sema [X86, inlineasm] Check that the output size is correct for the given constraint. 2014-09-18 18:17:18 +00:00
Serialization Parsing/Sema of directive omp for simd 2014-09-18 05:12:34 +00:00
StaticAnalyzer Parsing/Sema of directive omp for simd 2014-09-18 05:12:34 +00:00
Tooling Tooling: Ignore file names in tooling::deduplicate. 2014-09-09 13:53:29 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00