| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor | 2011-09-15 | 1 | -0/+1 |
* | Eliminate the unused -create-module cc1-level option | Douglas Gregor | 2011-09-15 | 1 | -3/+0 |
* | Encode the module hash in base-36, to reduce the length of the strings a bit | Douglas Gregor | 2011-09-14 | 1 | -2/+6 |
* | For modules, use a hash of the compiler version, language options, and | Douglas Gregor | 2011-09-13 | 1 | -0/+82 |
* | Switch LangOptions over to a .def file that describes header of the | Douglas Gregor | 2011-09-13 | 1 | -10/+10 |
* | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor | 2011-09-12 | 1 | -2/+7 |
* | Treat the weak export of block runtime symbols as a deployment-target | John McCall | 2011-09-09 | 1 | -0/+3 |
* | Remove the -import-module option. It's no longer useful | Douglas Gregor | 2011-08-27 | 1 | -15/+0 |
* | [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab... | Chad Rosier | 2011-08-26 | 1 | -0/+3 |
* | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor | 2011-08-25 | 1 | -3/+0 |
* | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 2011-08-25 | 1 | -0/+3 |
* | Accept -x objc++-cpp-output as an alias for -x objective-c++-cpp-output | Nico Weber | 2011-08-13 | 1 | -0/+1 |
* | Wire up -import-module to run ReadAST for each module loaded. | Jonathan D. Turner | 2011-08-05 | 1 | -0/+10 |
* | Really remove FlatStoreManager and BasicStoreManager, this time from the driv... | Ted Kremenek | 2011-07-28 | 1 | -1/+1 |
* | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor | 2011-07-28 | 1 | -10/+37 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -17/+17 |
* | [arcmt] Add some additional driver flags to optionally emit or save the pre-m... | Argyrios Kyrtzidis | 2011-07-19 | 1 | -0/+10 |
* | In debugger mode, make ObjC message sends to unknown selectors return | John McCall | 2011-07-13 | 1 | -0/+3 |
* | Implement -MG. Fixes PR9613 | Peter Collingbourne | 2011-07-12 | 1 | -0/+1 |
* | [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. | Argyrios Kyrtzidis | 2011-07-09 | 1 | -1/+13 |
* | Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi... | Jonathan D. Turner | 2011-07-07 | 1 | -3/+0 |
* | Call objc_terminate() instead of abort() when a cleanup throws an | John McCall | 2011-07-06 | 1 | -0/+3 |
* | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall | 2011-07-06 | 1 | -4/+8 |
* | Use existing -fcatch-undefined-behavior option, | Fariborz Jahanian | 2011-06-29 | 1 | -3/+0 |
* | Under a compiler flag, -freset-local-blocks, | Fariborz Jahanian | 2011-06-28 | 1 | -0/+3 |
* | Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent | Bob Wilson | 2011-06-21 | 1 | -6/+6 |
* | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson | 2011-06-21 | 1 | -0/+4 |
* | IRgen: Add a -fuse-register-sized-bitfield-access option, for testing. | Daniel Dunbar | 2011-06-21 | 1 | -0/+4 |
* | Add support for -Wa,--noexecstack when building from a non-assembly file. For | Nick Lewycky | 2011-06-21 | 1 | -0/+3 |