summaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAge
* Forward -u to the linker on gnutools toolchainsReid Kleckner2014-06-26
* Align with new GCC options for x86 AndroidAlexey Volkov2014-06-25
* [Driver] Follow-up to r211598, r211663. Do not build a dynamic linkerSimon Atanasyan2014-06-25
* Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...NAKAMURA Takumi2014-06-25
* Reformat.NAKAMURA Takumi2014-06-25
* Use appropriate default PIE settings for OpenBSD.Brad Smith2014-06-24
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-24
* Driver: In crashdumps with -fmodule, dump the module dependenciesJustin Bogner2014-06-20
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-20
* Driver: Remove some superfluous calls to Arg->claim()Justin Bogner2014-06-20
* [PowerPC] Fix ELF interpreter name for powerpc64le-linuxUlrich Weigand2014-06-20
* Driver: correct the backend option spellingSaleem Abdulrasool2014-06-18
* Add support for the /EP argument to clang-clHans Wennborg2014-06-13
* Use dwarf-2 by default on OpenBSD and FreeBSD.Brad Smith2014-06-13
* Driver: use more range-based for loopsSaleem Abdulrasool2014-06-12
* clang-cl: accept the /C option with /P (PR19978)Hans Wennborg2014-06-11
* Driver: add -m{,no-}long-calls supportSaleem Abdulrasool2014-06-07
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-05
* Fix driver warning about -pthread on Android.Evgeniy Stepanov2014-06-05
* [ubsan] Don't add a --dynamic-list for ubsan symbols when building a sharedRichard Smith2014-06-04
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-29
* Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719Bob Wilson2014-05-29
* -pthread does not translate to -lpthread on Android.Evgeniy Stepanov2014-05-28
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-24
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-24
* Don't reduce the stack protector level given -fstack-protector.Rafael Espindola2014-05-22
* Unify the name of compiler-rt builtins library on Linux.Alexey Samsonov2014-05-22
* MachO: perform ARM ABI detection even for non-Darwin triples.Tim Northover2014-05-22
* Pass -gdwarf-N options to integrated assemblerOliver Stannard2014-05-19
* Driver: force restricted IT blocks for Windows on ARMSaleem Abdulrasool2014-05-18
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-17
* InstrProf: Look for the PIC-version of the profile runtimeDuncan P. N. Exon Smith2014-05-16
* clang-cl: Fall back immediately if /GR and /fallback were both passedReid Kleckner2014-05-14
* Support -masm= flag for x86 targets.Nico Weber2014-05-13
* [ASan] Fixup for r208610: link in asan_cxx library on WindowsAlexey Samsonov2014-05-12
* [ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov2014-05-12
* Wrap at 80 columns. No code change.Nico Weber2014-05-11
* [mips] Pass nan2008 info to the back-end.Matheus Almeida2014-05-07
* Drop libgcc and default to libc++ for NetBSD/ARM on 6.99.40+.Joerg Sonnenberger2014-05-07
* [PATCH] [ARM64] Enable alignment control option in front-end for ARM64.Kevin Qin2014-05-06
* Simplify getARMCPUForMArch() and make it more consistentChristian Pirker2014-05-05
* [driver] Enable the slp vectorizer at -Oz.Chad Rosier2014-05-02
* [ARM64/AArch64] Hook up CRC32 subtarget feature to the driverBradley Smith2014-05-02
* XCore target: fix handling of -g0 flagRobert Lytton2014-05-02
* Android uses -fpic for arm64 as well.Logan Chien2014-04-30
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-30
* Android uses -fpic for aarch64.Logan Chien2014-04-29
* Add comments regarding isPIEDefault usage for r207520Alexey Volkov2014-04-29
* Pass -pie to linker when generating executable on AndroidAlexey Volkov2014-04-29
* [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors theChad Rosier2014-04-28