Age | Commit message (Expand) | Author |
2009-12-12 | Remove clang-cc tool, it has joined in unholy union with clang. | Daniel Dunbar |
2009-12-05 | Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje... | Steve Naroff |
2009-12-05 | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff |
2009-12-03 | Kill off one last exit() call. | Daniel Dunbar |
2009-12-03 | clang-cc: Move to CompilerInvocation based command line parsing. | 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 -load option. | Daniel Dunbar |
2009-12-02 | Change rtti/Rtti to RTTI, as it is an acronym. | Mike Stump |
2009-12-02 | Introduce a new clang-cc option | Douglas Gregor |
2009-12-02 | libFrontend depends on libDriver now. | Zhongxing Xu |
2009-11-30 | clang-cc: Add code (currently disabled) for parsing arguments using clang -cc... | Daniel Dunbar |
2009-11-30 | Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man... | Daniel Dunbar |
2009-11-30 | Don't try to generate common globals for C++ files, instead of depending on t... | Daniel Dunbar |
2009-11-30 | Eliminate CodeGenOptions::TimePasses. | Daniel Dunbar |
2009-11-30 | Eliminate CodeGenOptions::SimplifyLibCalls. | Daniel Dunbar |
2009-11-30 | Simplify. | Daniel Dunbar |
2009-11-30 | Put CompilerInvocation testing code in clang-cc instead of clang for now, I c... | Daniel Dunbar |
2009-11-29 | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam |
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 | clang-cc: Tweak LangOptions parsing to make it a bit more obvious what depend... | Daniel Dunbar |
2009-11-29 | clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us... | Daniel Dunbar |
2009-11-29 | Move MainFileName option variable into CodeGenOptions instead of LangOptions. | Daniel Dunbar |
2009-11-28 | Move program actions implications to clang::InitializeFrontendOptions which a... | Kovarththanan Rajaratnam |
2009-11-27 | Simplify. | Daniel Dunbar |
2009-11-26 | Factor out a LangStandard class and coalesce the information about the standa... | Daniel Dunbar |
2009-11-25 | Add a missing include <cstdio> | Daniel Dunbar |
2009-11-24 | Sketch the rest of the clang -cc1 option definitions, aka fun with C-x C-(. | Daniel Dunbar |
2009-11-22 | Add clang -cc1 parsing of analyzer options. | Daniel Dunbar |
2009-11-20 | Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. | Daniel Dunbar |
2009-11-20 | clang-cc: Lift setForcedLangOptions out of options initialization. | Daniel Dunbar |
2009-11-19 | clang-cc: Remove some more llvm::cl::init arguments, by only setting values when | Daniel Dunbar |
2009-11-19 | Change -code-completion-debug-printer to -no-code-completion-debug-printer. | Daniel Dunbar |
2009-11-19 | Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari... | Daniel Dunbar |
2009-11-19 | clang-cc: Remove superfluous llvm::cl::init(false) arguments. | Daniel Dunbar |
2009-11-17 | Fix -Asserts warning. | Daniel Dunbar |
2009-11-17 | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-17 | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar |
2009-11-17 | Move InitializeAnalyzerOptions for consistency. | Daniel Dunbar |
2009-11-17 | Remove unused NoPreprocess variable. | Daniel Dunbar |
2009-11-17 | Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::... | Daniel Dunbar |
2009-11-16 | Trim includes. | Daniel Dunbar |
2009-11-16 | Store more information in HeaderSearchOptions so that its initialization is not | Daniel Dunbar |
2009-11-16 | clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-15 | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar |
2009-11-14 | Move the program action enum to FrontendOptions. | Daniel Dunbar |
2009-11-14 | clang-cc: Switch to using FrontendAction. Whee. | Daniel Dunbar |
2009-11-14 | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar |