llvm-project/clang/lib
Tim Northover 07f1624aa2 ARM64: make sure HFAs on the stack get properly aligned.
Another AAPCS bug, part of PR19432.

llvm-svn: 206580
2014-04-18 10:47:44 +00:00
..
ARCMigrate remove a bunch of unused private methods 2014-03-23 17:12:37 +00:00
AST MS ABI: Don't append to vbtables that we shouldn't extend 2014-04-17 22:47:52 +00:00
ASTMatchers Add support for named values in the parser. 2014-04-14 13:51:21 +00:00
Analysis Making some public members into private members. This also introduces a bit more const-correctness, and now uses some range-based for loops. No functional changes intended. 2014-04-17 21:44:08 +00:00
Basic [ARM64] Teach Targets.cpp about Cortex-A53 and Cortex-A57, and enable more tests. 2014-04-17 12:51:28 +00:00
CodeGen ARM64: make sure HFAs on the stack get properly aligned. 2014-04-18 10:47:44 +00:00
Driver [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was missing. 2014-04-17 12:51:23 +00:00
Edit Avoid a local Twine variable. 2014-03-29 16:54:24 +00:00
Format Fix alignment of trailing block comments. 2014-04-17 16:12:46 +00:00
Frontend Revert "Move -fms-extensions predefined macros into InitPreprocessor" 2014-04-16 20:10:16 +00:00
FrontendTool Replace OwningPtr with std::unique_ptr. 2014-03-07 20:03:18 +00:00
Headers Rename lib/Headers/module.map to module.modulemap 2014-04-17 00:52:48 +00:00
Index libclang/libIndex: USR generation: mangle source location into USRs for macros, 2014-03-28 22:21:26 +00:00
Lex Lex: Fix __has_feature(cxx_exceptions) for objective C++ 2014-04-16 02:56:48 +00:00
Parse Refactor all the checking for missing 'template<>'s when a declaration has a 2014-04-17 03:29:33 +00:00
Rewrite Objective-C rewriter. Use _WIN64 instead of __LLP64__ 2014-04-16 17:03:06 +00:00
Sema Nitpicky refactoring -- use of nullptr and auto, made a bit more const-correct. No functional changes intended. 2014-04-17 20:08:36 +00:00
Serialization Add missing serialization code for one of the CXXRecordDecl definition flags. 2014-04-17 20:33:01 +00:00
StaticAnalyzer Add missing include. 2014-04-09 03:31:44 +00:00
Tooling Tooling: Move heavyweight vectors around instead of copying. 2014-03-20 12:48:36 +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