aboutsummaryrefslogtreecommitdiff
path: root/include/clang/CodeGen/CodeGenOptions.h
AgeCommit message (Expand)Author
2010-06-15Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth
2010-06-09Fix two typos in comments.Sebastian Redl
2010-06-07Frontend: Add CodeGenOptions::SimplifyLibCalls, and eliminate LangOptions arg...Daniel Dunbar
2010-05-27Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instruction...Daniel Dunbar
2010-04-24NeXT: Clean up dispatch method policy selection.Daniel Dunbar
2010-04-13add frontend support for -fdata-sections and -ffunction-sections,Chris Lattner
2010-03-31Minor include pruning.Benjamin Kramer
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall
2010-02-01Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used.Daniel Dunbar
2009-12-18Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar
2009-11-30Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar
2009-11-30Eliminate CodeGenOptions::SimplifyLibCalls.Daniel Dunbar
2009-11-29Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar
2009-11-29Move MainFileName option variable into CodeGenOptions instead of LangOptions.Daniel Dunbar
2009-11-17Reorder options alphabetically.Daniel Dunbar
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-12Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth