summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* ARM64: initial clang support commit.Tim Northover2014-03-291-4/+66
* Driver: implement addClangWarningOptionsTim Northover2014-03-291-0/+5
* InstrProf: Emit runtime hook directly in IRGenDuncan P. N. Exon Smith2014-03-281-7/+0
* Revert "Link in profile library on Linux using --whole-archive"Duncan P. N. Exon Smith2014-03-281-6/+8
* Link in profile library on Linux using --whole-archiveAlexey Samsonov2014-03-281-8/+6
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-6/+49
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-22/+20
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-271-1/+7
* InstrProf: Pull in runtime on non-DarwinDuncan P. N. Exon Smith2014-03-271-0/+7
* Use an option alias to implement -gmltDavid Blaikie2014-03-251-2/+1
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-251-7/+0
* clang-cl: make /Gy imply -fdata-sections in addition to -ffunction-sectionsHans Wennborg2014-03-251-0/+6
* clang-cl: Forward /Gy or /Gy- when falling back to cl.exeHans Wennborg2014-03-251-0/+5
* Update the parameters passed to the assembler and linker forWill Schmidt2014-03-241-1/+4
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-2/+1
* Add support for sanitizers arguments on FreeBSDViktor Kutuzov2014-03-181-2/+10
* AArch64_be specific clang target settingsChristian Pirker2014-03-141-0/+4
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-141-0/+3
* Always use --eh-frame-hdr on NetBSD, even for -static.Joerg Sonnenberger2014-03-131-1/+1
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-121-0/+2
* Driver: Support -gmlt as an alias for -gline-tables-onlyDavid Blaikie2014-03-111-1/+2
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-071-1/+1
* Update for LLVM API changeSaleem Abdulrasool2014-03-061-6/+7
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-6/+48
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-041-2/+2
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-031-0/+7
OpenPOWER on IntegriCloud