summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Rename the checker as per Ted's comment. Remove the referenceAnna Zaks2012-01-301-1/+0
* Remove the ToolTriple logic in NetBSD, which was completely broken byJoerg Sonnenberger2012-01-261-4/+2
* Enable several checkers under --analyze for general testing.Ted Kremenek2012-01-261-0/+9
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-251-1/+0
* Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky2012-01-231-0/+3
* [Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.NAKAMURA Takumi2012-01-211-12/+0
* Reenable DeadStoresChecker under --analyze, and move the IdempotentOperations...Ted Kremenek2012-01-201-0/+2
* In the driver, -fmodules enables modules for C/Objective-C but oneDouglas Gregor2012-01-181-2/+10
* remove assertions in the Hexagon backend specific clang driverSebastian Pop2012-01-131-51/+28
* Adjust set of default checkers.Ted Kremenek2012-01-121-2/+0
* Fix -mfpu parsing on ARM.Evgeniy Stepanov2012-01-111-1/+12
* Add support for the androideabi environment to our triple support, andChandler Carruth2012-01-101-0/+10
* Add -g to the cc1as flags only if we're dealing with an originalEric Christopher2012-01-101-6/+15
* Remove extraneous braces.Eric Christopher2012-01-101-2/+1
* Revert r147664; it's breaking clang regression tests.Eli Friedman2012-01-061-1/+1
* Silence GCC warnings.Jakub Staszak2012-01-061-1/+1
* Driver/Darwin: Remove a hack that avoided passing -demangle to iOS linkers.Daniel Dunbar2012-01-041-7/+1
* Fixed by Chandler in r147434.Chad Rosier2012-01-031-1/+0
* Add -fno-modules to the driver, to turn off modules (although they're off by ...Douglas Gregor2012-01-031-2/+3
* Rename the command-line option for mapping #include/#import over toDouglas Gregor2012-01-031-1/+1
* Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth2012-01-021-18/+84
* Fix potential use after free.Benjamin Kramer2011-12-261-2/+1
* fix for PR11634Anton Yartsev2011-12-231-0/+1
* Last part of support for generating dwarf for assembly source files. This getsKevin Enderby2011-12-221-1/+26
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+4
* Fix an abiguous-else warning from GCC. I have no idea why Clang doesn'tChandler Carruth2011-12-171-1/+2
* C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith2011-12-161-0/+5
* gcov-style profiling support for OpenBSD. Patch by Jonathan Gray.Eli Friedman2011-12-151-4/+14
* Fix typos.Rafael Espindola2011-12-141-1/+1
* Don't use the frame pointer on linux x86 and x86_64 if optimizing. ThisRafael Espindola2011-12-141-2/+19
* Fix "control may reach end of non-void function" warning.Nick Lewycky2011-12-121-2/+1
* Hexagon backend supportTony Linthicum2011-12-121-4/+252
* Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, andDaniel Dunbar2011-12-091-0/+12
* Misc Minix-specific changes to clang:Eli Friedman2011-12-081-19/+17
* Minor cleanup. Avoid redundant getTriple() calls.Bob Wilson2011-12-081-2/+1
* Driver/Linux: Fix the ASAN library path to match current compiler-rtDaniel Dunbar2011-12-071-5/+7
* [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic...Kostya Serebryany2011-12-061-2/+14
* Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky2011-12-061-2/+11
* Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger2011-12-051-4/+5
* [asan] don't require libstdc++ for asan on linux. Mac fix will go separatelyKostya Serebryany2011-12-051-1/+0
* Get the -march argument based on the target MIPS architecture or cpu and passAkira Hatanaka2011-11-301-7/+32
* when -faddress-sanitizer is present, add required flags to the linker command...Kostya Serebryany2011-11-301-0/+24
* Change processor names. Patch by Simon Atanasyan.Akira Hatanaka2011-11-291-4/+4
* A couple driver fixes for PPC Linux. Patches by Michael Kostylev. PR11444/P...Eli Friedman2011-11-281-0/+8
* Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith2011-11-211-1/+7
* Change the linker emulation name for FreeBSD/PPC32.Roman Divacky2011-11-211-1/+1
* Teach the driver about failure result files, which are compilationPeter Collingbourne2011-11-211-0/+2
* clang/Darwin: Use the compiler-rt provided profile library.Daniel Dunbar2011-11-171-9/+0
* Add -f[no-]address-sanitizer flagKostya Serebryany2011-11-161-0/+4
* Don't track depfiles as result files which need to be cleaned up on failure.Matt Beaumont-Gay2011-11-141-2/+0
OpenPOWER on IntegriCloud