summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Invoke the Darwin assembler with -g instead of --gdwarf2.Bob Wilson2011-11-021-1/+1
* Add an option to emulate the strange Apple gcc behavior of #pragma pack.Eli Friedman2011-11-021-0/+4
* Stop disabling integrated assembler with -static. <rdar://problem/10175391>Bob Wilson2011-10-301-9/+1
* Allow the -fno-operator-names option to be passed down to the restEric Christopher2011-10-251-0/+1
* Remove the SystemZ backend.Dan Gohman2011-10-241-3/+0
* Have -fms-no-extensions turn off -fms-compatibilityDouglas Gregor2011-10-241-2/+6
* lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-di...NAKAMURA Takumi2011-10-221-1/+1
* Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky2011-10-211-0/+10
* Frontend: Support -iframework.Daniel Dunbar2011-10-181-4/+0
* Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky2011-10-171-0/+15
* Implement -static-libstdc++ for linux.Rafael Espindola2011-10-171-0/+6
* Implement -static-libgcc on linux and refactor the code responsible for addingRafael Espindola2011-10-171-31/+27
* Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson2011-10-141-13/+14
* Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith2011-10-131-1/+3
* The Objective-C rewriter uses the fragile ABI, always.Douglas Gregor2011-10-121-1/+3
* Driver: Add support for a new -nostdlibinc option.Daniel Dunbar2011-10-111-0/+2
* Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar2011-10-111-3/+8
* Link in Scrt1.o instead of crt1.o when -pie is specified.Roman Divacky2011-10-101-2/+4
* [arcmt] Ignore linking errors when doing ARC migration, rdar://10247606Argyrios Kyrtzidis2011-10-071-0/+12
* More cleanup using StringSwitch.Chad Rosier2011-10-071-65/+35
* Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730.Bob Wilson2011-10-061-8/+0
* Add -Wlanguage-extension-token option for ext_token_used warning.Ivan Krasin2011-10-061-0/+1
* Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar2011-10-051-0/+12
OpenPOWER on IntegriCloud