- 035ff0c Don't warn about "clang -use-gold-plugin -c ...". With this users can say by Rafael Espindola · 14 years ago
- c4d2c90 [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award. by Argyrios Kyrtzidis · 14 years ago
- e6533ff Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-blocks is specified), because this combination of flags defines an Objective-C runtime that includes a blocks runtime. by David Chisnall · 14 years ago
- 43f220f Fix a tiny goof in the Driver's logic which caused the explicit presence by Chandler Carruth · 14 years ago
- 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 14 years ago
- a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 14 years ago
- 525544d Factor code out into a helper function, shouldUseExceptionTablesForObjCExceptions. by Anders Carlsson · 14 years ago
- 34f9e29 Driver: Attmpt to fix some possibly UB that MSVC doesn't care for. by Daniel Dunbar · 14 years ago
- 3fd345a Add support for ArchLinux, patch by Kevin Winchester. by Chandler Carruth · 14 years ago
- 6b7367e improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64). by Chris Lattner · 14 years ago
- 0bb208c Remove the storage for -cxx-system-include. Make libcxx toolchain by Joerg Sonnenberger · 14 years ago
- e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
- a2e4021 Pass the right linker flag in openbsd::Link::ConstructJob, by Chris Lattner · 14 years ago
- da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 14 years ago
- 8899ab0 [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase without crashing; enable it for C++. by Argyrios Kyrtzidis · 14 years ago
- 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
- 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
- 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
- 125b4cb Fix whitespace. by NAKAMURA Takumi · 14 years ago
- 2fb468d Disable default synthesized properties until we can properly re-evaluate the feature. by Ted Kremenek · 14 years ago
- c9f2e0f [analyzer] Use the new registration mechanism on the IdempotentOperationChecker. by Argyrios Kyrtzidis · 14 years ago
- 027a6ab [analyzer] Use the new registration mechanism on some of the internal checks. These are: by Argyrios Kyrtzidis · 14 years ago
- 43dee22 [analyzer] Overhauling of the checker registration mechanism. by Argyrios Kyrtzidis · 14 years ago
- 2423026 Add braces to quiet a gcc warning. by Matt Beaumont-Gay · 14 years ago
- c16bb76 Adjust the object files to be linked in when mcount profiling by Roman Divacky · 14 years ago
- be4c870 Implement mcount profiling, enabled via -pg. by Roman Divacky · 14 years ago
- 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
- 17d3fea Driver/Frontend: Wire up -mregparm=. by Daniel Dunbar · 14 years ago
- 09982ce Allow multiple -B prefixes. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
- fc2bd7c Add better support for ARM EABI triples. Patch by Renato Golin! by Bob Wilson · 14 years ago
- 2843c19 Driver: Fix spurious warning (from -cc1) about unused -fapple-kext on C inputs. by Daniel Dunbar · 14 years ago
- 398c610 build: Add support for DISABLE_DEFAULT_STRICT_ALIASING, which does what one by Daniel Dunbar · 14 years ago
- 2100fe9 Moved here from LLVM Clang's configuration options and related macros. by Oscar Fuentes · 14 years ago
- 322c29f clang: Add support for a CC_PRINT_HEADERS environment variable, which mirrors by Daniel Dunbar · 14 years ago
- 8e50a96 Add NetBSD target support. Patch by Joerg Sonnenberger. by Benjamin Kramer · 14 years ago
- b2d11cc Turn on -momit-leaf-frame-pointer by default on all non-Darwin platforms. by Nick Lewycky · 14 years ago
- e10f900 Add support for x86-64 Mandriva 2010.2. Reported by 'rindolf' on IRC! by Nick Lewycky · 14 years ago
- 6f75550 Basic support for -mms-bitfields, from Carl Norum! by Douglas Gregor · 14 years ago
- 80f0ab7 Add hardcoded -L/usr/lib after all -L options to the FreeBSD linker invocation. by Roman Divacky · 14 years ago
- bd5a94e [analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default by Argyrios Kyrtzidis · 14 years ago
- 657ca66 improve compatibility with GCC: when generating the ".d" filename to use by Chris Lattner · 14 years ago
- f033517 Driver: tweak handling of '--analyze' to invoke by Ted Kremenek · 14 years ago
- 48aef36 optimize out a temporary sys::Path by Chris Lattner · 14 years ago
- 2dea7c7 replace all uses of PathV1::IsSymlink with PathV2::is_symlink. by Michael J. Spencer · 14 years ago
- 95a907f Driver: Change -dumpversion to return a GCC compatible answer. by Daniel Dunbar · 14 years ago
- 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
- b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 14 years ago
- 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
- 3fdcc6f Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 14 years ago
- c32647d Add -fobjc-default-synthesized-properties flag by Ted Kremenek · 14 years ago
- 592f241 Fix PR8639 by making the "argument unused during compilation" less agressive. Now we by Rafael Espindola · 14 years ago
- d5b08be Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents. by Michael J. Spencer · 14 years ago
- 472ccff Replace all uses of PathV1::getLast with PathV2::filename. by Michael J. Spencer · 14 years ago
- df344df Going back to the drawing board with these two awful hacks. by Eric Christopher · 14 years ago
- 74cae0c Fix spelling. by Michael J. Spencer · 14 years ago
- 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
- 2c5c313 Horrible hack for systems that use -dumpversion with clang to expect versions by Eric Christopher · 14 years ago
- 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
- 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
- 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
- bb3f995 Remove stray emacs mode marker. by Nick Lewycky · 14 years ago
- 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
- 49c64fd Handle -nostartfiles. by Rafael Espindola · 14 years ago
- 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
- 1d636c2 Add missing else. by Rafael Espindola · 14 years ago
- a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 14 years ago
- e4539ef Check for gcc 4.3.4. by Rafael Espindola · 14 years ago
- a30d6cd Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand by Daniel Dunbar · 14 years ago
- 2a69ddd add support for the i686-pc-linux-gnu triple (used by Gentoo x86) by Nuno Lopes · 14 years ago
- d02bba8 Driver: Ignore -force_cpusubtype_ALL. by Daniel Dunbar · 14 years ago
- be3aab6 Use hasErrorOccurred() instead of getNumErrors() where it makes sense. by Argyrios Kyrtzidis · 14 years ago
- 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
- 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 14 years ago
- 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 14 years ago
- fdda171 Implement -pie. by Rafael Espindola · 14 years ago
- dbe80d9 Don't warn about clang -w -c foo.s Helps with the gdb testsuite. by Rafael Espindola · 14 years ago
- 7f6458b Don't warn about -w not being used in a link. Necessary to get sane by Rafael Espindola · 14 years ago
- db85e05 Silence warning for "clang -O2 -O0 -c foo.c -o foo.o. Fixes PR8607. by Rafael Espindola · 14 years ago
- 53dd00b Add support for distros that like x86_64-unknown-linux-gnu. by Rafael Espindola · 14 years ago
- 26f14c3 Fixes PR8611. by Rafael Espindola · 14 years ago
- 5ede807 Add driver support for Ubuntu 9.10. by Zhongxing Xu · 14 years ago
- 5e3bc94 Driver: Support -Oz as an alias for -Os. by Daniel Dunbar · 14 years ago
- 89414b3 Add support for -nostdlib in the linux toolchain. by Rafael Espindola · 14 years ago
- e0e6d3b Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg and by Rafael Espindola · 14 years ago
- de17ba7 Driver: Allow build system override of default non-fragile ABI version. by Daniel Dunbar · 14 years ago
- 65ba55d Add -rdynamic to freebsd and openbsd. Patch by Ruben. by Rafael Espindola · 14 years ago
- 0a84aee Add support for Exherbo. Patch by Elias Pipping. by Rafael Espindola · 14 years ago
- 021aaa4 Add support for Ubuntu Jaunty. by Rafael Espindola · 14 years ago
- 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
- fe3a7ea Add a forgotten break. Found by Rafael Espindola! by Roman Divacky · 14 years ago
- 67dece7 Use integrated-as for processing .s files on FreeBSD. Copied by Roman Divacky · 14 years ago
- 94c8022 Pass "-z relro" as two arguments. This works with both gnu ld and gold. by Rafael Espindola · 14 years ago
- dda5b92 Use the integrated assembler when procession .s files on OpenBSD and Linux. by Rafael Espindola · 14 years ago
- dc1b76d Add support for -rdynamic. by Rafael Espindola · 14 years ago
- c1da981 Use ld directly on linux. Changes from the previous try: by Rafael Espindola · 14 years ago
- 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
- 138e66f Revert while I debug test failures :-( by Rafael Espindola · 14 years ago
- 29a88f4 Switch clang to run ld directly on linux. I tested this on all the linux by Rafael Espindola · 14 years ago
- 1689439 Driver: Silently ignore -fasm-blocks for now instead of error'ing, this cause by Daniel Dunbar · 14 years ago
- d99d0e8 Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. by Benjamin Kramer · 14 years ago