Age | Commit message (Expand) | Author |
2012-01-20 | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor |
2012-01-03 | Add a "Modules" language option, which subsumes the previous | Douglas Gregor |
2012-01-03 | Rename the command-line option for mapping #include/#import over to | Douglas Gregor |
2012-01-02 | Fix PR11685 by implementing -ffast-math and its various friends in the | Chandler Carruth |
2011-12-23 | Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ... | Benjamin Kramer |
2011-12-23 | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith |
2011-12-16 | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith |
2011-12-14 | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier |
2011-12-12 | Add frontend flags to enable bitcode verifier pass. | Chad Rosier |
2011-12-12 | Hexagon backend support | Tony Linthicum |
2011-12-09 | Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and | Daniel Dunbar |
2011-12-06 | Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack | Nick Lewycky |
2011-12-05 | Add -mstack-alignment=X and fix -mstackrealign handling now that the | Joerg Sonnenberger |
2011-11-29 | Eliminate the -emit-module option, which emitted a module by parsing a | Douglas Gregor |
2011-11-29 | Silence GCC warnings, RefCountedBase is meant to be default-initialized here. | Benjamin Kramer |
2011-11-26 | Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X | Rafael Espindola |
2011-11-22 | implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize... | Kostya Serebryany |
2011-11-21 | Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same | Richard Smith |
2011-11-18 | Refine placement of LangOptions object in CompilerInvocation by adding a new ... | Ted Kremenek |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-11-16 | Add -f[no-]address-sanitizer flag | Kostya Serebryany |
2011-11-16 | Add support for building a module from a module map to the -cc1 | Douglas Gregor |
2011-11-15 | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor |
2011-11-07 | Rip out one of the features I added for the driver-include-management. | Chandler Carruth |
2011-11-05 | Fix a significant oversight in my move of MSVC includes to the driver: | Chandler Carruth |
2011-11-05 | Add two flags to the CC1 layer that I was hoping to avoid. We need to | Chandler Carruth |
2011-11-04 | Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ... | Devang Patel |
2011-11-02 | Fix various minor issues find via unreachable code warnings, from | Douglas Gregor |
2011-11-02 | Add an option to emulate the strange Apple gcc behavior of #pragma pack. | Eli Friedman |
2011-11-01 | rename getHostTriple into getDefaultTargetTriple in clang | Sebastian Pop |
2011-10-30 | Add support for lazily linking bitcode files (using a new | Peter Collingbourne |
2011-10-29 | Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri... | Ted Kremenek |
2011-10-24 | Make -fms-compatibility imply -fms-extensions. Fixes PR11204. | Douglas Gregor |
2011-10-21 | Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is | Nick Lewycky |
2011-10-18 | Frontend: Support -iframework. | Daniel Dunbar |
2011-10-17 | Wire up support for the controlling the extended dwarf .file directive. With | Nick Lewycky |
2011-10-17 | When building a module, use the macro definitions on the command line | Douglas Gregor |
2011-10-11 | Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include | Daniel Dunbar |
2011-10-10 | Revert r140009, about disabling clang's builtin in -fms-compatibility mode. | Francois Pichet |
2011-10-09 | OpenCL: add driver/frontend support for precompiled headers | Peter Collingbourne |
2011-10-06 | CUDA: add -fcuda-is-device flag | Peter Collingbourne |
2011-10-05 | Driver & AST: Implement support for -fpack-struct and -fpack-struct= command | Daniel Dunbar |
2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
2011-09-30 | [analyzer] Add -analyzer-purge option which can take on multiple values, remo... | Anna Zaks |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-09-22 | Add support for CPATH and friends. | Benjamin Kramer |
2011-09-21 | In the OpenCL mode, the AltiVec mode must be off and checks must be strict | Tobias Grosser |
2011-09-19 | Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea... | Francois Pichet |
2011-09-17 | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet |