index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Driver
/
ToolChains
/
FreeBSD.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore functionality of --sysroot on FreeBSD after b18cb9c47
Dimitry Andric
2020-02-19
1
-1
/
+8
*
Add Triple::isX86()
Fangrui Song
2020-01-06
1
-4
/
+3
*
[Driver] Use .init_array for all gcc installations and simplify Generic_ELF -...
Fangrui Song
2019-12-13
1
-0
/
+9
*
Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor
2019-11-26
1
-0
/
+15
*
Populate CUDA flags on FreeBSD too, as many other toolchains do.
Dimitry Andric
2019-11-18
1
-0
/
+5
*
clang: enable unwind tables on FreeBSD !amd64
Ed Maste
2019-11-15
1
-0
/
+2
*
[Driver] Add -static-openmp driver option
Pirama Arumuga Nainar
2019-09-09
1
-1
/
+5
*
clang: default to DWARF 4 for FreeBSD 12.0 and later
Ed Maste
2019-09-03
1
-0
/
+6
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[RISCV] Add FreeBSD targets
Sam Elliott
2019-08-01
1
-0
/
+8
*
[asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...
Pierre Gousseau
2019-04-12
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-1
/
+1
*
Fix a typo/regression in r335495.
John Baldwin
2018-07-10
1
-1
/
+1
*
Fix warning about unhandled enumeration in switch.
Zachary Turner
2018-06-27
1
-0
/
+2
*
[mips] Explicitly specify the linker emulation for MIPS on FreeBSD.
John Baldwin
2018-06-27
1
-6
/
+29
*
Use Triple::isMIPS() instead of enumerating all Triples. NFC
Alexander Richardson
2018-06-25
1
-13
/
+6
*
Enable -fsanitize=function on FreeBSD.
Fangrui Song
2018-05-03
1
-0
/
+1
*
[Driver] Support for -save-stats in AddGoldPlugin.
Florian Hahn
2018-04-20
1
-2
/
+5
*
[XRay][clang] Consolidate runtime and link-time flag processing (NFC)
Dean Michael Berris
2018-04-06
1
-25
/
+1
*
FreeBSD driver / Xray flags moving pthread to compile flags.
Kamil Rytarowski
2018-02-22
1
-1
/
+1
*
Adding msan support for FreeBSD
Kamil Rytarowski
2018-02-15
1
-0
/
+2
*
Add Xray instrumentation compile-time/link-time support to FreeBSD
Kamil Rytarowski
2018-02-15
1
-0
/
+27
*
Look for 32-bit libraries in /usr/lib32 for MIPS O32 on FreeBSD.
John Baldwin
2018-02-12
1
-0
/
+2
*
Clang counterpart change for fuzzer FreeBSD support
Kamil Rytarowski
2018-01-15
1
-0
/
+2
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-5
/
+6
*
Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
Martell Malone
2017-11-29
1
-6
/
+6
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-6
/
+6
*
Introduce -nostdlib++ flag to disable linking the C++ standard library.
Nico Weber
2017-07-25
1
-1
/
+2
*
[Driver] Consolidate tools and toolchains by target platform. (NFC)
David L. Jones
2017-03-08
1
-0
/
+395