Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-09-14 | Encode the module hash in base-36, to reduce the length of the strings a bit | Douglas Gregor | 1 | -2/+6 |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 1 | -0/+82 |
2011-09-13 | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 1 | -10/+10 |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor | 1 | -2/+7 |
2011-09-09 | Treat the weak export of block runtime symbols as a deployment-target | John McCall | 1 | -0/+3 |
2011-08-27 | Remove the -import-module option. It's no longer useful | Douglas Gregor | 1 | -15/+0 |
2011-08-26 | [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab... | Chad Rosier | 1 | -0/+3 |
2011-08-25 | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor | 1 | -3/+0 |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 1 | -0/+3 |
2011-08-13 | Accept -x objc++-cpp-output as an alias for -x objective-c++-cpp-output | Nico Weber | 1 | -0/+1 |
2011-08-05 | Wire up -import-module to run ReadAST for each module loaded. | Jonathan D. Turner | 1 | -0/+10 |