index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
llvm
/
tools
/
clang
/
lib
/
Driver
/
Tools.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, since
deraadt
2017-07-28
1
-0
/
+12
*
push back -pie to the linker if -pie is specified to avoid an unused argument
robert
2017-07-27
1
-0
/
+3
*
Enable -fwrapv by default with clang to treat signed integer overflows
jsg
2017-06-06
1
-1
/
+2
*
Enable TLS support but default to the emulatated TLS model. Enable the
kettenis
2017-05-09
1
-1
/
+2
*
Merge LLVM 4.0.0 rc1
patrick
2017-01-24
1
-473
/
+1339
*
Make LLVM create strict aligned code for OpenBSD/arm64. We currently
patrick
2017-01-21
1
-3
/
+7
*
Merge LLVM 3.9.1
patrick
2017-01-14
1
-377
/
+1128
*
With clang as cross-compiler we need to make it pass the library path
patrick
2017-01-04
1
-2
/
+4
*
Disable -fstrict-aliasing per default on OpenBSD.
pascal
2016-09-27
1
-2
/
+5
*
For now, force soft-float; our kernel doesn't support saving the FPU state yet.
kettenis
2016-09-17
1
-0
/
+4
*
Link to -lcompiler_rt instead of -lgcc.
pascal
2016-09-06
1
-8
/
+2
*
libunwind relies on the EH frame header. Our OpenBSD frontend code
patrick
2016-09-05
1
-1
/
+2
*
Link static PIEs with the correct C runtime (rcrt0.o).
pascal
2016-09-05
1
-0
/
+4
*
Use the space freed up by sparc and zaurus to import LLVM.
pascal
2016-09-03
1
-0
/
+10605