summaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Driver/no-integrated-as: Fix forwarding of -g flag to assembler, when .s inputDaniel Dunbar2011-04-121-5/+10
* fix the path to ld.so for darwin/ppc, resolving PR9677. PatchChris Lattner2011-04-111-2/+2
* refactor -ccc-gcc-name codeDylan Noblesmith2011-04-091-1/+21
* Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o...Evan Cheng2011-04-081-11/+7
* Add -mtrap_function=<> option. rdar://9257465Evan Cheng2011-04-081-0/+11
* fix a typo, patch by PaX team.Chris Lattner2011-04-081-1/+1
* Driver: Don't attempt to forward some Clang-only options to cc1.Daniel Dunbar2011-04-071-0/+6
* Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar2011-04-071-0/+6
* Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64.Ted Kremenek2011-04-051-0/+8
* Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC.Daniel Dunbar2011-04-011-2/+8
* Driver/Darwin: Tweak link logic for simulator.Daniel Dunbar2011-03-311-1/+4
* Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar2011-03-281-4/+1
* Add an option to suppress include stack printing on note diagnostics.Chandler Carruth2011-03-271-0/+10
* Add -f[no-]strict-overflow to the Clang driver. Use it to set theChandler Carruth2011-03-271-1/+11
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-16/+7
* Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar2011-03-221-3/+3
* Add clang support for cortex-m0 cpus. Patch by James Orr.Bob Wilson2011-03-211-0/+2
* Introduce FindTargetProgramPath to check for a target-specific helperJoerg Sonnenberger2011-03-211-4/+15
* Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSDJoerg Sonnenberger2011-03-211-4/+11
* Driver: Forward -traditional and -traditional-cpp in preprocessing modes.Daniel Dunbar2011-03-181-2/+7
* The Darwin kernel does not provide useful guard variable support.John McCall2011-03-181-0/+6
* Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not*Daniel Dunbar2011-03-171-19/+10
* Driver/Darwin: These are command line options, not target features.Daniel Dunbar2011-03-171-2/+2
* Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL.Daniel Dunbar2011-03-171-1/+2
* Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements.Daniel Dunbar2011-03-171-4/+14
* Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite thisDaniel Dunbar2011-03-171-0/+7
* Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek2011-03-121-1/+2
* If called as *cpp or *cpp-[^-]*, run only the preprocessor. If noJoerg Sonnenberger2011-03-061-2/+2
* Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen!Douglas Gregor2011-03-061-3/+7
* build: Allow disabling movt/movw from build, for testing purposes.Daniel Dunbar2011-03-021-0/+6
* Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM.Daniel Dunbar2011-03-011-3/+6
* The default CPU on FreeBSD for i386 should be i486, not pentium4.Roman Divacky2011-03-011-0/+5
* For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", butRoman Divacky2011-03-011-7/+7
* Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky2011-03-011-0/+3
* Disable more warnings so that it is safe to useRafael Espindola2011-03-011-0/+8
* Don't warn about "clang -use-gold-plugin -c ...". With this users can sayRafael Espindola2011-02-281-0/+2
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+0
* Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-bloc...David Chisnall2011-02-281-1/+4
* Fix a tiny goof in the Driver's logic which caused the explicit presenceChandler Carruth2011-02-281-1/+1
* Add a -fcxx-exceptions flag to the frontend, which can be used to enableAnders Carlsson2011-02-281-21/+74
* [analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis2011-02-281-0/+2
* Factor code out into a helper function, shouldUseExceptionTablesForObjCExcept...Anders Carlsson2011-02-281-11/+20
* Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson2011-02-221-4/+4
* Pass the right linker flag in openbsd::Link::ConstructJob,Chris Lattner2011-02-211-1/+1
* Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson2011-02-191-0/+5
* [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase ...Argyrios Kyrtzidis2011-02-191-7/+4
* Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because ofDaniel Dunbar2011-02-191-0/+4
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-11/+0
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi2011-02-171-2/+1