Age | Commit message (Expand) | Author |
2010-11-19 | Check for gcc 4.3.4. | Rafael Espindola |
2010-11-19 | Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand | Daniel Dunbar |
2010-11-19 | add support for the i686-pc-linux-gnu triple (used by Gentoo x86) | Nuno Lopes |
2010-11-19 | Driver: Ignore -force_cpusubtype_ALL. | Daniel Dunbar |
2010-11-18 | Use hasErrorOccurred() instead of getNumErrors() where it makes sense. | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-11-18 | -Rename -Wargument-larger-than -> -Wlarge-by-value-copy | Argyrios Kyrtzidis |
2010-11-17 | Introduce option -Wargument-larger-than[=N] which warns about function defini... | Argyrios Kyrtzidis |
2010-11-17 | Implement -pie. | Rafael Espindola |
2010-11-17 | Don't warn about | Rafael Espindola |
2010-11-17 | Don't warn about -w not being used in a link. Necessary to get sane | Rafael Espindola |
2010-11-17 | Silence warning for "clang -O2 -O0 -c foo.c -o foo.o. | Rafael Espindola |
2010-11-17 | Add support for distros that like x86_64-unknown-linux-gnu. | Rafael Espindola |
2010-11-15 | Fixes PR8611. | Rafael Espindola |
2010-11-15 | Add driver support for Ubuntu 9.10. | Zhongxing Xu |
2010-11-13 | Driver: Support -Oz as an alias for -Os. | Daniel Dunbar |
2010-11-12 | Add support for -nostdlib in the linux toolchain. | Rafael Espindola |
2010-11-11 | Add support for -s, -pthread and -pthreads. Thanks to Hans Wennborg and | Rafael Espindola |
2010-11-11 | Driver: Allow build system override of default non-fragile ABI version. | Daniel Dunbar |
2010-11-11 | Add -rdynamic to freebsd and openbsd. Patch by Ruben. | Rafael Espindola |
2010-11-11 | Add support for Exherbo. Patch by Elias Pipping. | Rafael Espindola |
2010-11-10 | Add support for Ubuntu Jaunty. | Rafael Espindola |
2010-11-09 | Add support for soft/hard float options to the Sparc target | Bruno Cardoso Lopes |
2010-11-08 | Add a forgotten break. Found by Rafael Espindola! | Roman Divacky |
2010-11-08 | Use integrated-as for processing .s files on FreeBSD. Copied | Roman Divacky |
2010-11-08 | Pass "-z relro" as two arguments. This works with both gnu ld and gold. | Rafael Espindola |
2010-11-07 | Use the integrated assembler when procession .s files on OpenBSD and Linux. | Rafael Espindola |
2010-11-07 | Add support for -rdynamic. | Rafael Espindola |
2010-11-07 | Use ld directly on linux. Changes from the previous try: | Rafael Espindola |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-11-03 | Revert while I debug test failures :-( | Rafael Espindola |
2010-11-03 | Switch clang to run ld directly on linux. I tested this on all the linux | Rafael Espindola |
2010-11-02 | Driver: Silently ignore -fasm-blocks for now instead of error'ing, this cause | Daniel Dunbar |
2010-10-30 | Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. | Benjamin Kramer |
2010-10-29 | Don't test isRegularFile before calling eraseFromDisk, since | Dan Gohman |
2010-10-29 | Switch to using the integrated assembler by default on x86 and x86-64 ELF | Rafael Espindola |
2010-10-28 | Driver/IA: Ignore -L for now, which users shouldn't be using for semantic eff... | Daniel Dunbar |
2010-10-21 | Reorganize predefined macros for all Windows targets. | Michael J. Spencer |
2010-10-21 | Fix Whitespace. | Michael J. Spencer |
2010-10-20 | Add support for the '--sysroot' flag, and an accompanying test of its | Chandler Carruth |
2010-10-19 | Use CLANG_RESOURCE_DIR define if one is provided, otherwise use the default of | Chandler Carruth |
2010-10-18 | Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since | Daniel Dunbar |
2010-10-18 | Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c | Daniel Dunbar |
2010-10-18 | Driver/Darwin: Forward -ObjC when linking, which may be needed when using static | Daniel Dunbar |
2010-10-15 | Driver: Error on -fno-for-scope, which we have no intention of supporting. | Daniel Dunbar |
2010-10-15 | Revert r116605, a lot more were committed by mistake. | Argyrios Kyrtzidis |
2010-10-15 | Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. | Argyrios Kyrtzidis |
2010-10-14 | Wire up the -fstrict-aliasing and -fno-strict-aliasing options | Dan Gohman |
2010-10-11 | Driver/Darwin: Remove a useless warning about missing runtime libraries. These | Daniel Dunbar |
2010-10-11 | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor |