llvm-project/clang/lib
Nick Lewycky f4d3f7a0b9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack
realignment, even with locals with alignment exceeding the ABI guarantee.

llvm-svn: 145909
2011-12-06 03:33:03 +00:00
..
ARCMigrate [arcmt] Integrate GC __weak into property attributes even when we don't have 2011-11-28 02:04:36 +00:00
AST Make isWeakDecl available as a method on ValueDecl. 2011-12-05 20:16:26 +00:00
Analysis [analyzer] Rely on LLVM Dominators in Clang dominator computation. 2011-12-05 21:33:11 +00:00
Basic Parse inferred submodules in module maps, track their contents in 2011-12-05 22:27:44 +00:00
CodeGen Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack 2011-12-06 03:33:03 +00:00
Driver Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack 2011-12-06 03:33:03 +00:00
Frontend Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack 2011-12-06 03:33:03 +00:00
FrontendTool Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
Headers Fix comment. 2011-11-28 20:05:27 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Implement inferred submodules support, which (when requested) 2011-12-06 01:10:29 +00:00
Parse Support decltype in nested-name-specifiers. 2011-12-04 05:04:18 +00:00
Rewrite More refactoring of objc rewriter. 2011-12-05 22:59:54 +00:00
Sema Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR11484. 2011-12-06 00:10:34 +00:00
Serialization Implement inferred submodules support, which (when requested) 2011-12-06 01:10:29 +00:00
StaticAnalyzer [analyzer] Rely on LLVM Dominators in Clang dominator computation. 2011-12-05 21:33:11 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00