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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
Set max atomic size for PowerPC.
gkoehler
1
-1
/
+4
2020-05-30
Switch Powerpc64 Big Endian to ELFv2 on OpenBSD, as least for now.
drahn
1
-0
/
+2
2020-05-30
Powerpc64 should use same _mcount profiling as powerpc 32bit.
drahn
1
-0
/
+1
2020-05-25
PowerPC: optimize away the frame pointer.
gkoehler
1
-3
/
+4
2020-05-23
Use a distinct trap code with retguard on mips64.
visa
1
-2
/
+3
2020-05-20
Make sure that we add our OpenBSD specific defines on PowerPC64 targets.
patrick
1
-0
/
+4
2020-05-02
Don't make an illegal adde. Avoids fatal error on PowerPC.
gkoehler
1
-1
/
+3
2020-04-09
Make sure that we really don't emut quad-precision unless the
kettenis
3
-16
/
+43
2020-04-05
Define the appropriate __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* symbols like all
kettenis
1
-0
/
+5
2020-04-04
Fix "small pic" secure plt support.
kettenis
3
-8
/
+12
2020-03-04
Switch powerpc clang to -msvr4-struct-return, like gcc.
gkoehler
4
-9
/
+103
2019-12-21
Add arm64 support for lldb.
mortimer
3
-0
/
+650
2019-11-29
Sort relative relocations (and relocations against the same symbol) by offset
guenther
1
-1
/
+8
2019-11-27
In lldb, use a OpenBSD signal map instead of leveraging the FreeBSD one.
mortimer
4
-1
/
+54
2019-11-26
Add bits to allow lldb to find lldb-server.
mortimer
4
-0
/
+28
2019-11-26
Do not process 0 size DT_PLTRELSZ sections.
mortimer
1
-1
/
+3
2019-11-10
Cope with missing PT_* operations on some architectures
deraadt
2
-0
/
+20
2019-11-09
Move the hashed __retguard_* symbols into individual sections and mark
guenther
1
-3
/
+5
2019-11-09
Add lldb support for debugging running binaries on amd64.
mortimer
29
-61
/
+2337
2019-10-25
Add retguard for octeon/mips64.
mortimer
8
-1
/
+439
2019-09-28
Make clang emit the proper path to our libcompiler_rt.a when asked to.
patrick
2
-0
/
+12
2019-09-01
Merge LLVM 8.0.1 release.
patrick
8
-20
/
+33
2019-09-01
Import LLVM 8.0.1 release including clang, lld and lldb.
patrick
59
-337
/
+484
2019-08-12
Ensure stack protector slot access is resolved by PEI.
mortimer
1
-0
/
+4
2019-08-01
The GlobalISel IRTranslator pass assumes that it is safe to use the
mortimer
1
-1
/
+2
2019-07-28
Address a few issues in the expansion of li.d and li.s:
visa
1
-8
/
+15
2019-07-08
Fix instruction guard. This prevents the compiler from using
visa
1
-1
/
+1
2019-07-01
Implement the 'h' register constraint on mips64. This lets clang build
visa
2
-0
/
+9
2019-06-26
In LLVM 8 somebody had the glorious idea to enable the integrated assembler
claudio
1
-1
/
+1
2019-06-24
Implement .cplocal directive. Needed when building libcrypto.
visa
3
-25
/
+68
2019-06-24
Implement SGE pseudo-instructions. Needed when building libcrypto.
visa
3
-0
/
+99
2019-06-24
Fix a bug in memory operand handling. If a load or store uses a symbol
visa
1
-0
/
+4
2019-06-24
The -nopie flag has already been pushed a few lines before,
patrick
1
-3
/
+2
2019-06-23
Re-add files that were previously removed but are now part of LLVM 8.0.0.
patrick
1
-0
/
+79
2019-06-23
Merge LLVM 8.0.0 release.
patrick
412
-78257
/
+16494
2019-06-23
Import LLVM 8.0.0 release including clang, lld and lldb.
patrick
6614
-150237
/
+429240
2019-06-01
Back out frame pointer elimination optimization.
mortimer
1
-11
/
+0
2019-06-01
Do not eliminate frame pointers on i386. The entire i386 ecosystem assumes
mortimer
1
-1
/
+0
2019-05-31
Re-enable frame pointer elimination for x86 and mips64 if optimizations are
mortimer
1
-0
/
+12
2019-05-31
Re-enable RETGUARD leaf function optimization for arm64.
mortimer
3
-3
/
+16
2019-05-16
Stop using the moribund MLINKS bsd.man.mk feature for clang(1).
schwarze
1
-2
/
+2
2019-05-13
Add support for -znoretpolineplt and make -zretpolineplt the default.
guenther
1
-2
/
+7
2019-04-26
add "elf64_sparc" emulation name so ELF SPARCV9 format can be explicitly
naddy
1
-0
/
+1
2019-04-25
Also touch --param ssp-buffer-size when using retguard in lieu of the
mortimer
1
-1
/
+2
2019-04-22
Remove cast that truncates immediate operands to 32 bits. This fixes
kettenis
1
-1
/
+1
2019-04-20
Restore previous section after setting the MIPS ABI marker. This keeps
visa
1
-0
/
+2
2019-04-17
retguard-cookie-in-register is slightly unstable on arm64, so surgically
deraadt
2
-2
/
+2
2019-04-04
frame-pointer elimination has encountered some resistance in ports but we
deraadt
1
-12
/
+0
2019-04-02
Enable frame pointer elimination on i386, amd64 and mips64 when given
mortimer
1
-0
/
+12
2019-04-02
Emit variable length trap padding in retguard epilogue.
mortimer
1
-0
/
+21
[next]