summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains/Clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r312748:Tom Stellard2017-11-151-1/+5
* Merging r311823: (+update ClangCommandLineReference.rst)Hans Wennborg2017-08-291-0/+3
* Merging r310006:Hans Wennborg2017-08-111-1/+1
* Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2017-07-191-26/+0
* [mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis2017-07-191-0/+26
* Enable TLS support on OpenBSD, but default to the emulatated TLS model.Brad Smith2017-07-171-3/+4
* [PS4] Disable LTO unit features under ThinLTO, like for Darwin.Paul Robinson2017-07-131-4/+5
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger2017-07-011-0/+6
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-0/+6
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-6/+0
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-0/+6
* Fix heap use after free introduced by r306769.Daniel Jasper2017-06-301-1/+1
* Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM'sChandler Carruth2017-06-301-5/+0
* Unified logic for computing target ABI in backend and front end by moving thi...Eric Christopher2017-06-301-35/+6
* [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code g...Gheorghe-Teodor Bercea2017-06-291-3/+5
* [OpenMP] Add support for auxiliary triple specificationGheorghe-Teodor Bercea2017-06-291-0/+17
* Remove a redundant call to ArgList::hasFlag. NFC.Vedant Kumar2017-06-281-7/+6
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-15/+40
* Fix a bug that warnings generated with -M or -MM flagsYuka Takahashi2017-06-161-0/+3
* Revert r305164/5/7.Daniel Jasper2017-06-121-40/+15
* test: attempt to repair build botsSaleem Abdulrasool2017-06-111-4/+7
* Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool2017-06-111-0/+33
* Driver: pass along [-]-[no]compress-debug-sections unfilteredSaleem Abdulrasool2017-06-111-15/+4
* Add -frewrite-imports flag.Richard Smith2017-06-091-1/+6
* [clang-cl] Implement /diagnostic: flagReid Kleckner2017-05-311-2/+23
* Fix incorrect spelling of calling conv flag and add -Wno-msvc-not-found to testReid Kleckner2017-05-311-4/+4
* [clang-cl] Improve default calling convention flag handlingReid Kleckner2017-05-311-8/+30
* Enable -fno-split-dwarf-inlining even when -gsplit-dwarf isn't specified.David Blaikie2017-04-281-4/+6
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-2/+1
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+3
* [modules-ts] Fold together -x c++ and -x c++-module at -cc1 level.Richard Smith2017-04-181-2/+18
* [ARM] Add hardware build attributes in assemblerOliver Stannard2017-04-181-0/+13
* [XRay] Add -fxray-{always,never}-instrument= flags to clangDean Michael Berris2017-03-301-31/+4
* Add the -grecord-gcc-switches option and pass the flags down on the compile u...Eric Christopher2017-03-291-2/+8
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-18/+10
* Add support for -fno-auto-profile and -fno-profile-sample-useDehao Chen2017-03-211-1/+1
* enable -save-temps with -finclude-defult-headerGuansong Zhang2017-03-151-1/+13
* [Driver] Restructure handling of -ffast-math and similar optionsJohn Brawn2017-03-151-124/+129
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+5172