llvm-project/clang/lib
Reid Kleckner 3738445cdd Add a separate llvm.global_ctors entry for linkonce_odr data initializers
Summary:
These typically come from static data members of class template
specializations.  This accomplishes two things:

1. May expose GlobalOpt optimizations for Itanium C++ ABI code.
2. Works toward fixing double initialization in the Microsoft C++ ABI.

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1475

llvm-svn: 189051
2013-08-22 20:07:45 +00:00
..
ARCMigrate ObjectiveC migrator: Provide ARC annotations for 2013-08-22 18:35:27 +00:00
AST Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
ASTMatchers Refactor VariantMatcher to use an interface underneath. 2013-08-22 16:38:33 +00:00
Analysis Analysis: Make %I in printf more reasonable, add more tests 2013-08-22 07:53:21 +00:00
Basic Move -mfpmath handling to -cc1 and implement it for x86. 2013-08-21 21:59:03 +00:00
CodeGen Add a separate llvm.global_ctors entry for linkonce_odr data initializers 2013-08-22 20:07:45 +00:00
Driver Move -mfpmath handling to -cc1 and implement it for x86. 2013-08-21 21:59:03 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format Work around unused variable warning in release builds. 2013-08-22 16:11:46 +00:00
Frontend Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
FrontendTool Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Headers Fix the name and the type of the argument for intrinisc 2013-08-17 16:40:09 +00:00
Index Avoid using the 'index' namespace as scope. 2013-08-21 00:49:25 +00:00
Lex Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
Parse Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
Rewrite Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
Sema Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
Serialization Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
StaticAnalyzer Split isFromMainFile into two functions. 2013-08-22 00:27:10 +00:00
Tooling Tweak Replacement comparisons 2013-08-16 12:18:53 +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