index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
llvm
/
tools
Age
Commit message (
Expand
)
Author
2017-01-22
Disable COFF and Mach-O for OpenBSD to reduce build dependencies.
Patrick Wildt
2017-01-21
Make LLVM create strict aligned code for OpenBSD/arm64. We currently
Patrick Wildt
2017-01-14
Merge LLVM 3.9.1
Patrick Wildt
2017-01-14
Import LLVM 3.9.1 including clang and lld.
Patrick Wildt
2017-01-04
With clang as cross-compiler we need to make it pass the library path
Patrick Wildt
2016-11-28
Setup clang to use OpenBSD settings and defines for our AArch64
Patrick Wildt
2016-09-27
Disable -fstrict-aliasing per default on OpenBSD.
Pascal Stumpf
2016-09-17
For now, force soft-float; our kernel doesn't support saving the FPU state yet.
Mark Kettenis
2016-09-17
Fix types for OpenBSD/arm.
Mark Kettenis
2016-09-09
Handle -p as an alias of -pg. From the ports patch.
Jonathan Gray
2016-09-06
Link to -lcompiler_rt instead of -lgcc.
Pascal Stumpf
2016-09-05
libunwind relies on the EH frame header. Our OpenBSD frontend code
Patrick Wildt
2016-09-05
Let clang use libc++/libc++abi and its header files per default. You can still
Pascal Stumpf
2016-09-05
Link static PIEs with the correct C runtime (rcrt0.o).
Pascal Stumpf
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf