llvm-project/clang/lib
Nikolai Bozhenov b2de17c734 Reapply "Frontend support for Nios2 target"
Summary:
- Implements TargetInfo class for Nios2 target.
- Enables handling of -march and -mcpu options for Nios2 target.
- Definition of Nios2 builtin functions.

Reviewed By: craig.topper

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

Author: belickim <mateusz.belicki@intel.com>
llvm-svn: 305066
2017-06-09 10:56:18 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST Update libdeps to add BinaryFormat, introduced in r304864. 2017-06-07 04:48:49 +00:00
ASTMatchers [ASTMatchers] Add clang-query support for equals matcher 2017-06-08 22:00:58 +00:00
Analysis Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:51 +00:00
Basic Reapply "Frontend support for Nios2 target" 2017-06-09 10:56:18 +00:00
CodeGen Represent debug information compression type fully 2017-06-09 00:40:30 +00:00
Driver Reapply "Frontend support for Nios2 target" 2017-06-09 10:56:18 +00:00
Edit [clang] Fix format specifiers fixits 2017-06-08 21:44:45 +00:00
Format [clang-format] Fix alignment of preprocessor trailing comments 2017-06-07 14:05:06 +00:00
Frontend Speed up preamble loading 2017-06-09 08:29:58 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [DOXYGEN] Corrected several typos and incorrect parameters description that Sony's techinical writer found during review. 2017-06-06 22:58:01 +00:00
Index [index] The references to explicit class properties should be recorded 2017-05-24 14:23:40 +00:00
Lex [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse' that puts preprocessor in a mode for parsing a single file only. 2017-06-09 01:20:48 +00:00
Parse PR33318: Add missing full-expression checking to static_assert expression. 2017-06-06 01:34:24 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema [Sema] Refactor OverloadCandidate::BuiltinTypes. NFC. 2017-06-08 20:55:21 +00:00
Serialization [ODRHash] Change the fall-back diagnostic error. 2017-06-08 00:56:21 +00:00
StaticAnalyzer [analyzer] Don't add arrow to the inlined function's decl when it has no body. 2017-06-05 13:36:28 +00:00
Tooling Method loadFromCommandLine should be able to report errors 2017-05-24 11:57:37 +00:00
CMakeLists.txt