llvm-project/clang/lib
Tim Northover 1994fa7d3d ARM & AArch64 NEON: share the vabs implementation.
This changes ARM to use @llvm.fabs for floating-point vabs. Patterns
already existed in the backend, and it might help mid-end phases since
it's more likely to be understood than @llvm.arm.neon.vabs.

llvm-svn: 201313
2014-02-13 10:44:17 +00:00
..
ARCMigrate Use simpler version of fs::create_directory. 2014-02-13 04:22:54 +00:00
AST [OPENMP] 'if' clause support (no CodeGen support) 2014-02-13 05:29:23 +00:00
ASTMatchers Add isListInitialization matcher. 2014-02-06 21:52:24 +00:00
Analysis Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Basic [OPENMP] 'if' clause support (no CodeGen support) 2014-02-13 05:29:23 +00:00
CodeGen ARM & AArch64 NEON: share the vabs implementation. 2014-02-13 10:44:17 +00:00
Driver XCore target pass -v flag to assembler & linker 2014-02-13 10:40:12 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format clang-format: Support lambdas with namespace-qualified return types. 2014-02-11 10:16:55 +00:00
Frontend MS ABI: Implement #pragma vtordisp() and clang-cl /vdN 2014-02-12 23:50:26 +00:00
FrontendTool Add a CC1 option -verify-pch 2014-02-05 22:21:15 +00:00
Headers MS Intrin.h: implement __cpuidex and simplify __cpuid 2014-01-31 19:44:55 +00:00
Index Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Lex MS ABI: Implement #pragma vtordisp() and clang-cl /vdN 2014-02-12 23:50:26 +00:00
Parse [OPENMP] 'if' clause support (no CodeGen support) 2014-02-13 05:29:23 +00:00
Rewrite Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Sema [OPENMP] 'if' clause support (no CodeGen support) 2014-02-13 05:29:23 +00:00
Serialization [OPENMP] 'if' clause support (no CodeGen support) 2014-02-13 05:29:23 +00:00
StaticAnalyzer Use simpler version of llvm::sys::fs::create_directories. 2014-02-13 04:08:44 +00:00
Tooling Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00