llvm-project/clang/lib
Tim Northover a484bc00ff Implement ARM GNU-style interrupt attribute
This attribute allows users to use a modified C or C++ function as an ARM
exception-handling function and, with care, to successfully return control to
user-space after the issue has been dealt with.

rdar://problem/14207019

llvm-svn: 191769
2013-10-01 14:34:25 +00:00
..
ARCMigrate ObjectiveC migrator. Infer property from getters only 2013-09-27 22:55:54 +00:00
AST [OpenMP] Added parsing and semantic analysis for firstprivate clause 2013-10-01 05:32:34 +00:00
ASTMatchers Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. 2013-08-30 15:09:52 +00:00
Analysis Make sort predicate match the qsort convention. 2013-09-22 15:02:02 +00:00
Basic [OpenMP] Added parsing and semantic analysis for firstprivate clause 2013-10-01 05:32:34 +00:00
CodeGen Implement ARM GNU-style interrupt attribute 2013-10-01 14:34:25 +00:00
Driver [ARM] Add -mfpu=none option to the driver. 2013-10-01 10:20:54 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format Moving style option formatting to libFormat 2013-09-30 13:31:48 +00:00
Frontend Revert r191586 and r191695. They cause crashes when building with 2013-10-01 02:20:23 +00:00
FrontendTool ObjectiveC migrator. This patch infers readonly properties for no-parameter 2013-08-28 23:22:46 +00:00
Headers Changing __X86_64__ to __x86_64__ in Intrin.h. 2013-09-30 21:08:05 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Mark lambda init-captures as complete. 2013-09-28 04:37:56 +00:00
Parse [OpenMP] Added parsing and semantic analysis for firstprivate clause 2013-10-01 05:32:34 +00:00
Rewrite Revert my patch in r191155 to allow forward 2013-09-24 17:03:07 +00:00
Sema Implement ARM GNU-style interrupt attribute 2013-10-01 14:34:25 +00:00
Serialization [OpenMP] Added parsing and semantic analysis for firstprivate clause 2013-10-01 05:32:34 +00:00
StaticAnalyzer [analyzer] Make inlining decisions based on the callee being variadic. 2013-09-28 02:04:19 +00:00
Tooling Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. 2013-09-12 18:23:34 +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