summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-15/+1
* [driver] Improve r141053 by only emitting the warning if the original inputChad Rosier2011-10-041-2/+12
* [driver] Emit a warning if the user has requested debug information and we'reChad Rosier2011-10-041-1/+5
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-3/+3
* Remove the conditional that avoided passing the Objective-C runtime specifica...David Chisnall2011-09-301-74/+72
* Check for GCC paths that have the target triple in them. This is required fo...David Chisnall2011-09-271-18/+2
* Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use ofAkira Hatanaka2011-09-261-16/+52
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Add support for CPATH and friends.Benjamin Kramer2011-09-221-0/+49
* Add case labels for Mips64 architectures.Akira Hatanaka2011-09-211-0/+2
* [driver] Default to arm mode when using the integrated assembler.Chad Rosier2011-09-201-1/+2
* As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet2011-09-171-0/+5
* Pass -fmodule-cache-path along to -cc1 properlyDouglas Gregor2011-09-171-1/+0
* Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor2011-09-151-0/+2
* Teach the driver to always pass down a module cache path. If none isDouglas Gregor2011-09-141-0/+15
* Treat the weak export of block runtime symbols as a deployment-targetJohn McCall2011-09-091-0/+4
* [driver] i386 kext preprocessor jobs also need their unsupported options Chad Rosier2011-09-081-0/+2
* Enable -fdelayed-template-parsing by default on Win32.Francois Pichet2011-09-011-2/+3
* objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian2011-08-311-6/+0
* [driver] When generating temporary files allow a prefix to be added. In manyChad Rosier2011-08-261-2/+2
OpenPOWER on IntegriCloud