pyos
|
2d70d9d601
|
Implement jit for numeric if and multiIf
|
2018-05-07 23:17:22 +03:00 |
|
pyos
|
1433e6e849
|
Extract native bool cast; generalize number cast to nullables
|
2018-05-07 22:21:23 +03:00 |
|
pyos
|
cfc41e1a64
|
Copy changes from LLVM {5,6} CMakeLists to 7
|
2018-05-07 19:14:00 +03:00 |
|
pyos
|
f070f73220
|
Merge branch 'master' of https://github.com/yandex/ClickHouse into llvm-jit
Conflicts:
debian/.pbuilderrc
|
2018-05-07 19:11:48 +03:00 |
|
pyos
|
32fd123010
|
Select an *exact* target machine, not an approximation.
Required for enabling advanced features such as AVX and AVX2.
Code mostly copied from LLVM's tools/opt/opt.cpp.
|
2018-05-07 19:06:13 +03:00 |
|
proller
|
398097d24a
|
Build fixes (#2323)
* Build fixes
* Fixes
* remove libzookeeper-mt-dev
* fix
* fix
* wrong
* try fix
* fix
* Update CMakeLists.txt
|
2018-05-07 18:59:52 +03:00 |
|
pyos
|
686c1f73fd
|
Implement IntExp2Impl::compile
|
2018-05-07 16:36:07 +03:00 |
|
pyos
|
b08dbf2b22
|
Remove a redundant target_compile_options
|
2018-05-07 16:33:07 +03:00 |
|
pyos
|
d4b5c01a1e
|
Fix addModule check for LLVM < 7
It returns `Expected`, so false-y is a failure. (In >= 7 it returns
an `Error`, so truth-y is a failure. Wow, that's confusing.)
|
2018-05-07 16:04:07 +03:00 |
|
pyos
|
0e09138405
|
Assume output and one input of LLVMFunction is non-const
|
2018-05-07 16:03:26 +03:00 |
|
Alexey Milovidov
|
4c1c2dbdff
|
Merge remote-tracking branch 'origin/master' into pyos-llvm-jit
|
2018-05-07 13:44:15 +03:00 |
|
Alexey Milovidov
|
5cacc00eda
|
Removed useless library [#CLICKHOUSE-2]
|
2018-05-07 13:43:15 +03:00 |
|
Alexey Milovidov
|
863531ccf0
|
Removed useless library [#CLICKHOUSE-2]
|
2018-05-07 13:42:57 +03:00 |
|
Alexey Milovidov
|
7891c90746
|
Removed useless library [#CLICKHOUSE-2]
|
2018-05-07 13:30:18 +03:00 |
|
Alexey Milovidov
|
07162c0594
|
Merge branch 'pyos-llvm-jit' of github.com:yandex/ClickHouse into pyos-llvm-jit
|
2018-05-07 13:29:42 +03:00 |
|
Alexey Milovidov
|
00a5162503
|
Removed useless library [#CLICKHOUSE-2]
|
2018-05-07 13:29:19 +03:00 |
|
Alexey Milovidov
|
01bbf650f8
|
Build fixes #2277
|
2018-05-07 11:59:24 +03:00 |
|
Alexey Milovidov
|
b5b95e8ed3
|
Merge branch 'pyos-llvm-jit' of github.com:yandex/ClickHouse into pyos-llvm-jit
|
2018-05-07 09:53:36 +03:00 |
|
Alexey Milovidov
|
147919928d
|
Better error checks #2277
|
2018-05-07 09:49:56 +03:00 |
|
Alexey Milovidov
|
d1b4b5c836
|
Fixed error; added ProfileEvent #2277
|
2018-05-07 09:23:18 +03:00 |
|
Alexey Milovidov
|
d72740feab
|
Addition to prev. revision [#CLICKHOUSE-2]
|
2018-05-07 05:30:09 +03:00 |
|
Alexey Milovidov
|
a0cdfaaba1
|
Addition to prev. revision [#CLICKHOUSE-2]
|
2018-05-07 05:29:50 +03:00 |
|
Alexey Milovidov
|
bf3dbe1e86
|
Added a tool to fix code style [#CLICKHOUSE-2]
|
2018-05-07 05:27:31 +03:00 |
|
Alexey Milovidov
|
711bc0ed7f
|
Added a tool to fix code style [#CLICKHOUSE-2]
|
2018-05-07 05:27:11 +03:00 |
|
Alexey Milovidov
|
e06223cbb8
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:15:47 +03:00 |
|
Alexey Milovidov
|
b8a6261bbc
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:15:47 +03:00 |
|
Alexey Milovidov
|
a916d2760e
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:15:24 +03:00 |
|
Alexey Milovidov
|
fd0ee5c6b1
|
Style [#CLICKHOUSE-2]
|
2018-05-07 05:14:24 +03:00 |
|
Alexey Milovidov
|
02f8757bef
|
Applied clang-format #2272
|
2018-05-07 05:09:44 +03:00 |
|
Alexey Milovidov
|
b2edcfaa50
|
Applied clang-format #2272
|
2018-05-07 05:09:29 +03:00 |
|
Alexey Milovidov
|
723cc53948
|
Applied clang-format to some imported code [#CLICKHOUSE-2]
|
2018-05-07 05:08:38 +03:00 |
|
Alexey Milovidov
|
c4ff517b8e
|
Fixed style [#CLICKHOUSE-2]
|
2018-05-07 05:08:38 +03:00 |
|
Alexey Milovidov
|
1dc1ccc1d8
|
Applied clang-format #2272
|
2018-05-07 05:08:38 +03:00 |
|
Alexey Milovidov
|
e26abf0ab4
|
Applied clang-format to some imported code [#CLICKHOUSE-2]
|
2018-05-07 05:08:38 +03:00 |
|
Alexey Milovidov
|
59bc8e1b48
|
Applied clang-format to some imported code [#CLICKHOUSE-2]
|
2018-05-07 05:07:47 +03:00 |
|
Alexey Milovidov
|
619a0dbd8c
|
Fixed style [#CLICKHOUSE-2]
|
2018-05-07 05:07:17 +03:00 |
|
Alexey Milovidov
|
90427db854
|
Applied clang-format #2272
|
2018-05-07 05:06:55 +03:00 |
|
Alexey Milovidov
|
598c7fddb7
|
Applied clang-format to some imported code [#CLICKHOUSE-2]
|
2018-05-07 05:06:00 +03:00 |
|
Alexey Milovidov
|
94369e55d3
|
Fixed style a bit [#CLICKHOUSE-2]
|
2018-05-07 05:01:29 +03:00 |
|
Alexey Milovidov
|
956128a67a
|
Fixed style a bit [#CLICKHOUSE-2]
|
2018-05-07 05:01:11 +03:00 |
|
alexey-milovidov
|
17d7916fd6
|
Merge pull request #2319 from proller/fix15
Build fixes
|
2018-05-07 03:12:07 +03:00 |
|
Alexey Milovidov
|
a687c90100
|
Allow to link with LLVM if it was compiled without RTTI #2277
|
2018-05-07 03:00:12 +03:00 |
|
proller
|
81e2467283
|
Squashed commit of the following:
commit f1c193ea483872fee44e2969fc79a9b111a61d3d
Author: proller <proller@github.com>
Date: Sun May 6 16:28:46 2018 +0300
Clang5 build fix
commit c0ff4234747858dfd7741c90a5c77e9f8d47cd40
Merge: 852e11b 71814a3
Author: proller <proller@github.com>
Date: Sun May 6 16:04:26 2018 +0300
Merge remote-tracking branch 'upstream/master' into fix15
commit 852e11b409
Author: proller <proller@github.com>
Date: Sat May 5 20:15:40 2018 +0300
Try master
commit 2a5cebb5e5
Author: proller <proller@github.com>
Date: Sat May 5 19:34:55 2018 +0300
Try fix contrib/capnproto error with new compilers
commit bbfe581683
Merge: f493474 634ba89
Author: proller <proller@github.com>
Date: Sat May 5 19:25:01 2018 +0300
Merge remote-tracking branch 'upstream/master' into fix15
commit f49347469d
Author: proller <proller@github.com>
Date: Sat May 5 15:31:47 2018 +0300
Build fixes
|
2018-05-06 16:29:51 +03:00 |
|
Alexey Milovidov
|
71814a33d5
|
Fixed code #2272
|
2018-05-06 14:34:31 +03:00 |
|
Alexey Milovidov
|
9da677719c
|
Fixed code #2272
|
2018-05-06 14:34:16 +03:00 |
|
Alexey Milovidov
|
daed1ea0dc
|
Fixed code #2272
|
2018-05-06 14:33:19 +03:00 |
|
Alexey Milovidov
|
63625c0a30
|
Fixed code #2272
|
2018-05-06 14:33:03 +03:00 |
|
Alexey Milovidov
|
ee019183d2
|
Fixed code #2272
|
2018-05-06 14:31:14 +03:00 |
|
Alexey Milovidov
|
04d1c8c449
|
Fixed code #2272
|
2018-05-06 14:29:17 +03:00 |
|
Alexey Milovidov
|
b580d1c487
|
Allow to build with clang 7
|
2018-05-06 14:16:38 +03:00 |
|