| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize predefined macros for all Windows targets. | Michael J. Spencer | 2010-10-21 | 1 | -0/+12 |
| * | Fix Whitespace. | Michael J. Spencer | 2010-10-21 | 1 | -9/+9 |
| * | Add support for the '--sysroot' flag, and an accompanying test of its | Chandler Carruth | 2010-10-20 | 1 | -0/+9 |
| * | Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since | Daniel Dunbar | 2010-10-18 | 1 | -1/+13 |
| * | Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c | Daniel Dunbar | 2010-10-18 | 1 | -4/+19 |
| * | Driver/Darwin: Forward -ObjC when linking, which may be needed when using static | Daniel Dunbar | 2010-10-18 | 1 | -0/+6 |
| * | Driver: Error on -fno-for-scope, which we have no intention of supporting. | Daniel Dunbar | 2010-10-15 | 1 | -1/+7 |
| * | Revert r116605, a lot more were committed by mistake. | Argyrios Kyrtzidis | 2010-10-15 | 1 | -10/+0 |
| * | Add '-include-pch' option to the driver, so it can get passed to the cc1 driver. | Argyrios Kyrtzidis | 2010-10-15 | 1 | -0/+10 |
| * | Wire up the -fstrict-aliasing and -fno-strict-aliasing options | Dan Gohman | 2010-10-14 | 1 | -0/+4 |
| * | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor | 2010-10-11 | 1 | -2/+0 |
| * | lib/Driver/Tools.cpp: Disable cxa_atexit by default also on Cygwin. | NAKAMURA Takumi | 2010-10-10 | 1 | -0/+1 |
| * | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis | 2010-10-08 | 1 | -2/+7 |
| * | Teach the driver to pass -fexceptions in Objective-C inputs on ARM. | John McCall | 2010-10-06 | 1 | -2/+3 |
| * | Introduce -flimit-debug-info. | Devang Patel | 2010-09-30 | 1 | -0/+1 |
| * | Driver: Ignore the found PCH file if its '-include' is not the first one. | Argyrios Kyrtzidis | 2010-09-30 | 1 | -7/+17 |
| * | Driver/Linux: Translate rewritten lib options back to standard -l form when | Daniel Dunbar | 2010-09-25 | 1 | -2/+11 |
| * | Driver: Add -fallow-unsupported which disables some of the eager error'ing we do | Daniel Dunbar | 2010-09-24 | 1 | -12/+14 |
| * | Fix header comment so we don't break emacs. | Nick Lewycky | 2010-09-23 | 1 | -1/+1 |
| * | If -fcolor-diagnostics is explicitly passed to the driver respect that even i... | Argyrios Kyrtzidis | 2010-09-23 | 1 | -2/+2 |
| * | Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually | Daniel Dunbar | 2010-09-20 | 1 | -5/+29 |
| * | Driver: implement driver automagic support for -lcc_kext | Shantonu Sen | 2010-09-17 | 1 | -0/+2 |
| * | Add a -ftrapv-handler= option which allows a handler to invoke instead of sim... | David Chisnall | 2010-09-17 | 1 | -0/+6 |
| * | Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. | Daniel Dunbar | 2010-09-17 | 1 | -6/+6 |
| * | Driver: Add magic handling for "reserved library names", starting with | Daniel Dunbar | 2010-09-17 | 1 | -4/+15 |
| * | Driver: Factor out AddLinkerInputs() function. | Daniel Dunbar | 2010-09-17 | 1 | -100/+34 |
| * | Make the new -fobjc-nonfragile-abi2 the default | Fariborz Jahanian | 2010-09-15 | 1 | -10/+12 |
| * | Driver: Factor out some code for handling the C++ standard library. | Daniel Dunbar | 2010-09-14 | 1 | -7/+10 |
| * | Simplify. | Daniel Dunbar | 2010-09-14 | 1 | -10/+9 |
| * | Disable cxa_atexit by default on MingW. | Anton Korobeynikov | 2010-09-11 | 1 | -2/+4 |
| * | Driver/Darwin: Make the compilation object available in AddLinkArgs. | Daniel Dunbar | 2010-09-09 | 1 | -2/+3 |
| * | Driver: Mark function as nounwind when -mkernel or -fapple-kext is present. | Daniel Dunbar | 2010-09-09 | 1 | -1/+2 |
| * | Driver/Darwin: Catch another case where ld ends up using ld_classic. | Daniel Dunbar | 2010-09-07 | 1 | -0/+10 |
| * | Driver/Darwin: Don't pass -demangle to the linker when we know it is going to | Daniel Dunbar | 2010-09-07 | 1 | -1/+7 |
| * | Make "-ccc-cxx" option work on Linux. | Rafael Espindola | 2010-09-06 | 1 | -1/+1 |
| * | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik | 2010-09-02 | 1 | -0/+5 |
| * | Reverting rev 112791 - apparently -fborland-extensions is on all the time?! | Dawn Perchik | 2010-09-02 | 1 | -5/+0 |
| * | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik | 2010-09-02 | 1 | -0/+5 |
| * | Frontend: Add basic -H support. | Daniel Dunbar | 2010-08-24 | 1 | -0/+1 |
| * | Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using the | Daniel Dunbar | 2010-08-24 | 1 | -3/+8 |
| * | Driver: Move Clang "triple" computation routines to method on the | Daniel Dunbar | 2010-08-23 | 1 | -81/+2 |
| * | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer | 2010-08-21 | 1 | -0/+41 |
| * | Add machine-parseable Fix-It output as part of diagnostics, under the | Douglas Gregor | 2010-08-19 | 1 | -0/+1 |
| * | Pass some things to the linker that gcc passes. -r is the only one of these ... | David Chisnall | 2010-08-15 | 1 | -0/+4 |
| * | Switch on PCH for C++. C++ fans all over the world rejoice. | Argyrios Kyrtzidis | 2010-08-11 | 1 | -6/+2 |
| * | Driver/Darwin: Pass -demangle when linking, if the linker supports it. | Daniel Dunbar | 2010-08-11 | 1 | -0/+16 |
| * | Driver: Add -mlinker-version=, which forwards to -target-linker-version. | Daniel Dunbar | 2010-08-11 | 1 | -0/+6 |
| * | Turn on idempotent operations checker when using --analyze. | Ted Kremenek | 2010-08-10 | 1 | -0/+1 |
| * | Run the assembler instead of gcc on Linux. | Rafael Espindola | 2010-08-10 | 1 | -0/+37 |
| * | Make -funroll-loops turn on loop unrolling in the optimizer instead | Eric Christopher | 2010-08-07 | 1 | -0/+1 |