aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2011-04-11fix the path to ld.so for darwin/ppc, resolving PR9677. PatchChris Lattner
2011-04-09refactor -ccc-gcc-name codeDylan Noblesmith
2011-04-08Rename -mtrap_function= to -ftrap_function= since it's now a target neutral o...Evan Cheng
2011-04-08Add -mtrap_function=<> option. rdar://9257465Evan Cheng
2011-04-08fix a typo, patch by PaX team.Chris Lattner
2011-04-07Driver: Don't attempt to forward some Clang-only options to cc1.Daniel Dunbar
2011-04-07Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to theDaniel Dunbar
2011-04-05Add ToolChain support to get Clang to recognize Ubuntu/ppc and Gentoo/ppc64.Ted Kremenek
2011-04-01Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC.Daniel Dunbar
2011-03-31Driver/Darwin: Tweak link logic for simulator.Daniel Dunbar
2011-03-28Integrated-As: Support -Wa,-L when using the integrated assembler.Daniel Dunbar
2011-03-27Add an option to suppress include stack printing on note diagnostics.Chandler Carruth
2011-03-27Add -f[no-]strict-overflow to the Clang driver. Use it to set theChandler Carruth
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek
2011-03-22Frontend: Add a more explicit -backend-option flag for passing backend commandDaniel Dunbar
2011-03-21Add clang support for cortex-m0 cpus. Patch by James Orr.Bob Wilson
2011-03-21Introduce FindTargetProgramPath to check for a target-specific helperJoerg Sonnenberger
2011-03-21Remember sysroot in Driver. Pass it down to ld for NetBSD, FreeBSDJoerg Sonnenberger
2011-03-18Driver: Forward -traditional and -traditional-cpp in preprocessing modes.Daniel Dunbar
2011-03-18The Darwin kernel does not provide useful guard variable support.John McCall
2011-03-17Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not*Daniel Dunbar
2011-03-17Driver/Darwin: These are command line options, not target features.Daniel Dunbar
2011-03-17Driver/Darwin: Suppress spurious warning about -force_cpusubtype_ALL.Daniel Dunbar
2011-03-17Driver/Darwin/ARM: Kernel/kext code has more strict alignment requirements.Daniel Dunbar
2011-03-17Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite thisDaniel Dunbar
2011-03-12Re-enable the IdempotentOperations checker for --analyze, and put it and the ...Ted Kremenek
2011-03-06If called as *cpp or *cpp-[^-]*, run only the preprocessor. If noJoerg Sonnenberger
2011-03-06Fix driver for thumb-capable ARM hosts, from Mikko Lehtonen!Douglas Gregor
2011-03-02build: Allow disabling movt/movw from build, for testing purposes.Daniel Dunbar
2011-03-01Driver/Darwin: Be bug compatible with GCC and ignore -pg on ARM.Daniel Dunbar
2011-03-01The default CPU on FreeBSD for i386 should be i486, not pentium4.Roman Divacky
2011-03-01For linking on FreeBSD, don't add a hardcoded "-L/usr/lib", butRoman Divacky
2011-03-01Implement -mrtd which sets the StdCall calling convention to be the defaultRoman Divacky
2011-03-01Disable more warnings so that it is safe to useRafael Espindola
2011-02-28Don't warn about "clang -use-gold-plugin -c ...". With this users can sayRafael Espindola
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-28Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-bloc...David Chisnall
2011-02-28Fix a tiny goof in the Driver's logic which caused the explicit presenceChandler Carruth
2011-02-28Add a -fcxx-exceptions flag to the frontend, which can be used to enableAnders Carlsson
2011-02-28[analyzer] Move the DeadStores checker out of the 'core' package.Argyrios Kyrtzidis
2011-02-28Factor code out into a helper function, shouldUseExceptionTablesForObjCExcept...Anders Carlsson
2011-02-22Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-e...Anders Carlsson
2011-02-21Pass the right linker flag in openbsd::Link::ConstructJob,Chris Lattner
2011-02-19Add a new ObjCExceptions member variable to LangOptions. This controls whethe...Anders Carlsson
2011-02-19[analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase ...Argyrios Kyrtzidis
2011-02-19Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because ofDaniel Dunbar
2011-02-17[analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi
2011-02-17Fix whitespace.NAKAMURA Takumi
2011-02-15[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.Argyrios Kyrtzidis