| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXE... | Anders Carlsson | 2011-02-23 | 1 | -4/+7 |
* | Remove the storage for -cxx-system-include. Make libcxx toolchain | Joerg Sonnenberger | 2011-02-22 | 1 | -5/+0 |
* | Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e... | Anders Carlsson | 2011-02-22 | 1 | -2/+2 |
* | Bug#8945: Add -cxx-isystem option to specify C++ system directories. | Joerg Sonnenberger | 2011-02-22 | 1 | -5/+8 |
* | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson | 2011-02-19 | 1 | -2/+4 |
* | Eliminate the internal command-line option for viewing inheritance in C++ cla... | Douglas Gregor | 2011-02-17 | 1 | -8/+1 |
* | [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. | Argyrios Kyrtzidis | 2011-02-15 | 1 | -3/+0 |
* | [analyzer] Overhauling of the checker registration mechanism. | Argyrios Kyrtzidis | 2011-02-14 | 1 | -3/+20 |
* | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 2011-02-14 | 1 | -0/+1 |
* | Implement mcount profiling, enabled via -pg. | Roman Divacky | 2011-02-10 | 1 | -0/+1 |
* | Driver/Frontend: Wire up -mregparm=. | Daniel Dunbar | 2011-02-09 | 1 | -0/+5 |
* | static analyzer: Further reduce the analyzer's memory usage when analyzing sq... | Ted Kremenek | 2011-02-09 | 1 | -0/+1 |
* | -fapple-kext cannot have 'weak' visibility in this | Fariborz Jahanian | 2011-02-04 | 1 | -2/+7 |
* | Frontend: Add -header-include-file option, for allowing saving header include | Daniel Dunbar | 2011-02-02 | 1 | -0/+5 |
* | Frontend: Factor out header include dumping (-H) into its own preprocessor | Daniel Dunbar | 2011-02-02 | 1 | -3/+3 |
* | Basic support for -mms-bitfields, from Carl Norum! | Douglas Gregor | 2011-02-01 | 1 | -0/+3 |
* | Support for -plugin-arg- with -add-plugin | Nico Weber | 2011-01-29 | 1 | -0/+12 |
* | [analyzer] Enable the self-init checker under command-line option '-analyzer-... | Argyrios Kyrtzidis | 2011-01-26 | 1 | -0/+3 |
* | Add -add-plugin flag, which runs plugins in addition to codegen. | Nico Weber | 2011-01-25 | 1 | -0/+6 |
* | Add all options needed to support -fapple-kext. wip. | Fariborz Jahanian | 2011-01-07 | 1 | -1/+6 |
* | Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. | Fariborz Jahanian | 2011-01-04 | 1 | -4/+3 |
* | Add -fobjc-default-synthesized-properties flag | Ted Kremenek | 2010-12-23 | 1 | -0/+4 |
* | Add WIP prototype of a new buffer overflow | Ted Kremenek | 2010-12-23 | 1 | -1/+4 |
* | Implement -cl-std= | Peter Collingbourne | 2010-12-04 | 1 | -0/+7 |
* | Implement -cl-mad-enable | Peter Collingbourne | 2010-12-04 | 1 | -0/+1 |
* | Implement -cl-fast-relaxed-math | Peter Collingbourne | 2010-12-04 | 1 | -2/+5 |
* | Implement -cl-unsafe-math-optimizations | Peter Collingbourne | 2010-12-04 | 1 | -0/+1 |
* | Implement -cl-finite-math-only | Peter Collingbourne | 2010-12-04 | 1 | -0/+1 |
* | Implement -cl-single-precision-constant | Peter Collingbourne | 2010-12-04 | 1 | -0/+1 |
* | Implement -cl-opt-disable | Peter Collingbourne | 2010-12-04 | 1 | -1/+5 |
* | Refactor optimisation level code | Peter Collingbourne | 2010-12-04 | 1 | -14/+16 |
* | Introduce CompilerInvocation::setLangDefaults function | Peter Collingbourne | 2010-12-04 | 1 | -23/+33 |
* | Driver, Frontend: add CUDA language support | Peter Collingbourne | 2010-12-01 | 1 | -0/+8 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
* | Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals | John McCall | 2010-11-24 | 1 | -0/+3 |
* | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -8/+5 |
* | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner | 2010-11-23 | 1 | -1/+1 |
* | -Rename -Wargument-larger-than -> -Wlarge-by-value-copy | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+1 |
* | Introduce option -Wargument-larger-than[=N] which warns about function defini... | Argyrios Kyrtzidis | 2010-11-17 | 1 | -0/+2 |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -2/+26 |
* | Substantially revise how clang computes the visibility of a declaration to | John McCall | 2010-10-22 | 1 | -6/+6 |
* | Reorganize predefined macros for all Windows targets. | Michael J. Spencer | 2010-10-21 | 1 | -0/+3 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-21 | 1 | -13/+13 |
* | "Fix" bogus idempotent operations warning due to loop unrolling not unrolling... | Ted Kremenek | 2010-10-18 | 1 | -1/+1 |
* | Wire up the -fstrict-aliasing and -fno-strict-aliasing options | Dan Gohman | 2010-10-14 | 1 | -0/+1 |
* | Introduce command line option -error-on-deserialized-decl that is accompanied... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -0/+6 |
* | Introduce command line option -dump-deserialized-decls which is used to print... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -0/+1 |
* | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor | 2010-10-11 | 1 | -4/+0 |
* | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor | 2010-10-11 | 1 | -3/+0 |
* | Declare argv parameters as const char* const* instead of to char** to clarify... | Axel Naumann | 2010-10-11 | 1 | -2/+2 |