index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
tools
/
clang-cc
/
Options.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-cc: Move to CompilerInvocation based command line parsing.
Daniel Dunbar
2009-12-03
1
-54
/
+0
*
Eliminate CodeGenOptions::TimePasses.
Daniel Dunbar
2009-11-30
1
-2
/
+1
*
clang-cc: Lift setForcedLangOptions out of options initialization.
Daniel Dunbar
2009-11-20
1
-3
/
+1
*
Store more information in HeaderSearchOptions so that its initialization is not
Daniel Dunbar
2009-11-16
1
-2
/
+1
*
clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions.
Daniel Dunbar
2009-11-16
1
-4
/
+5
*
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-15
1
-2
/
+4
*
Move input kind identification (-x) into FrontendOptions.
Daniel Dunbar
2009-11-13
1
-16
/
+3
*
clang-cc: Keep Verbose option with HeaderSearchOptions, for now.
Daniel Dunbar
2009-11-12
1
-1
/
+0
*
Add FrontendOptions, and starting moving clang-cc to it.
Daniel Dunbar
2009-11-12
1
-0
/
+3
*
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-12
1
-3
/
+3
*
Add DependencyOutputOptions to wrap -M... options, and propogate to
Daniel Dunbar
2009-11-11
1
-0
/
+3
*
Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to
Daniel Dunbar
2009-11-11
1
-0
/
+3
*
Simplifiy target feature handling by coalescing all the logic into
Daniel Dunbar
2009-11-11
1
-8
/
+3
*
clang-cc: Move InitializeAnalyzerOptions into Options.cpp
Daniel Dunbar
2009-11-11
1
-0
/
+3
*
clang-cc: Move InitializeDiagnosticOptions to Options.cpp
Daniel Dunbar
2009-11-11
1
-0
/
+3
*
clang-cc: Move HeaderSearchOptions to Options.cpp
Daniel Dunbar
2009-11-11
1
-0
/
+6
*
clang-cc: Move InitializeLangOptions to Options.cpp.
Daniel Dunbar
2009-11-11
1
-0
/
+20
*
clang-cc: Move InitializePreprocessorOptions to Options.cpp
Daniel Dunbar
2009-11-11
1
-0
/
+5
*
clang-cc: Start moving "pure" option handling to Options.cpp, to separate it
Daniel Dunbar
2009-11-10
1
-0
/
+28