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
Age
Commit message (
Expand
)
Author
2017-08-07
Actually enable the kprintf format attribute.
Mark Kettenis
2017-08-04
Backport https://reviews.llvm.org/D29778. Fixes a bug where clang was
Mark Kettenis
2017-08-04
remove llvm's .gitignore file; upstream have separate repos for clang, lld,
Stuart Henderson
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-08-01
Use int3 trap padding between functions instead of trapsleds with a leading j...
mortimer
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-07-29
Disable -Waddress-of-packed-member by default.
Mark Kettenis
2017-07-29
Fix trapsleds on i386
mortimer
2017-07-28
On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, since
Theo de Raadt
2017-07-27
teach clang about our syslog format attribute
Robert Nagy
2017-07-27
push back -pie to the linker if -pie is specified to avoid an unused argument
Robert Nagy
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-06-28
if we return nullptr for a "noexec" section, then don't change section.
Marc Espie
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-06-27
trapsleds for clang, similar to the change on gas side.
Theo de Raadt
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-06-21
For a decade or more, we've patched gcc to make -fno-ident the default.
Ted Unangst
2017-06-06
Enable -fwrapv by default with clang to treat signed integer overflows
Jonathan Gray
2017-06-02
Synonym -Wno-cpp for -Wno-#warnings. That one is not a headache for
Marc Espie
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-05-29
openbsd does not use nonexec stack segment header hints.
Ted Unangst
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-05-09
Enable TLS support but default to the emulatated TLS model. Enable the
Mark Kettenis
2017-04-16
Disable colored diagnostics in LLVM's lld.
Patrick Wildt
2017-03-24
Add "supported targets" in lld --help output to be compatible with what
Jonathan Gray
2017-03-24
Add "(compatible with GNU linkers)" to the lld version output to avoid
Jonathan Gray
2017-03-19
Work around a problem where linker-generated symbols are not properly
Mark Kettenis
2017-01-14
Import LLVM 3.9.1 including clang and lld.
Patrick Wildt
2017-03-18
Add support for -znodlopen.
Mark Kettenis
2017-03-14
Merge LLVM 4.0.0 release.
Patrick Wildt
2017-03-14
Import LLVM 4.0.0 release including clang and lld.
Patrick Wildt
2017-03-09
Disable colored diagnostics in the clang frontend.
Patrick Wildt
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-02-25
Disable loop idiom recognition for _libc_memset and _libc_memcpy. These are
Mark Kettenis
2017-02-25
Fix the types used on aarch64 to match what we have in <sys/types.h>.
Mark Kettenis
2017-02-25
Make sure the .eh_frame ends with a terminator. This avoids creating a
Mark Kettenis
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-01-14
Import LLVM 3.9.1 including clang and lld.
Patrick Wildt
2017-02-12
Disable -Wpointer-sign warnings per default
Stefan Kempf
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
2017-01-31
Fix creation of the library name, as assigning a string to a StringRef
Patrick Wildt
2017-01-24
PIE-by-default. Probably not suitable for upsttreaming in its current form.
Mark Kettenis
2017-01-24
Avoid allocating space for commons with ld -r. Already pushed upstream.
Mark Kettenis
2017-01-24
Handle the OpenBSD-style major/minor shared library version scheme.
Mark Kettenis
2017-01-24
Merge LLVM 4.0.0 rc1
Patrick Wildt
2017-01-24
Import LLVM 4.0.0 rc1 including clang and lld to help the current
Patrick Wildt
2016-09-03
Use the space freed up by sparc and zaurus to import LLVM.
Pascal Stumpf
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-20
Restore setting the visibility of __guard_local to hidden for better
Philip Guenther
[next]