summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/Darwin.cpp
Commit message (Expand)AuthorAgeFilesLines
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-071-0/+1
* [driver][darwin] Don't use -platform_version flag by default (PR44813)Hans Wennborg2020-02-271-1/+1
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-7/+3
* Add Triple::isX86()Fangrui Song2020-01-061-1/+1
* [driver][darwin] Pass -platform_version flag to the linker instead of the -<p...Alex Lorenz2019-12-171-1/+43
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-121-1/+5
* [Driver] Remove unused variable. NFC.Benjamin Kramer2019-11-101-1/+0
* Fix compilation warning. NFC.Michael Liao2019-11-041-2/+2
* [profile] Add a mode to continuously sync counter updates to a fileVedant Kumar2019-10-311-1/+35
* Build fix after 4b6597fNico Weber2019-10-311-1/+1
* Make flang driver stuff work on macOSNico Weber2019-10-311-1/+1
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-181-1/+0
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-6/+6
* [NFC] simplify Darwin environment handlingJF Bastien2019-07-301-16/+12
* [Remarks][Driver] Use the specified format in the remarks file extensionFrancis Visoiu Mistrih2019-06-171-1/+7
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-0/+9
* Add back --sysroot support for darwin header search.James Y Knight2019-05-221-9/+12
* [clang][Darwin] Refactor header search path logic into the driverLouis Dionne2019-05-211-12/+157
* [Darwin] Introduce a new flag, -fapple-link-rtlib that forces linking of the ...Amara Emerson2019-05-101-9/+25
* [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
OpenPOWER on IntegriCloud