Age | Commit message (Expand) | Author | Files | Lines |
2011-04-15 | C1X: add a language standard | Peter Collingbourne | 1 | -0/+1 |
2011-04-09 | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall | 1 | -0/+3 |
2011-04-09 | accept -x objc-cpp-output as an alias for -x objective-c-cpp-output, | Chris Lattner | 1 | -0/+1 |
2011-04-07 | Frontend: Sketch support for -diagnostic-log-file, which still doesn't do any... | Daniel Dunbar | 1 | -0/+5 |
2011-03-28 | Integrated-As: Support -Wa,-L when using the integrated assembler. | Daniel Dunbar | 1 | -0/+3 |
2011-03-27 | Flip the default for showing include stacks on notes to false. This | Chandler Carruth | 1 | -4/+4 |
2011-03-27 | Add an option to suppress include stack printing on note diagnostics. | Chandler Carruth | 1 | -0/+7 |
2011-03-22 | Frontend: Add a more explicit -backend-option flag for passing backend command | Daniel Dunbar | 1 | -0/+5 |
2011-03-18 | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 1 | -0/+3 |
2011-03-18 | Lexer: Add extremely limited support for -traditional-cpp, ignoring BCPL | Daniel Dunbar | 1 | -0/+3 |
2011-03-18 | The Darwin kernel does not provide useful guard variable support. | John McCall | 1 | -0/+3 |
2011-03-16 | Fix duplicate argument processing | Sandeep Patel | 1 | -1/+1 |
2011-03-09 | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis | 1 | -0/+10 |
2011-03-07 | Remove the AST printer (-ast-print-xml), which is too incomplete and | Douglas Gregor | 1 | -3/+0 |
2011-03-01 | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky | 1 | -0/+1 |
2011-02-28 | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis | 1 | -17/+0 |
2011-02-28 | [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. | Argyrios Kyrtzidis | 1 | -3/+0 |
2011-02-28 | [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats | Argyrios Kyrtzidis | 1 | -3/+0 |
2011-02-28 | [analyzer] Remove '-analyzer-experimental-checks' flag. | Argyrios Kyrtzidis | 1 | -3/+0 |
2011-02-25 | Teach objc-rewriter to pass -fobjc-exceptions along. | Fariborz Jahanian | 1 | -1/+4 |
2011-02-25 | Intoduce '-analyzer-checker-help' flag which outputs a list of all available ... | Argyrios Kyrtzidis | 1 | -0/+3 |
2011-02-24 | [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h... | Argyrios Kyrtzidis | 1 | -4/+0 |
2011-02-24 | Allow passing a list of comma separated checker names to -analyzer-checker, e.g: | Argyrios Kyrtzidis | 1 | -2/+7 |
2011-02-23 | Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXE... | Anders Carlsson | 1 | -4/+7 |
2011-02-22 | Remove the storage for -cxx-system-include. Make libcxx toolchain | Joerg Sonnenberger | 1 | -5/+0 |
2011-02-22 | Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e... | Anders Carlsson | 1 | -2/+2 |
2011-02-22 | Bug#8945: Add -cxx-isystem option to specify C++ system directories. | Joerg Sonnenberger | 1 | -5/+8 |
2011-02-19 | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson | 1 | -2/+4 |
2011-02-17 | Eliminate the internal command-line option for viewing inheritance in C++ cla... | Douglas Gregor | 1 | -8/+1 |
2011-02-15 | [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. | Argyrios Kyrtzidis | 1 | -3/+0 |
2011-02-14 | [analyzer] Overhauling of the checker registration mechanism. | Argyrios Kyrtzidis | 1 | -3/+20 |
2011-02-14 | OpenCL: add support for __kernel, kernel keywords and EXTENSION, | Peter Collingbourne | 1 | -0/+1 |
2011-02-10 | Implement mcount profiling, enabled via -pg. | Roman Divacky | 1 | -0/+1 |
2011-02-09 | Driver/Frontend: Wire up -mregparm=. | Daniel Dunbar | 1 | -0/+5 |
2011-02-09 | static analyzer: Further reduce the analyzer's memory usage when analyzing sq... | Ted Kremenek | 1 | -0/+1 |
2011-02-04 | -fapple-kext cannot have 'weak' visibility in this | Fariborz Jahanian | 1 | -2/+7 |
2011-02-02 | Frontend: Add -header-include-file option, for allowing saving header include | Daniel Dunbar | 1 | -0/+5 |
2011-02-02 | Frontend: Factor out header include dumping (-H) into its own preprocessor | Daniel Dunbar | 1 | -3/+3 |
2011-02-01 | Basic support for -mms-bitfields, from Carl Norum! | Douglas Gregor | 1 | -0/+3 |
2011-01-29 | Support for -plugin-arg- with -add-plugin | Nico Weber | 1 | -0/+12 |
2011-01-26 | [analyzer] Enable the self-init checker under command-line option '-analyzer-... | Argyrios Kyrtzidis | 1 | -0/+3 |
2011-01-25 | Add -add-plugin flag, which runs plugins in addition to codegen. | Nico Weber | 1 | -0/+6 |
2011-01-07 | Add all options needed to support -fapple-kext. wip. | Fariborz Jahanian | 1 | -1/+6 |
2011-01-04 | Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. | Fariborz Jahanian | 1 | -4/+3 |
2010-12-23 | Add -fobjc-default-synthesized-properties flag | Ted Kremenek | 1 | -0/+4 |
2010-12-23 | Add WIP prototype of a new buffer overflow | Ted Kremenek | 1 | -1/+4 |
2010-12-04 | Implement -cl-std= | Peter Collingbourne | 1 | -0/+7 |
2010-12-04 | Implement -cl-mad-enable | Peter Collingbourne | 1 | -0/+1 |
2010-12-04 | Implement -cl-fast-relaxed-math | Peter Collingbourne | 1 | -2/+5 |
2010-12-04 | Implement -cl-unsafe-math-optimizations | Peter Collingbourne | 1 | -0/+1 |