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
2018-06-06
Add RETGUARD to clang for amd64. This security mechanism uses per-function
mortimer
2018-04-28
Add a clang pass that identifies potential ROP gadgets and replaces ROP
mortimer
2018-04-20
revert to 2018/04/20 10:00:00, before oops
Christian Weisgerber
2018-04-20
sync
Theo de Raadt
2018-04-07
Install a bunch more headers included by intrin.h, fixes at least libvpx
Landry Breuil
2018-04-07
regen
Jonathan Gray
2018-04-06
Install clwbintrin.h as it is needed by immintrin.h.
Patrick Wildt
2018-04-06
Move Version.inc to the correct folder.
Patrick Wildt
2018-04-06
Update clang build infrastructure for LLVM 6.0.0.
Patrick Wildt
2018-03-02
Add a manual page for lld from lld svn rev 326463 with options not
Jonathan Gray
2018-01-22
regen
Jonathan Gray
2017-12-24
Update to LLVM 5.0.1 which apparently includes plenty of bugfixes.
Patrick Wildt
2017-10-11
Add missing file.
Mark Kettenis
2017-10-04
Update clang build infrastructure for LLVM 5.0.0.
Patrick Wildt
2017-07-27
don't double install ld, some people have already been lost trying
Marc Espie
2017-07-09
zap empty depends/silence empty installs.
Marc Espie
2017-04-28
Install a few more x86 intrinsics header files.
Mark Kettenis
2017-04-20
Install clflushoptintrin.h and move pkuintrin.h such that the list is
Mark Kettenis
2017-04-17
Take a more radical approach to disabling colours: pretend we don't
Pascal Stumpf
2017-04-17
Change build infrastructure to allow building both gcc and clang. This
Mark Kettenis
2017-04-12
explicitly set the ownership on installed include files as well
Jonathan Gray
2017-04-12
Invoke install -d for each directory in the /usr/lib/clang hierarchy
Jonathan Gray
2017-04-10
Generate and install arm_neon.h on arm and arm64.
Mark Kettenis
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