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