aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2011-11-04Add a system include management interface to the toolchain, and call itChandler Carruth
2011-11-02Invoke the Darwin assembler with -g instead of --gdwarf2.Bob Wilson
2011-11-02Add an option to emulate the strange Apple gcc behavior of #pragma pack.Eli Friedman
2011-10-30Stop disabling integrated assembler with -static. <rdar://problem/10175391>Bob Wilson
2011-10-25Allow the -fno-operator-names option to be passed down to the restEric Christopher
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-24Have -fms-no-extensions turn off -fms-compatibilityDouglas Gregor
2011-10-22lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-di...NAKAMURA Takumi
2011-10-21Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky
2011-10-18Frontend: Support -iframework.Daniel Dunbar