aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2011-11-07Whitespace.Chad Rosier
2011-11-07Tablegenify -g options.Chad Rosier
2011-11-07Fix an unsafe use of Twine.Benjamin Kramer
2011-11-06Fixing -g break caused by a dead reference to a temporary introduced in r143732.David Blaikie
2011-11-06Add the depfile as a result file so that it is deleted if we crash,Peter Collingbourne
2011-11-05Move the Linux header searching from the Frontend to the Driver. This isChandler Carruth
2011-11-05On Linux, enable the gold plugin if we are using LTO.Peter Collingbourne
2011-11-04Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ...Devang Patel
2011-11-04[driver] Don't blindly accept all -g options.Chad Rosier
2011-11-04Sink the strange '-stdlib=...' flag handling into the C++ includeChandler Carruth
2011-11-04Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arcChandler Carruth
2011-11-04Add a FIXME to cleanup the CPATH handling. It's currently burried withChandler Carruth
2011-11-04Add a system include management interface to the toolchain, and call itChandler Carruth
2011-11-02Invoke the Darwin assembler with -g instead of --gdwarf2.Bob Wilson
2011-11-02Add an option to emulate the strange Apple gcc behavior of #pragma pack.Eli Friedman
2011-10-30Stop disabling integrated assembler with -static. <rdar://problem/10175391>Bob Wilson
2011-10-25Allow the -fno-operator-names option to be passed down to the restEric Christopher
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-24Have -fms-no-extensions turn off -fms-compatibilityDouglas Gregor
2011-10-22lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-di...NAKAMURA Takumi
2011-10-21Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky
2011-10-18Frontend: Support -iframework.Daniel Dunbar
2011-10-17Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky
2011-10-17Implement -static-libstdc++ for linux.Rafael Espindola
2011-10-17Implement -static-libgcc on linux and refactor the code responsible for addingRafael Espindola
2011-10-14Use Triple.isOSDarwin() instead of comparing against Triple::Darwin.Bob Wilson
2011-10-13Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x toRichard Smith
2011-10-12The Objective-C rewriter uses the fragile ABI, always.Douglas Gregor
2011-10-11Driver: Add support for a new -nostdlibinc option.Daniel Dunbar
2011-10-11Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar
2011-10-10Link in Scrt1.o instead of crt1.o when -pie is specified.Roman Divacky
2011-10-07[arcmt] Ignore linking errors when doing ARC migration, rdar://10247606Argyrios Kyrtzidis
2011-10-07More cleanup using StringSwitch.Chad Rosier
2011-10-06Remove DISABLE_ARM_DARWIN_USE_MOVT ifdefs. Radar 9456730.Bob Wilson
2011-10-06Add -Wlanguage-extension-token option for ext_token_used warning.Ivan Krasin
2011-10-05Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar
2011-10-04[driver] Improve r141053 by only emitting the warning if the original inputChad Rosier
2011-10-04[driver] Improve r141053 by only emitting the warning if the original inputChad Rosier
2011-10-04[driver] Emit a warning if the user has requested debug information and we'reChad Rosier
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-30Remove the conditional that avoided passing the Objective-C runtime specifica...David Chisnall
2011-09-27Check for GCC paths that have the target triple in them. This is required fo...David Chisnall
2011-09-26Make necessary changes in AddMIPSTargetArgs for targeting Mips64. Enable use ofAkira Hatanaka
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie
2011-09-22Add support for CPATH and friends.Benjamin Kramer
2011-09-21Add case labels for Mips64 architectures.Akira Hatanaka
2011-09-20[driver] Default to arm mode when using the integrated assembler.Chad Rosier
2011-09-17As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet
2011-09-17Pass -fmodule-cache-path along to -cc1 properlyDouglas Gregor
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor