| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Clang tool translation to forward -fvisibility as separate arguments, the | Daniel Dunbar | 2009-12-03 | 1 | -2/+6 |
* | Add OptTable::PrintHelp. | Daniel Dunbar | 2009-12-03 | 2 | -0/+77 |
* | Driver: Add Command::Creator member variable, which tracks the tool that was | Daniel Dunbar | 2009-12-02 | 2 | -20/+21 |
* | clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp, | Daniel Dunbar | 2009-12-01 | 1 | -672/+1 |
* | Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man... | Daniel Dunbar | 2009-11-30 | 2 | -4/+6 |
* | clang -cc1: Fix initialization of PreprocessorOptions::TokenCache. | Daniel Dunbar | 2009-11-30 | 1 | -1/+4 |
* | clang -cc1: Fix -include-pch now that the test code is in clang-cc. | Daniel Dunbar | 2009-11-30 | 1 | -5/+3 |
* | clang -cc1: Initialize LangOptions::{Optimize,NoInline} | Daniel Dunbar | 2009-11-30 | 1 | -2/+12 |
* | Always pass -fmessage-length using separate arguments. | Daniel Dunbar | 2009-11-30 | 1 | -2/+2 |
* | clang -cc1: Initialize LangOptions::DollarIdents correctly. | Daniel Dunbar | 2009-11-30 | 1 | -1/+1 |
* | Don't try to generate common globals for C++ files, instead of depending on t... | Daniel Dunbar | 2009-11-30 | 1 | -5/+0 |
* | Eliminate CodeGenOptions::TimePasses. | Daniel Dunbar | 2009-11-30 | 1 | -1/+0 |
* | Eliminate CodeGenOptions::SimplifyLibCalls. | Daniel Dunbar | 2009-11-30 | 1 | -3/+0 |
* | clang -cc1: Use proper diagnostics for all parsing errors. | Daniel Dunbar | 2009-11-29 | 1 | -64/+65 |
* | Change CompilerInvocation::CreateFromArgs to report errors using a proper dia... | Daniel Dunbar | 2009-11-29 | 1 | -1/+11 |
* | Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma... | Daniel Dunbar | 2009-11-29 | 1 | -4/+29 |
* | Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we... | Daniel Dunbar | 2009-11-29 | 2 | -25/+37 |
* | Add clang -cc1 parsing for LangOptions. | Daniel Dunbar | 2009-11-29 | 1 | -5/+168 |
* | clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us... | Daniel Dunbar | 2009-11-29 | 1 | -5/+3 |
* | Move MainFileName option variable into CodeGenOptions instead of LangOptions. | Daniel Dunbar | 2009-11-29 | 1 | -0/+2 |
* | Remove header which is bringing libAST in (on MSVC). | Daniel Dunbar | 2009-11-26 | 1 | -1/+0 |
* | Fix thinko (-fno-builtin != -nobuiltininc). | Daniel Dunbar | 2009-11-26 | 1 | -1/+1 |
* | Add clang -cc1 parsing for preprocessor options. | Daniel Dunbar | 2009-11-26 | 1 | -1/+39 |
* | Add clang -cc1 parsing for header search options. | Daniel Dunbar | 2009-11-26 | 1 | -0/+40 |
* | What the FIXMEs want, the FIXMEs shall have. | Daniel Dunbar | 2009-11-25 | 2 | -57/+31 |
* | Add an arg_iterator, for iterating over a subset of arguments in an ArgList. | Daniel Dunbar | 2009-11-25 | 1 | -72/+40 |
* | Add clang -cc1 parsing for frontend options. | Daniel Dunbar | 2009-11-25 | 1 | -0/+135 |
* | Add clang -cc1 parsing for preprocessor output options (-E). | Daniel Dunbar | 2009-11-25 | 1 | -0/+6 |
* | Don't pass -fexceptions=0 (it is the default). | Daniel Dunbar | 2009-11-25 | 1 | -8/+4 |
* | Fix for Path::isSpecialFile to Path::isRegularFile API in rev 89765. | Edward O'Callaghan | 2009-11-25 | 1 | -1/+1 |
* | Fix for PR5568. | Edward O'Callaghan | 2009-11-24 | 1 | -0/+7 |
* | Sketch the rest of the clang -cc1 option definitions, aka fun with C-x C-(. | Daniel Dunbar | 2009-11-24 | 1 | -0/+21 |
* | Add clang -cc1 parsing of diagnostic options. | Daniel Dunbar | 2009-11-23 | 1 | -38/+59 |
* | Recognize .hpp as a C++ header. | Daniel Dunbar | 2009-11-22 | 1 | -0/+1 |
* | Add clang -cc1 parsing of analyzer options. | Daniel Dunbar | 2009-11-22 | 1 | -0/+69 |
* | Fix refacto, gcc's cc1 needs to see --output-pch=, which is not just an alias | Daniel Dunbar | 2009-11-21 | 1 | -1/+1 |
* | Driver: Add clang -cc1 dependency output options parsing. | Daniel Dunbar | 2009-11-20 | 1 | -3/+10 |
* | Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti... | Daniel Dunbar | 2009-11-20 | 1 | -11/+6 |
* | Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. | Daniel Dunbar | 2009-11-20 | 2 | -3/+4 |
* | Standardize Driver translation to call clang-cc using '-foo' form instead of ... | Daniel Dunbar | 2009-11-20 | 1 | -16/+16 |
* | Add clang -cc1 parsing of CodeGenOptions. | Daniel Dunbar | 2009-11-20 | 1 | -0/+62 |
* | Driver: Add parsing for TargetOptions to CompilerInvocation::CreateFromArgs. | Daniel Dunbar | 2009-11-20 | 1 | -0/+54 |
* | Fix some default in the option classes, and some CompilerInvocation argification | Daniel Dunbar | 2009-11-19 | 1 | -0/+10 |
* | Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file. | Daniel Dunbar | 2009-11-19 | 2 | -10/+0 |
* | Add missing dependency for CMake. | Daniel Dunbar | 2009-11-19 | 1 | -1/+1 |
* | Sketch .td file and build system goop for OptTable based clang-cc options. | Daniel Dunbar | 2009-11-19 | 2 | -0/+44 |
* | Factor out OptTable::ParseArgs, for parsing an entire argument vector. | Daniel Dunbar | 2009-11-19 | 2 | -28/+46 |
* | Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari... | Daniel Dunbar | 2009-11-19 | 1 | -6/+5 |
* | Driver: ArgList doesn't depend on Options.h anymore. | Daniel Dunbar | 2009-11-19 | 4 | -2/+5 |
* | Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actua... | Daniel Dunbar | 2009-11-19 | 2 | -9/+8 |