summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add some more options that aren't handled by llvm-gcc on fallback.Eric Christopher2011-08-181-1/+5
* Fix else style. No functionality change intended.Chad Rosier2011-08-171-5/+4
* Fix iterator end for r137842.Chad Rosier2011-08-171-1/+1
* [driver] Clang doesn't support -mkernel/-fapple-kext for i386, so it's Chad Rosier2011-08-171-0/+14
* Reject -mkernel for i386/Darwin C++ code; fall back to llvm-gcc instead.Bob Wilson2011-08-131-1/+2
* Add support of -x objc-cpp-output, -x objc++-cpp-output to the Driver.Nico Weber2011-08-131-2/+4
* When the compiler crashes, the compiler driver now produces diagnostic Chad Rosier2011-08-021-2/+2
* Driver: When compiling i386 -fapple-kext code, we fallback to llvmgcc.Chad Rosier2011-08-011-1/+4
* Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor2011-07-281-1/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-71/+72
* Avoid warning on "clang -c -Dfoo test.i". Lines like these are createdRafael Espindola2011-07-211-0/+6
* Temporarily revert r135614 while I fix the cmake build.Chad Rosier2011-07-201-2/+2
* When the compiler crashes, the compiler driver now produces diagnostic inform...Chad Rosier2011-07-201-2/+2
* introduce a centralized place to introduce and inject llvm types into theChris Lattner2011-07-201-1/+1
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-0/+3
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-121-2/+8
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+7
* [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases.Argyrios Kyrtzidis2011-07-071-4/+4
* Somehow the -fgnu-runtime option itself got lost in all that shuffling.John McCall2011-07-061-2/+4
* Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall2011-07-061-0/+2
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-51/+58
* Drop "soft" argument that would be considered as file argument by cc1.Joerg Sonnenberger2011-07-051-1/+0
* Make clang behave in a gcc-compatible way in the presence of multiple flags f...Eli Friedman2011-07-021-2/+19
* Update for llvm commit r134291.Eric Christopher2011-07-021-1/+1
* Use existing -fcatch-undefined-behavior option,Fariborz Jahanian2011-06-291-2/+0
* Under a compiler flag, -freset-local-blocks,Fariborz Jahanian2011-06-281-0/+2
* Driver/Darwin: -force_load can be specified multiple times.Daniel Dunbar2011-06-281-1/+1
* libprofile_rt may be installed as a dylib on Darwin.Bill Wendling2011-06-271-19/+30
* It is possible to request the nonfragile ABI with -fobjc-abi-version=2;John McCall2011-06-221-17/+20
* Driver/Darwin: Fixup version check for -object_path_lto support.Daniel Dunbar2011-06-211-1/+1
* Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson2011-06-211-0/+1
* Driver/Darwin: When invoking the linker, automatically pass -object_path_lto soDaniel Dunbar2011-06-211-0/+11
* Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky2011-06-211-0/+2
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-171-5/+1
* Add support for -force_load flag, for compat with Apple gcc. rdar://9555962 .Eli Friedman2011-06-161-0/+1
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+20
* Automatic Reference Counting.John McCall2011-06-151-3/+41
* Introduce a -cc1-level option to turn off related result typeDouglas Gregor2011-06-141-0/+5
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-6/+0
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+6
* Sort -lgcc after -lgcc_s for NetBSD, otherwise shared libraries on i386Joerg Sonnenberger2011-06-071-1/+1
* Adjust the linker for PowerPC64/-m32 on FreeBSD too.Roman Divacky2011-06-041-0/+5
* Make -m32 work on FreeBSD/PowerPC64.Roman Divacky2011-06-041-0/+2
* On linux, -nostdlib was causing a --start-group with no --end-group to be passedNick Lewycky2011-06-041-3/+3
* Change how we link libprofile_rt.a. While at it, refactor the code a bit.Rafael Espindola2011-06-021-40/+23
* Add -fno-gnu89-inline.Rafael Espindola2011-06-021-1/+3
* Implement -fgnu89-inline. Fixes PR10041.Rafael Espindola2011-06-021-0/+3
* Add the necessary -L option for finding libprofile_rt.a. It might be a goodRafael Espindola2011-06-011-0/+5
* Driver/Clang: Simplify code to use arch enumerations.Daniel Dunbar2011-05-311-13/+12
* When given one of the applicable coverage flags, try to link againstNick Lewycky2011-05-241-6/+42
OpenPOWER on IntegriCloud