summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Transforms (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-03267-223830/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-232-129/+107
| | | | | | | | | Prepared with help from jsg@ and mortimer@ Tested on amd64 by bcallah@, krw@, naddy@ Tested on arm64 by patrick@ Tested on macppc by kettenis@ Tested on octeon by visa@ Tested on sparc64 by claudio@
* Import LLVM 8.0.0 release including clang, lld and lldb.patrick2019-06-23173-7777/+17122
|
* Tedu files that got removed in LLVM 7.0.1.patrick2019-01-272-213/+0
|
* Merge LLVM 7.0.1 release.patrick2019-01-271-58/+80
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-27224-13238/+25342
|
* Tedu files that got removed in LLVM 6.0.0.patrick2018-04-061-108/+0
|
* Merge LLVM 6.0.0 release.patrick2018-04-061-62/+105
|
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-06171-10171/+25487
| | | | "where is the kaboom?" deraadt@
* Import LLVM 5.0.1 release including clang, lld and lldb.patrick2017-12-241-7/+9
|
* Tedu files that got removed in LLVM 5.0.0.patrick2017-10-043-5854/+0
|
* Merge LLVM 5.0.0 release.patrick2017-10-041-56/+427
|
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-04182-13639/+29501
|
* 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@