Age | Commit message (Expand) | Author |
2010-10-06 | Teach the driver to pass -fexceptions in Objective-C inputs on ARM. | John McCall |
2010-09-30 | Introduce -flimit-debug-info. | Devang Patel |
2010-09-30 | Driver: Ignore the found PCH file if its '-include' is not the first one. | Argyrios Kyrtzidis |
2010-09-25 | Driver/Linux: Translate rewritten lib options back to standard -l form when | Daniel Dunbar |
2010-09-24 | Driver: Add -fallow-unsupported which disables some of the eager error'ing we do | Daniel Dunbar |
2010-09-23 | Fix header comment so we don't break emacs. | Nick Lewycky |
2010-09-23 | If -fcolor-diagnostics is explicitly passed to the driver respect that even i... | Argyrios Kyrtzidis |
2010-09-20 | Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually | Daniel Dunbar |
2010-09-17 | Driver: implement driver automagic support for -lcc_kext | Shantonu Sen |
2010-09-17 | Add a -ftrapv-handler= option which allows a handler to invoke instead of sim... | David Chisnall |
2010-09-17 | Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. | Daniel Dunbar |
2010-09-17 | Driver: Add magic handling for "reserved library names", starting with | Daniel Dunbar |
2010-09-17 | Driver: Factor out AddLinkerInputs() function. | Daniel Dunbar |
2010-09-15 | Make the new -fobjc-nonfragile-abi2 the default | Fariborz Jahanian |
2010-09-14 | Driver: Factor out some code for handling the C++ standard library. | Daniel Dunbar |
2010-09-14 | Simplify. | Daniel Dunbar |
2010-09-11 | Disable cxa_atexit by default on MingW. | Anton Korobeynikov |
2010-09-09 | Driver/Darwin: Make the compilation object available in AddLinkArgs. | Daniel Dunbar |
2010-09-09 | Driver: Mark function as nounwind when -mkernel or -fapple-kext is present. | Daniel Dunbar |
2010-09-07 | Driver/Darwin: Catch another case where ld ends up using ld_classic. | Daniel Dunbar |
2010-09-07 | Driver/Darwin: Don't pass -demangle to the linker when we know it is going to | Daniel Dunbar |
2010-09-06 | Make "-ccc-cxx" option work on Linux. | Rafael Espindola |
2010-09-02 | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik |
2010-09-02 | Reverting rev 112791 - apparently -fborland-extensions is on all the time?! | Dawn Perchik |
2010-09-02 | Add support for Borland extensions via option -fborland-extensions | Dawn Perchik |
2010-08-24 | Frontend: Add basic -H support. | Daniel Dunbar |
2010-08-24 | Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using the | Daniel Dunbar |
2010-08-23 | Driver: Move Clang "triple" computation routines to method on the | Daniel Dunbar |
2010-08-21 | Visual Studio tools used on win32 hosts when targeting win32. | Michael J. Spencer |
2010-08-19 | Add machine-parseable Fix-It output as part of diagnostics, under the | Douglas Gregor |
2010-08-15 | Pass some things to the linker that gcc passes. -r is the only one of these ... | David Chisnall |
2010-08-11 | Switch on PCH for C++. C++ fans all over the world rejoice. | Argyrios Kyrtzidis |
2010-08-11 | Driver/Darwin: Pass -demangle when linking, if the linker supports it. | Daniel Dunbar |
2010-08-11 | Driver: Add -mlinker-version=, which forwards to -target-linker-version. | Daniel Dunbar |
2010-08-10 | Turn on idempotent operations checker when using --analyze. | Ted Kremenek |
2010-08-10 | Run the assembler instead of gcc on Linux. | Rafael Espindola |
2010-08-07 | Make -funroll-loops turn on loop unrolling in the optimizer instead | Eric Christopher |
2010-08-03 | Driver: Don't forward any -g options to GCC, when using it to drive the | Daniel Dunbar |
2010-08-02 | Driver: Add Compilation::addCommand and switch tools to using it, now that we | Daniel Dunbar |
2010-08-02 | Driver: Eliminate special InputInfo kind for pipes, it is now unused. | Daniel Dunbar |
2010-08-01 | Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by Jonathan | Daniel Dunbar |
2010-07-22 | Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86. | Daniel Dunbar |
2010-07-20 | Add -lstdc++ to DragonFly tools. | Rafael Espindola |
2010-07-19 | Driver: Make -fnext-runtime the default when rewriting Objective-C. | Daniel Dunbar |
2010-07-18 | Driver: Fix a possible use after free. | Daniel Dunbar |
2010-07-14 | Driver: When re'execing clang, use path to the main executable instead of | Daniel Dunbar |
2010-07-14 | Driver: Remove some unused arguments. | Daniel Dunbar |
2010-07-13 | Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends | Daniel Dunbar |
2010-07-09 | Introduce -f{no-}spell-checking options to enable/disable | Douglas Gregor |
2010-07-07 | add driver support for minix, patch by Kees van Reeuwijk | Chris Lattner |