summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add top-level driver option '--serialize-diagnostics' for serialize compiler ...Ted Kremenek2011-11-111-0/+6
* Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.Eli Friedman2011-11-081-0/+11
* Whitespace.Chad Rosier2011-11-071-1/+1
* Tablegenify -g options.Chad Rosier2011-11-071-15/+0
* Fix an unsafe use of Twine.Benjamin Kramer2011-11-071-5/+4
* Fixing -g break caused by a dead reference to a temporary introduced in r143732.David Blaikie2011-11-061-1/+1
* Add the depfile as a result file so that it is deleted if we crash,Peter Collingbourne2011-11-061-2/+5
* Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth2011-11-051-3/+3
* On Linux, enable the gold plugin if we are using LTO.Peter Collingbourne2011-11-051-1/+1
* Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ...Devang Patel2011-11-041-0/+1
* [driver] Don't blindly accept all -g options.Chad Rosier2011-11-041-2/+18
* Sink the strange '-stdlib=...' flag handling into the C++ includeChandler Carruth2011-11-041-4/+1
* Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arcChandler Carruth2011-11-041-4/+11
* Add a FIXME to cleanup the CPATH handling. It's currently burried withChandler Carruth2011-11-041-0/+2
* Add a system include management interface to the toolchain, and call itChandler Carruth2011-11-041-10/+13
OpenPOWER on IntegriCloud