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
/
usr.bin
/
clang
Age
Commit message (
Expand
)
Author
2017-03-27
Do not clobber the default compiler/linker links unless COMPILER_VERSION is
Mark Kettenis
2017-02-25
sync clang.1 with clang.rst
Jonathan Gray
2017-02-16
clang is installed as cc and c++ there is no need to set CC and CXX to
Jonathan Gray
2017-01-25
Add infrastructure to build LLVM for mips64.
Patrick Wildt
2017-01-25
Descend into the arch specific subdirectory for every arch on
Patrick Wildt
2017-01-24
Update clang build infrastructure for LLVM 4.0.0
Patrick Wildt
2017-01-22
Always provide clang as cc, c++ and cpp, and lld as ld.
Patrick Wildt
2017-01-22
On clang architectures cc, c++ and cpp are provided by clang. Also,
Patrick Wildt
2017-01-22
Compile and install lld as ld.lld, since that's what the ecosystem
Patrick Wildt
2017-01-22
Include bsd.own.mk in a few more places to pick up mk.conf overrides.
Jonathan Gray
2017-01-22
Add build infrastructure for lld.
Patrick Wildt
2017-01-14
Update clang build infrastructure for LLVM 3.9.1
Patrick Wildt
2017-01-07
Only install header files relevant for the architecture we're targeting.
Mark Kettenis
2017-01-06
Don't install standard C headers for which we already have a proper system
Mark Kettenis
2016-12-20
Compile clang with clang by default instead of egcc. This allows our
Patrick Wildt
2016-11-24
Add AArch64 backend build infrastructure.
Patrick Wildt
2016-09-19
Add PowerPC backend build infrastructure.
Pascal Stumpf
2016-09-18
On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes the
Mark Kettenis
2016-09-17
Add missing build infrastructure for arm.
Mark Kettenis
2016-09-08
Have "make cleandir" work everywhere in the clang tree.
Pascal Stumpf
2016-09-05
Fix "make depend".
Pascal Stumpf
2016-09-05
I was bound to forget some files ...
Pascal Stumpf
2016-09-05
LLVM/Clang build system. This only builds the bare minimum of what is needed
Pascal Stumpf