llvm-project/clang/lib
Hans Wennborg 740a4d6e46 Intrin.h: implement __rdtsc and __halt
llvm-svn: 200343
2014-01-28 22:55:01 +00:00
..
ARCMigrate Enforce safe usage of DiagnosticsEngine::getCustomDiagID() 2014-01-26 06:17:37 +00:00
AST Objective-C. provide legacy encoding of *id and *Class types 2014-01-28 20:41:15 +00:00
ASTMatchers Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert 2014-01-26 08:12:32 +00:00
Analysis Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Basic Revert "Cortex-M3 and Cortex-M4 should not enable hwdiv-arm" 2014-01-27 19:26:39 +00:00
CodeGen [ARM] Fix AAPCS-VFP non-compliance when returning HFA from variadic functions. 2014-01-28 10:56:36 +00:00
Driver Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603) 2014-01-28 06:30:35 +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: Understand __attribute__s preceding parameter lists. 2014-01-28 20:13:43 +00:00
Frontend Require a module.map file to load a module 2014-01-22 23:19:39 +00:00
FrontendTool Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 2013-12-27 08:11:08 +00:00
Headers Intrin.h: implement __rdtsc and __halt 2014-01-28 22:55:01 +00:00
Index Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Lex Remove dead code; MacroDirective's IsHidden flag is always false. 2014-01-27 23:54:39 +00:00
Parse Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU spelling, and a CXX11 spelling with the namespace "gnu". It also sets a bit on the spelling certifying that it is known to GCC. From this, we can warn about the extension appropriately. As a consequence, the FunctionDefinition functionality is completely removed. 2014-01-27 22:10:04 +00:00
Rewrite Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Sema Objective-C. Fixes a bug where "new" family attribute 2014-01-28 22:46:29 +00:00
Serialization Remove dead code; MacroDirective's IsHidden flag is always false. 2014-01-27 23:54:39 +00:00
StaticAnalyzer [CMake] clangStaticAnalyzerFrontend: Deprecate LLVM_NO_RTTI. 2014-01-28 09:43:16 +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