summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/FreeBSD.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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