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