Age | Commit message (Collapse) | Author |
|
Backpatch-through: 11
|
|
Backpatch-through: 10
|
|
Backpatch-through: 9.5
|
|
Unfortunately in LLVM 3.9 LLVMGetAttributeCountAtIndex(func, index)
crashes when called with an index that has 0 attributes. Since there's
no way to work around this in the C API, add a small C++ wrapper doing
so.
The only reason this didn't fail before 72559438f92 is that there
always are function attributes...
Author: Andres Freund <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch: 11-, like 72559438f92
|
|
Backpatch-through: update all files in master, backpatch legal files through 9.4
|
|
Author: Amit Langote
Discussion: https://postgr.es/m/[email protected]
Backpatch: 11-, where llvm was introduced.
|
|
Backpatch-through: certain files through 9.4
|
|
Noticed thanks to buildfarm animal seawasp.
Author: Andres Freund
Backpatch: v11-, where LLVM based JIT compliation was introduced.
|
|
Author: Andres Freund
Discussion: https://postgr.es/m/[email protected]
|