Age | Commit message (Expand) | Author |
2010-04-10 | Rename -dump-record-layouts to -fdump-record-layouts now that the option beha... | Anders Carlsson |
2010-04-09 | Turn access control on by default in -cc1. | John McCall |
2010-04-08 | Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l... | Daniel Dunbar |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-07 | add clang -cc1 level support for "-ferror-limit 42" | Chris Lattner |
2010-03-24 | Implement support for -nostdc++. Fixes PR6446. | Douglas Gregor |
2010-03-20 | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar |
2010-03-19 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-03-15 | Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. | John McCall |
2010-02-19 | Re-introduce the ctor/dtor alias optimization, this time hidden behind a | John McCall |
2010-02-13 | Raise the responsibility for passing -disable-llvm-verifier in NDEBUG builds | John McCall |
2010-02-12 | Add an option to disable the LLVM verifier pass (which is still always | John McCall |
2010-02-11 | Check in the beginnings of my new vtable layout builder idea. | Anders Carlsson |
2010-02-10 | clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. | Daniel Dunbar |
2010-02-09 | Implement synthesizing properties by default. | Fariborz Jahanian |
2010-02-09 | Introduce a testbed for merging multiple ASTs into a single AST | Douglas Gregor |
2010-02-06 | Add support for threadsafe statics, and make them the default (matching gcc). | Anders Carlsson |
2010-02-03 | clang -cc1: Wire up -emit-obj, for emitting object files. | Daniel Dunbar |
2010-02-01 | Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used. | Daniel Dunbar |
2010-01-28 | Introduce serialization and deserialization of diagnostic information | Douglas Gregor |
2010-01-13 | diagnose invalid values of -ftabstop, patch by Christian Adaker! | Chris Lattner |
2010-01-09 | implement -ftabstop=width, patch by Christian Adåker | Chris Lattner |
2010-01-08 | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman |
2009-12-23 | Remove RewriteBlocks. It has been superseded by RewriteObjC | Kovarththanan Rajaratnam |
2009-12-18 | clang -cc1: Rename -mcpu to -target-cpu to match other target options and not... | Daniel Dunbar |
2009-12-18 | Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used | Daniel Dunbar |
2009-12-16 | Fix -fdollars-in-identifiers Clang translation. | Daniel Dunbar |
2009-12-16 | implement PR5654: add -fassume-sane-operator-new, which is enabled by default... | Nuno Lopes |
2009-12-15 | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar |
2009-12-13 | CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation... | Daniel Dunbar |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-12 | Implement runtime checks for undefined behavior. WIP. | Mike Stump |
2009-12-07 | Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite... | Ted Kremenek |
2009-12-03 | Switch PCHReader::getOriginalSourceFile to use proper diagnostics. | Daniel Dunbar |
2009-12-03 | clang-cc: Honor -help and -version when using new style option parsing. | Daniel Dunbar |
2009-12-03 | Add clang -cc1 support for -remap-file. | Daniel Dunbar |
2009-12-03 | Add clang -cc1 -load option. | Daniel Dunbar |
2009-12-02 | Change rtti/Rtti to RTTI, as it is an acronym. | Mike Stump |
2009-12-01 | clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp, | Daniel Dunbar |
2009-11-30 | Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man... | Daniel Dunbar |
2009-11-29 | Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we... | Daniel Dunbar |
2009-11-29 | Add clang -cc1 parsing for LangOptions. | Daniel Dunbar |
2009-11-29 | Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi... | Daniel Dunbar |
2009-11-29 | Move MainFileName option variable into CodeGenOptions instead of LangOptions. | Daniel Dunbar |
2009-11-26 | Add clang -cc1 parsing for preprocessor options. | Daniel Dunbar |
2009-11-26 | Add clang -cc1 parsing for header search options. | Daniel Dunbar |
2009-11-25 | Add clang -cc1 parsing for frontend options. | Daniel Dunbar |
2009-11-23 | Add clang -cc1 parsing of diagnostic options. | Daniel Dunbar |
2009-11-22 | Add clang -cc1 parsing of analyzer options. | Daniel Dunbar |