summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Driver: implement driver automagic support for -lcc_kextShantonu Sen2010-09-171-0/+2
* Add a -ftrapv-handler= option which allows a handler to invoke instead of sim...David Chisnall2010-09-171-0/+6
* Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd.Daniel Dunbar2010-09-171-6/+6
* Driver: Add magic handling for "reserved library names", starting withDaniel Dunbar2010-09-171-4/+15
* Driver: Factor out AddLinkerInputs() function.Daniel Dunbar2010-09-171-100/+34
* Make the new -fobjc-nonfragile-abi2 the defaultFariborz Jahanian2010-09-151-10/+12
* Driver: Factor out some code for handling the C++ standard library.Daniel Dunbar2010-09-141-7/+10
* Simplify.Daniel Dunbar2010-09-141-10/+9
* Disable cxa_atexit by default on MingW.Anton Korobeynikov2010-09-111-2/+4
* Driver/Darwin: Make the compilation object available in AddLinkArgs.Daniel Dunbar2010-09-091-2/+3
* Driver: Mark function as nounwind when -mkernel or -fapple-kext is present.Daniel Dunbar2010-09-091-1/+2
* Driver/Darwin: Catch another case where ld ends up using ld_classic.Daniel Dunbar2010-09-071-0/+10
* Driver/Darwin: Don't pass -demangle to the linker when we know it is going toDaniel Dunbar2010-09-071-1/+7
* Make "-ccc-cxx" option work on Linux.Rafael Espindola2010-09-061-1/+1
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+5
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-021-5/+0
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+5
* Frontend: Add basic -H support.Daniel Dunbar2010-08-241-0/+1
* Driver/Clang: Forward -Wa, and -Xassembler to clang -cc1 when using theDaniel Dunbar2010-08-241-3/+8
* Driver: Move Clang "triple" computation routines to method on theDaniel Dunbar2010-08-231-81/+2
* Visual Studio tools used on win32 hosts when targeting win32.Michael J. Spencer2010-08-211-0/+41
* Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor2010-08-191-0/+1
* Pass some things to the linker that gcc passes. -r is the only one of these ...David Chisnall2010-08-151-0/+4
* Switch on PCH for C++. C++ fans all over the world rejoice.Argyrios Kyrtzidis2010-08-111-6/+2
* Driver/Darwin: Pass -demangle when linking, if the linker supports it.Daniel Dunbar2010-08-111-0/+16
* Driver: Add -mlinker-version=, which forwards to -target-linker-version.Daniel Dunbar2010-08-111-0/+6
* Turn on idempotent operations checker when using --analyze.Ted Kremenek2010-08-101-0/+1
* Run the assembler instead of gcc on Linux.Rafael Espindola2010-08-101-0/+37
* Make -funroll-loops turn on loop unrolling in the optimizer insteadEric Christopher2010-08-071-0/+1
* Driver: Don't forward any -g options to GCC, when using it to drive theDaniel Dunbar2010-08-031-0/+5
* Driver: Add Compilation::addCommand and switch tools to using it, now that weDaniel Dunbar2010-08-021-47/+44
* Driver: Eliminate special InputInfo kind for pipes, it is now unused.Daniel Dunbar2010-08-021-121/+34
* Driver/OpenBSD: Update toolchain for compiler changes / C++; patch by JonathanDaniel Dunbar2010-08-011-1/+11
* Driver/Darwin: Set -force_cpusubtype_ALL only by default on x86.Daniel Dunbar2010-07-221-1/+3
* Add -lstdc++ to DragonFly tools.Rafael Espindola2010-07-201-0/+5
* Driver: Make -fnext-runtime the default when rewriting Objective-C.Daniel Dunbar2010-07-191-2/+7
* Driver: Fix a possible use after free.Daniel Dunbar2010-07-181-4/+4
* Driver: When re'execing clang, use path to the main executable instead ofDaniel Dunbar2010-07-141-6/+4
* Driver: Remove some unused arguments.Daniel Dunbar2010-07-141-49/+49
* Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friendsDaniel Dunbar2010-07-131-2/+9
* Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor2010-07-091-0/+4
* add driver support for minix, patch by Kees van ReeuwijkChris Lattner2010-07-071-29/+157
* Driver/IRgen: Add support for -momit-leaf-frame-pointer.Daniel Dunbar2010-07-011-0/+5
* Set the default arch based on the triple.Rafael Espindola2010-06-281-46/+55
* Use softfp for linux gnueabi, keep the warning for everything else.Rafael Espindola2010-06-271-2/+9
* Implement support for -fwrapv, rdar://7221421Chris Lattner2010-06-261-0/+1
* Driver: Remove some dead code left around after a refactoring. Found by theDaniel Dunbar2010-06-221-10/+0
* implement support for -finstrument-functions, patch by NelsonChris Lattner2010-06-221-0/+2
* Change the test for which ABI/CC to use on ARM to be base on the environmentRafael Espindola2010-06-161-12/+5
* Implement -fvisibility-inlines-hidden. <rdar://problem/7819834>Douglas Gregor2010-06-151-0/+2
OpenPOWER on IntegriCloud