summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use new utility function to clean leading junk from pathnames. NFCDouglas Katzman2015-09-021-0/+1
* [Shave]: pass through more clang options to moviCompileDouglas Katzman2015-09-021-0/+1
* Stop hardcoding GCC paths in crt/ld.so lookup.Rafael Espindola2015-08-311-34/+20
* Update for several APIs in LLVM that now use StringRefs rather thanChandler Carruth2015-08-301-12/+9
* Update for API change in LLVM: ARMTargetParser class is just the ARMChandler Carruth2015-08-301-11/+11
* Support Debian s390x multiarch pathsSylvestre Ledru2015-08-281-1/+1
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+6
* [ARM] Error out if float-ab=hard and abi=apcs-gnu on macho platforms.Akira Hatanaka2015-08-261-4/+15
* Revert r245866.Akira Hatanaka2015-08-241-4/+0
* [ARM] Error out on apple darwin platforms if float-abi is "hard".Akira Hatanaka2015-08-241-0/+4
* Stop treating -static as overriding -fPIC: they are distinct.James Y Knight2015-08-211-4/+2
* Revert r245344.Evgeniy Stepanov2015-08-201-1/+0
* [Sparc] Add '-EL' when invoking gcc to link little-endian binaries.Douglas Katzman2015-08-201-4/+14
* Silence a "not all control paths return a value" warning; NFC.Aaron Ballman2015-08-201-1/+1
* Properly pass through the PIC mode to the integrated assembler whenJames Y Knight2015-08-191-162/+201
* [ARM] Proper generic cpus handlingVladimir Sukharev2015-08-191-3/+3
* [OPENMP] Link libomp.lib on WindowsAlexey Bataev2015-08-191-0/+21
* [sanitizer] Add -lutil to static runtime link flags.Evgeniy Stepanov2015-08-181-0/+1
* Tiny cleanup: move some Triple variables up to the top of theJames Y Knight2015-08-151-21/+27
* [Driver] Fix handling of -fbuiltin/-fcommon when combined with -mkernelJohn Brawn2015-08-101-18/+10
* Teach mingw toolchain driver to properly emit static or dynamic linking of li...Yaron Keren2015-08-091-2/+18
* Add -fno-coverage-mapping flag.Diego Novillo2015-08-051-2/+5
* Add flags to disable profile generation.Diego Novillo2015-08-051-28/+39
* Add -gcodeview and -gdwarf to control which type Clang emitsReid Kleckner2015-08-051-2/+16
* Claim arguments that belong to 'clang_ignored_gcc_optimization_f_Group'Douglas Katzman2015-08-051-0/+1
* [SHAVE] Pass all -f, -g, -O, -W options through directly to moviCompile.Douglas Katzman2015-08-031-16/+11
* Split DWARF: Allow -gmlt/-gsplit-dwarf to override rather than complement eac...David Blaikie2015-07-301-6/+7
* [ARM] Allow setting the generic features for native cpusRenato Golin2015-07-301-23/+32
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-2/+10
* Use the AddAllArgs overload which accepts an ArrayRef of OptSpecifier.Douglas Katzman2015-07-291-46/+29
* [AArch64] Pass subtarget feature "+strict-align".Akira Hatanaka2015-07-291-9/+5
* [ARM] Pass subtarget feature "+strict-align".Akira Hatanaka2015-07-281-21/+36
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+6
* Use TargetParser to parse -mhwdiv command line option in Driver.Alexandros Lamprineas2015-07-281-13/+2
* [ARM] Implement -Wa,-mfpu and friends for assemblersRenato Golin2015-07-271-62/+115
* [ARM] Changes to Arch/CPU handling to help with -Wa,-mfpu etc. (nfc)Renato Golin2015-07-271-36/+75
* [AArch64] Unconditionally pass subtarget feature reserve-x18 on Darwin.Akira Hatanaka2015-07-271-3/+5
* Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFCDouglas Katzman2015-07-271-23/+24
* Setting ARM dynamic linker name from commandlineRenato Golin2015-07-271-2/+4
* [clang-cl] Handle -O correctlyDavid Majnemer2015-07-271-4/+18
* [clang-cl] Add fallback support for /ZlDavid Majnemer2015-07-251-0/+1
* [AArch64] Pass subtarget feature "+reserve-x18" instead of passing backendAkira Hatanaka2015-07-251-5/+3
* [clang-cl] Implement support for the /Zl flagDavid Majnemer2015-07-241-8/+15
* [Compiler-RT] Remove dependency on libgcc_s/ehRenato Golin2015-07-231-7/+0
* [mingw] Add support for -rtlib option and -stdlib option to the mingw driverReid Kleckner2015-07-221-15/+12
* Pass -I options to integrates and external assemblersRenato Golin2015-07-221-0/+4
* [ARM] Pass subtarget feature "+reserve-r9" instead of passing backendAkira Hatanaka2015-07-211-7/+6
* Revert r242736.Akira Hatanaka2015-07-201-6/+7
* [ARM] Pass subtarget feature "+reserve-r9" instead of passing backendAkira Hatanaka2015-07-201-7/+6
* Fixed style issues pointed out by Justin Bogner.Artem Belevich2015-07-201-4/+2
OpenPOWER on IntegriCloud