aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2012-01-06Revert r147664; it's breaking clang regression tests.Eli Friedman
2012-01-06Silence GCC warnings.Jakub Staszak
2012-01-04Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers.Daniel Dunbar
2012-01-03Fixed by Chandler in r147434.Chad Rosier
2012-01-03Add -fno-modules to the driver, to turn off modules (although they're off by ...Douglas Gregor
2012-01-03Rename the command-line option for mapping #include/#import over toDouglas Gregor
2012-01-02Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth
2011-12-26Fix potential use after free.Benjamin Kramer
2011-12-23fix for PR11634Anton Yartsev
2011-12-22Last part of support for generating dwarf for assembly source files. This getsKevin Enderby
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Fix an abiguous-else warning from GCC. I have no idea why Clang doesn'tChandler Carruth
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith
2011-12-15gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.Eli Friedman
2011-12-14Fix typos.Rafael Espindola
2011-12-14Don't use the frame pointer on linux x86 and x86_64 if optimizing. ThisRafael Espindola
2011-12-12Fix "control may reach end of non-void function" warning.Nick Lewycky
2011-12-12Hexagon backend supportTony Linthicum
2011-12-09Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, andDaniel Dunbar
2011-12-08Misc Minix-specific changes to clang:Eli Friedman
2011-12-08Minor cleanup. Avoid redundant getTriple() calls.Bob Wilson
2011-12-07Driver/Linux: Fix the ASAN library path to match current compiler-rtDaniel Dunbar
2011-12-06[asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic...Kostya Serebryany
2011-12-06Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky
2011-12-05Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger
2011-12-05[asan] don't require libstdc++ for asan on linux. Mac fix will go separatelyKostya Serebryany
2011-11-30Get the -march argument based on the target MIPS architecture or cpu and passAkira Hatanaka
2011-11-30when -faddress-sanitizer is present, add required flags to the linker command...Kostya Serebryany
2011-11-29Change processor names. Patch by Simon Atanasyan.Akira Hatanaka
2011-11-28A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/P...Eli Friedman
2011-11-21Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith
2011-11-21Change the linker emulation name for FreeBSD/PPC32.Roman Divacky
2011-11-21Teach the driver about failure result files, which are compilationPeter Collingbourne
2011-11-17clang/Darwin: Use the compiler-rt provided profile library.Daniel Dunbar
2011-11-16Add -f[no-]address-sanitizer flagKostya Serebryany
2011-11-14Don't track depfiles as result files which need to be cleaned up on failure.Matt Beaumont-Gay
2011-11-11Add top-level driver option '--serialize-diagnostics' for serialize compiler ...Ted Kremenek
2011-11-08Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.Eli Friedman
2011-11-07Whitespace.Chad Rosier
2011-11-07Tablegenify -g options.Chad Rosier
2011-11-07Fix an unsafe use of Twine.Benjamin Kramer
2011-11-06Fixing -g break caused by a dead reference to a temporary introduced in r143732.David Blaikie
2011-11-06Add the depfile as a result file so that it is deleted if we crash,Peter Collingbourne
2011-11-05Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth
2011-11-05On Linux, enable the gold plugin if we are using LTO.Peter Collingbourne
2011-11-04Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ...Devang Patel
2011-11-04[driver] Don't blindly accept all -g options.Chad Rosier
2011-11-04Sink the strange '-stdlib=...' flag handling into the C++ includeChandler Carruth
2011-11-04Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arcChandler Carruth
2011-11-04Add a FIXME to cleanup the CPATH handling. It's currently burried withChandler Carruth