llvm-project/clang/lib
James Molloy f97fdae4d0 [Driver] Pass -O* to the gold plugin via -plugin-opt
The gold plugin understands -O0..-O3, but these are not currently being passed to it.

llvm-svn: 256146
2015-12-21 10:44:36 +00:00
..
ARCMigrate Fix funciton->function typo. 2015-12-16 23:10:46 +00:00
AST [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' directive. 2015-12-18 05:05:56 +00:00
ASTMatchers Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwing exception specification. 2015-12-02 15:23:59 +00:00
Analysis Use range-based for loop to avoid the need for calculating an array size. NFC 2015-11-30 03:11:12 +00:00
Basic [Cygwin] Enable TLS as emutls. 2015-12-21 02:37:23 +00:00
CodeGen Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM. 2015-12-19 02:24:10 +00:00
Driver [Driver] Pass -O* to the gold plugin via -plugin-opt 2015-12-21 10:44:36 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format Support AlwaysBreakAfterReturnType 2015-12-18 22:20:15 +00:00
Frontend Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM. 2015-12-19 02:24:10 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [X86] Add missing m64/int64 conversions 2015-12-20 12:37:18 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex Replace SM.getFileEntryForID(Lexer->getFileID()) with Lexer->getFileEntry(). 2015-12-18 10:30:12 +00:00
Parse Fix crash-on-invalid if a :: is followed by two or more open parentheses (and then something else). 2015-12-19 02:40:19 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema [Sema] Use range-based for loops. NFC 2015-12-21 06:35:56 +00:00
Serialization [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. 2015-12-15 08:19:24 +00:00
StaticAnalyzer [analyzer] Better detect when C++ object was constructed into existing region. 2015-12-17 00:28:33 +00:00
Tooling Add fall-back mode for clang tools. 2015-12-03 10:38:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00