summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Transforms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-1417-392/+400
|
* Disable loop idiom recognition for _libc_memset and _libc_memcpy. These arekettenis2017-02-251-0/+2
| | | | | | | | | | | | the internal names we use in libc for memset and memcpy and having the compiler optimize them as calls to memset and memcpy will lead to infinite recursion. This is a temporary solution while guenther@ tries to figure out a better way to force calls from inside libc via identifiers that are of hidden visibility. ok jsg@, patrick@
* Merge LLVM 4.0.0 rc1patrick2017-01-242-205/+0
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-24172-11480/+27905
| | | | development effort on OpenBSD/arm64.
* Merge LLVM 3.9.1patrick2017-01-1412-4594/+0
|
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-14167-16622/+32342
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-03192-0/+149606
ok hackroom@