index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
CodeGen
/
CodeGenOptions.h
Age
Commit message (
Expand
)
Author
2010-03-31
Minor include pruning.
Benjamin Kramer
2010-03-20
C++: Add support for -fno-use-cxa-atexit.
Daniel Dunbar
2010-02-19
Re-introduce the ctor/dtor alias optimization, this time hidden behind a
John McCall
2010-02-01
Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used.
Daniel Dunbar
2009-12-18
Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used
Daniel Dunbar
2009-11-30
Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...
Daniel Dunbar
2009-11-30
Eliminate CodeGenOptions::SimplifyLibCalls.
Daniel Dunbar
2009-11-29
Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...
Daniel Dunbar
2009-11-29
Move MainFileName option variable into CodeGenOptions instead of LangOptions.
Daniel Dunbar
2009-11-17
Reorder options alphabetically.
Daniel Dunbar
2009-11-15
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-12
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth