aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2012-01-26Enable several checkers under --analyze for general testing.Ted Kremenek
2012-01-25Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth
2012-01-23Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky
2012-01-21[Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi
2012-01-20Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek
2012-01-18In the driver, -fmodules enables modules for C/Objective-C but oneDouglas Gregor
2012-01-13remove assertions in the Hexagon backend specific clang driverSebastian Pop
2012-01-12Adjust set of default checkers.Ted Kremenek
2012-01-11Fix -mfpu parsing on ARM.Evgeniy Stepanov
2012-01-10Add support for the androideabi environment to our triple support, andChandler Carruth
2012-01-10Add -g to the cc1as flags only if we're dealing with an originalEric Christopher
2012-01-10Remove extraneous braces.Eric Christopher
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