Age | Commit message (Expand) | Author |
2010-06-15 | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth |
2010-06-09 | Fix two typos in comments. | Sebastian Redl |
2010-06-07 | Frontend: Add CodeGenOptions::SimplifyLibCalls, and eliminate LangOptions arg... | Daniel Dunbar |
2010-05-27 | Driver: Add clang -cc1 -mrelax-all option, which sets relaxes all instruction... | Daniel Dunbar |
2010-04-24 | NeXT: Clean up dispatch method policy selection. | Daniel Dunbar |
2010-04-13 | add frontend support for -fdata-sections and -ffunction-sections, | Chris Lattner |
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 |