summaryrefslogtreecommitdiffstats
path: root/lib/Driver/ToolChains/Darwin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [driver][macOS] Link libarclite from the default toolchain when clangAlex Lorenz2019-04-261-1/+30
* [LTO] Add plumbing to save stats during LTO on Darwin.Florian Hahn2019-04-191-0/+8
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+2
* Make -mno-outline pass -enable-machine-outliner=never to ld in LTOJessica Paquette2019-03-261-6/+15
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+8
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-8/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+8
* Remove esan.Nico Weber2019-03-111-2/+0
* Fixed failure on Darwin due to r354064Ana Pazos2019-02-151-1/+0
* [Driver][Darwin] Emit an error when using -pg on OS without support for it.Volodymyr Sapsai2019-02-141-14/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Darwin][Driver] Don't pass a file as object_path_lto during ThinLTOSteven Wu2019-01-111-7/+14
* [Driver] Fix libcxx detection on Darwin with clang run as ./clangIlya Biryukov2019-01-091-4/+5
* [Driver] Don't override '-march' when using '-arch x86_64h'Francis Visoiu Mistrih2018-12-171-5/+1
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-171-28/+87
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* Move detection of libc++ include dirs to Driver on MacOSIlya Biryukov2018-12-051-0/+32
* [gcov/Darwin] Ensure external symbols are exported when using an export listVedant Kumar2018-12-031-4/+10
* [Darwin] Export new weak external symbols when compiling with coverageVedant Kumar2018-11-061-0/+2
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [ubsan] Enable -fsanitize=vptr on Apple devices and simulatorsVedant Kumar2018-08-281-2/+8
* [Xray] Darwin - Enable in the driver sideDavid Carlier2018-08-271-0/+7
* [Darwin Driver] Fix Simulator builtins and test casesChris Bieneman2018-08-151-7/+12
* Refactor Darwin driver to refer to runtimes by componentChris Bieneman2018-08-151-60/+21
* SafeStack: Disable Darwin supportVlad Tsyrklevich2018-08-141-10/+0
* [Preprocessor] Allow libc++ to detect when aligned allocation is unavailable.Volodymyr Sapsai2018-08-031-1/+5
* Revert r337635 "[Driver] Sanitizer support based on runtime library presence"Reid Kleckner2018-07-311-51/+22
* [Driver] Sanitizer support based on runtime library presenceGeorge Karpenkov2018-07-201-22/+51
* [MachineOutliner] Properly pass -moutline along to the toolchainJessica Paquette2018-07-061-0/+12
* [Driver][Darwin] Use Host Triple to infer target os versionSteven Wu2018-07-031-1/+7
* [Darwin] Remove _VPMergeHook from the auto-export listVedant Kumar2018-06-281-1/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [driver][darwin] Do not infer -simulator environment for OS version env varsAlex Lorenz2018-04-251-3/+16
* [Driver] Export profiling symbols for -exported_symbols_listVedant Kumar2018-04-131-0/+2
* [driver][darwin] Do not infer -simulator environment for non-simulator SDKsAlex Lorenz2018-04-031-5/+19
* [Driver] Forward opt-remark hotness threshold to LTOAdam Nemet2018-02-261-1/+10
* [driver][darwin] Take the OS version from -m<os>-version-min argument whenAlex Lorenz2017-12-291-14/+33
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-2/+1
* [darwin][driver] Warn about mismatching -<os>-version-min rather thanAlex Lorenz2017-12-201-4/+21
* [driver][darwin] Set the 'simulator' environment when it's specifiedAlex Lorenz2017-12-191-6/+21
* [driver][darwin] Take the OS version specified in "-target" as the targetAlex Lorenz2017-12-191-47/+69
* Fix MSVC 'not all control paths return a value' warningSimon Pilgrim2017-12-101-0/+1
* [driver][darwin] Refactor the target selection code, NFCAlex Lorenz2017-12-091-245/+356
* [driver] Set the 'simulator' environment for Darwin when compiling forAlex Lorenz2017-12-071-8/+0
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-4/+7
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-7/+4
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-4/+7
* Driver: remove `SupportsObjCGC` (NFC)Saleem Abdulrasool2017-11-191-2/+0
* Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris2017-11-101-6/+0
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-101-0/+6