summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/FreeBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restore functionality of --sysroot on FreeBSD after b18cb9c47Dimitry Andric2020-02-191-1/+8
* Add Triple::isX86()Fangrui Song2020-01-061-4/+3
* [Driver] Use .init_array for all gcc installations and simplify Generic_ELF -...Fangrui Song2019-12-131-0/+9
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-0/+15
* Populate CUDA flags on FreeBSD too, as many other toolchains do.Dimitry Andric2019-11-181-0/+5
* clang: enable unwind tables on FreeBSD !amd64Ed Maste2019-11-151-0/+2
* [Driver] Add -static-openmp driver optionPirama Arumuga Nainar2019-09-091-1/+5
* clang: default to DWARF 4 for FreeBSD 12.0 and laterEd Maste2019-09-031-0/+6
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [RISCV] Add FreeBSD targetsSam Elliott2019-08-011-0/+8
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-121-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* Fix a typo/regression in r335495.John Baldwin2018-07-101-1/+1
* Fix warning about unhandled enumeration in switch.Zachary Turner2018-06-271-0/+2
* [mips] Explicitly specify the linker emulation for MIPS on FreeBSD.John Baldwin2018-06-271-6/+29
* Use Triple::isMIPS() instead of enumerating all Triples. NFCAlexander Richardson2018-06-251-13/+6
* Enable -fsanitize=function on FreeBSD.Fangrui Song2018-05-031-0/+1
* [Driver] Support for -save-stats in AddGoldPlugin.Florian Hahn2018-04-201-2/+5
* [XRay][clang] Consolidate runtime and link-time flag processing (NFC)Dean Michael Berris2018-04-061-25/+1
* FreeBSD driver / Xray flags moving pthread to compile flags.Kamil Rytarowski2018-02-221-1/+1
* Adding msan support for FreeBSDKamil Rytarowski2018-02-151-0/+2
* Add Xray instrumentation compile-time/link-time support to FreeBSDKamil Rytarowski2018-02-151-0/+27
* Look for 32-bit libraries in /usr/lib32 for MIPS O32 on FreeBSD.John Baldwin2018-02-121-0/+2
* Clang counterpart change for fuzzer FreeBSD supportKamil Rytarowski2018-01-151-0/+2
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-5/+6
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-6/+6
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-6/+6
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-1/+2
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+395
OpenPOWER on IntegriCloud