summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: accept the /C option with /P (PR19978)Hans Wennborg2014-06-111-3/+7
* Driver: add -m{,no-}long-calls supportSaleem Abdulrasool2014-06-071-0/+11
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-0/+7
* Fix driver warning about -pthread on Android.Evgeniy Stepanov2014-06-051-3/+3
* [ubsan] Don't add a --dynamic-list for ubsan symbols when building a sharedRichard Smith2014-06-041-2/+8
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-291-0/+6
* Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719Bob Wilson2014-05-291-0/+8
* -pthread does not translate to -lpthread on Android.Evgeniy Stepanov2014-05-281-2/+3
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-13/+21
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-22/+0
* Don't reduce the stack protector level given -fstack-protector.Rafael Espindola2014-05-221-3/+4
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-221-3/+4
* MachO: perform ARM ABI detection even for non-Darwin triples.Tim Northover2014-05-221-1/+1
* Pass -gdwarf-N options to integrated assemblerOliver Stannard2014-05-191-0/+9
* Driver: force restricted IT blocks for Windows on ARMSaleem Abdulrasool2014-05-181-0/+5
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-171-6/+6
* InstrProf: Look for the PIC-version of the profile runtimeDuncan P. N. Exon Smith2014-05-161-1/+8
* clang-cl: Fall back immediately if /GR and /fallback were both passedReid Kleckner2014-05-141-1/+9
* Support -masm= flag for x86 targets.Nico Weber2014-05-131-0/+11
* [ASan] Fixup for r208610: link in asan_cxx library on WindowsAlexey Samsonov2014-05-121-6/+14
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-121-6/+11
* Wrap at 80 columns. No code change.Nico Weber2014-05-111-7/+13
* [mips] Pass nan2008 info to the back-end.Matheus Almeida2014-05-071-1/+7
* Drop libgcc and default to libc++ for NetBSD/ARM on 6.99.40+.Joerg Sonnenberger2014-05-071-1/+5
* [PATCH] [ARM64] Enable alignment control option in front-end for ARM64.Kevin Qin2014-05-061-2/+10
* Simplify getARMCPUForMArch() and make it more consistentChristian Pirker2014-05-051-53/+39
* [driver] Enable the slp vectorizer at -Oz.Chad Rosier2014-05-021-6/+8
* [ARM64/AArch64] Hook up CRC32 subtarget feature to the driverBradley Smith2014-05-021-0/+9
* XCore target: fix handling of -g0 flagRobert Lytton2014-05-021-2/+3
* Android uses -fpic for arm64 as well.Logan Chien2014-04-301-0/+1
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-301-16/+0
* Android uses -fpic for aarch64.Logan Chien2014-04-291-0/+1
* Add comments regarding isPIEDefault usage for r207520Alexey Volkov2014-04-291-0/+2
* Pass -pie to linker when generating executable on AndroidAlexey Volkov2014-04-291-1/+4
* [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors theChad Rosier2014-04-281-3/+5
* clang-cl: /fallback only applies to C or C++ filesHans Wennborg2014-04-251-1/+2
* clang-cl: pass -debug flag to the linker when compiling with debug infoHans Wennborg2014-04-251-0/+4
* [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...James Molloy2014-04-171-2/+7
* [ARM64] Default to the 'generic' CPU, unless -arch is present for backwards c...James Molloy2014-04-171-2/+6
* Add support for optimization reports.Diego Novillo2014-04-161-0/+3
* [ARM64] Plumb in the -mfpu= flag.James Molloy2014-04-161-0/+2
* [Driver][ARM64] Make sure the default CPU is passed to the assembler.Quentin Colombet2014-04-151-0/+3
* Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper2014-04-111-0/+8
* clang-cl: Disable TBAA by default for MSVC compatibilityReid Kleckner2014-04-091-1/+4
* Fix a typo introduced in r205716David Majnemer2014-04-071-3/+2
* clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer2014-04-071-6/+5
* Driver: add target definition for Windows on ARMSaleem Abdulrasool2014-04-041-1/+30
* Code cleanup (re-indent)Logan Chien2014-04-031-7/+7
* Add support for dynamic ASan runtime (on Linux) to Clang driver.Alexey Samsonov2014-04-011-24/+47
* Warn when requesting compress-debug-sections and zlib is not availableDavid Blaikie2014-03-311-2/+7
OpenPOWER on IntegriCloud