| Commit message (Expand) | Author | Age | Files | Lines |
| * | For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", but | Roman Divacky | 2011-03-01 | 1 | -7/+7 |
| * | Implement -mrtd which sets the StdCall calling convention to be the default | Roman Divacky | 2011-03-01 | 1 | -0/+3 |
| * | Disable more warnings so that it is safe to use | Rafael Espindola | 2011-03-01 | 1 | -0/+8 |
| * | Don't warn about "clang -use-gold-plugin -c ...". With this users can say | Rafael Espindola | 2011-02-28 | 1 | -0/+2 |
| * | [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno... | Argyrios Kyrtzidis | 2011-02-28 | 1 | -4/+0 |
| * | Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-bloc... | David Chisnall | 2011-02-28 | 1 | -1/+4 |
| * | Fix a tiny goof in the Driver's logic which caused the explicit presence | Chandler Carruth | 2011-02-28 | 1 | -1/+1 |
| * | Add a -fcxx-exceptions flag to the frontend, which can be used to enable | Anders Carlsson | 2011-02-28 | 1 | -21/+74 |
| * | [analyzer] Move the DeadStores checker out of the 'core' package. | Argyrios Kyrtzidis | 2011-02-28 | 1 | -0/+2 |
| * | Factor code out into a helper function, shouldUseExceptionTablesForObjCExcept... | Anders Carlsson | 2011-02-28 | 1 | -11/+20 |
| * | Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e... | Anders Carlsson | 2011-02-22 | 1 | -4/+4 |
| * | Pass the right linker flag in openbsd::Link::ConstructJob, | Chris Lattner | 2011-02-21 | 1 | -1/+1 |
| * | Add a new ObjCExceptions member variable to LangOptions. This controls whethe... | Anders Carlsson | 2011-02-19 | 1 | -0/+5 |
| * | [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase ... | Argyrios Kyrtzidis | 2011-02-19 | 1 | -7/+4 |
| * | Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of | Daniel Dunbar | 2011-02-19 | 1 | -0/+4 |
| * | [analyzer] Use the new registration mechanism on the non-path-sensitive-check... | Argyrios Kyrtzidis | 2011-02-17 | 1 | -11/+0 |
| * | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. | NAKAMURA Takumi | 2011-02-17 | 1 | -2/+1 |
| * | Fix whitespace. | NAKAMURA Takumi | 2011-02-17 | 1 | -3/+3 |
| * | [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. | Argyrios Kyrtzidis | 2011-02-15 | 1 | -1/+0 |
| * | [analyzer] Use the new registration mechanism on some of the internal checks.... | Argyrios Kyrtzidis | 2011-02-15 | 1 | -0/+7 |
| * | [analyzer] Overhauling of the checker registration mechanism. | Argyrios Kyrtzidis | 2011-02-14 | 1 | -1/+3 |
| * | Add braces to quiet a gcc warning. | Matt Beaumont-Gay | 2011-02-10 | 1 | -1/+2 |
| * | Adjust the object files to be linked in when mcount profiling | Roman Divacky | 2011-02-10 | 1 | -7/+33 |
| * | Implement mcount profiling, enabled via -pg. | Roman Divacky | 2011-02-10 | 1 | -7/+5 |
| * | Driver/Frontend: Wire up -mregparm=. | Daniel Dunbar | 2011-02-09 | 1 | -0/+5 |
| * | Add better support for ARM EABI triples. | Bob Wilson | 2011-02-04 | 1 | -10/+22 |
| * | Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs. | Daniel Dunbar | 2011-02-04 | 1 | -1/+1 |
| * | build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one | Daniel Dunbar | 2011-02-04 | 1 | -3/+3 |
| * | clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors | Daniel Dunbar | 2011-02-02 | 1 | -0/+5 |
| * | Add NetBSD target support. Patch by Joerg Sonnenberger. | Benjamin Kramer | 2011-02-02 | 1 | -0/+152 |
| * | Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms. | Nick Lewycky | 2011-02-02 | 1 | -2/+3 |
| * | Basic support for -mms-bitfields, from Carl Norum! | Douglas Gregor | 2011-02-01 | 1 | -0/+4 |
| * | Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker | Roman Divacky | 2011-01-30 | 1 | -0/+1 |
| * | [analyzer] Enable the self-init checker under command-line option '-analyzer-... | Argyrios Kyrtzidis | 2011-01-26 | 1 | -0/+1 |
| * | improve compatibility with GCC: when generating the ".d" filename to use | Chris Lattner | 2011-01-16 | 1 | -1/+1 |
| * | Driver: tweak handling of '--analyze' to invoke | Ted Kremenek | 2011-01-14 | 1 | -10/+25 |
| * | Replace all uses of PathV1::exists with PathV2::fs::exists. | Michael J. Spencer | 2011-01-10 | 1 | -3/+5 |
| * | Add all options needed to support -fapple-kext. wip. | Fariborz Jahanian | 2011-01-07 | 1 | -3/+17 |
| * | Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. | Fariborz Jahanian | 2011-01-04 | 1 | -4/+1 |
| * | Add -fobjc-default-synthesized-properties flag | Ted Kremenek | 2010-12-23 | 1 | -0/+7 |
| * | Fix PR8639 by making the "argument unused during compilation" less agressive.... | Rafael Espindola | 2010-12-20 | 1 | -3/+0 |
| * | Replace all uses of PathV1::getLast with PathV2::filename. | Michael J. Spencer | 2010-12-18 | 1 | -7/+5 |
| * | Driver: M and MM should be grouped together, <rdar://problem/8744831>. | Daniel Dunbar | 2010-12-08 | 1 | -2/+1 |
| * | Handle -nostartfiles. | Rafael Espindola | 2010-12-01 | 1 | -8/+11 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
| * | Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. | Anders Carlsson | 2010-11-21 | 1 | -0/+6 |
| * | Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand | Daniel Dunbar | 2010-11-19 | 1 | -1/+7 |
| * | Driver: Ignore -force_cpusubtype_ALL. | Daniel Dunbar | 2010-11-19 | 1 | -0/+3 |
| * | -Rename -Wargument-larger-than -> -Wlarge-by-value-copy | Argyrios Kyrtzidis | 2010-11-18 | 1 | -4/+4 |
| * | Introduce option -Wargument-larger-than[=N] which warns about function defini... | Argyrios Kyrtzidis | 2010-11-17 | 1 | -0/+9 |