Commit Graph

15632 Commits

Author SHA1 Message Date
proller
efe661b620 Build fixes (#2347)
* Try fix travis

* fix

* Fix clickhouse-local shared-split link

* fix

* fix

* fix

* Build fixes

* Fix tinfo

* fix

* tinfo -> termcap
2018-05-11 17:16:16 +03:00
Alexey Milovidov
607aa7070c Merge branch 'master' of github.com:yandex/ClickHouse 2018-05-11 17:13:55 +03:00
Alexey Milovidov
f4a3daaed0 Fixed linking with newer libmysqlclient when using lld. TODO: add mysqlclient to contrib [#CLICKHOUSE-2] 2018-05-11 17:13:44 +03:00
Vitaliy Lyudvichenko
d292190d4b Try to fix broken test. [#CLICKHOUSE-2] 2018-05-11 16:53:39 +03:00
Alexey Milovidov
5241a81015 Better check #2240 2018-05-11 15:00:02 +03:00
Alexey Milovidov
11313e94c7 Get rid of GLIBC_2.27 symbols #2240 2018-05-11 14:58:11 +03:00
Alexey Milovidov
3ff088f270 Get rid of GLIBC_2.27 symbols #2240 2018-05-11 14:54:25 +03:00
Alexey Milovidov
274704d0df Added a script to validate dependencies on shared libraries #2240 2018-05-11 14:34:02 +03:00
Alexey Milovidov
e14dedb76b Removed ANL because we don't really need it #2240 2018-05-11 14:23:52 +03:00
Alexey Milovidov
9106d33111 Merge branch 'master' of github.com:yandex/ClickHouse 2018-05-11 14:04:52 +03:00
Alexey Milovidov
38a559061f Removed garbage (fixed build) [#CLICKHOUSE-2] 2018-05-11 14:04:39 +03:00
Alexey Milovidov
715a9a7233 Miscellaneous [#CLICKHOUSE-2] 2018-05-11 14:04:12 +03:00
Alexey Milovidov
ed70e468f9 Removed useless library [#CLICKHOUSE-2] 2018-05-11 03:56:31 +03:00
Alexey Milovidov
471eb5c8ca Removed useless file [#CLICKHOUSE-2] 2018-05-11 03:49:06 +03:00
Alexey Milovidov
8b05841142 Removed useless files [#CLICKHOUSE-2] 2018-05-11 03:08:49 +03:00
Alexey Milovidov
b5d5b6ae45 Merge branch 'master' of github.com:yandex/ClickHouse 2018-05-11 02:25:58 +03:00
Alexey Milovidov
294b468a32 Avoid warnings in LLVM code #2277 2018-05-11 02:25:46 +03:00
Alexey Milovidov
9fa5952b0f Updated submodule #2277 2018-05-11 02:20:48 +03:00
alexey-milovidov
646bea46d8
Update replication.md 2018-05-11 00:47:05 +03:00
Alexey Milovidov
582085bf15 Be more conservative about new feature #2277 2018-05-11 00:29:44 +03:00
Alexey Milovidov
405bcafc0c Merge branch 'master' of github.com:yandex/ClickHouse into pyos-llvm-jit 2018-05-11 00:27:47 +03:00
Alexey Milovidov
497181108e Updated submodule #2277 2018-05-10 23:44:01 +03:00
Alexey Milovidov
65a08210ac Merge branch 'llvm-jit' of https://github.com/pyos/ClickHouse into pyos-llvm-jit 2018-05-10 22:09:47 +03:00
pyos
e5ebc24657 Revert the part of bd332b that moved a read after std::move. 2018-05-10 21:19:41 +03:00
pyos
1718e575a7 Bridge between incompatible LLVM APIs 2018-05-10 20:31:24 +03:00
Alexey Milovidov
4d9088d3d4 Merge branch 'llvm-jit' of https://github.com/pyos/ClickHouse into pyos-llvm-jit 2018-05-10 18:23:53 +03:00
Alexey Milovidov
d3b7bafedf Miscellaneous #2277 2018-05-10 18:22:54 +03:00
Alexey Milovidov
da1cab72db Better exception message [#CLICKHOUSE-2] 2018-05-10 18:21:01 +03:00
Alexey Milovidov
01656e8fe1 Minor modifications in build instruction #2277 2018-05-10 18:21:01 +03:00
Alexey Milovidov
c00b5fd55d Changed some doc files to symlinks #2277 2018-05-10 18:21:01 +03:00
Alexey Milovidov
93352237d9 Better exception message [#CLICKHOUSE-2] 2018-05-10 18:20:19 +03:00
pyos
c123be1fe4 Fix incorrect phi node edges in if 2018-05-10 17:49:38 +03:00
Alexey Milovidov
2bf7378143 Merge branch 'pyos-llvm-jit' of github.com:yandex/ClickHouse into pyos-llvm-jit 2018-05-10 17:46:05 +03:00
Alexey Milovidov
7df26c93ee Minor modifications in build instruction #2277 2018-05-10 17:45:52 +03:00
Alexey Milovidov
6ecc6d8ea4 Changed some doc files to symlinks #2277 2018-05-10 17:44:45 +03:00
pyos
6d2259f2cf Implement jit for comparisons, except for (double, int).
That one has some edge cases which I can't be bothered to code.
2018-05-10 17:03:18 +03:00
pyos
bd332b9171 Allow calling into libc from jitted code.
Mostly for intrinsics like memcpy/memset/memmove, which are inserted
during optimization by LLVM itself. (With a null resolver, a compiled
version of something like `Uint64 < 0` would segfault.)
2018-05-10 17:00:32 +03:00
proller
12905f5c6f
Try fix travis (#2340) 2018-05-10 15:31:30 +03:00
pyos
4776168c3b Merge branch 'master' of https://github.com/yandex/ClickHouse into llvm-jit 2018-05-10 13:25:26 +03:00
pyos
4abcef13a1 Merge branch 'pyos-llvm-jit' of https://github.com/yandex/ClickHouse into llvm-jit 2018-05-10 13:19:49 +03:00
Alexey Milovidov
0db2e5565f Updated submodule #2277 2018-05-10 02:37:31 +03:00
BayoNet
01beee93ee Editing of external contributions in the documentation. 2018-05-10 02:16:00 +03:00
Vitaliy Lyudvichenko
990bcbb007 Add test for --help. [#CLICKHOUSE-3713] 2018-05-10 02:15:06 +03:00
Vitaliy Lyudvichenko
b4025e312e Use neat boost::program_options, more parameters. [#CLICKHOUSE-3713] 2018-05-10 02:15:06 +03:00
Vitaliy Lyudvichenko
5704de8774 Fixed settings passing in clickhouse-local and tmp dirs. [#CLICKHOUSE-3713] 2018-05-10 02:15:06 +03:00
Alexey Milovidov
2d0e0059f8 Updated submodule #2277 2018-05-10 02:07:10 +03:00
Alexey Milovidov
6f69c41bdd Fixed error #2277 2018-05-10 01:29:23 +03:00
Alexey Milovidov
3f34eced72 Updated submodule #2277 2018-05-10 01:09:02 +03:00
Alexey Milovidov
3679925233 Updated submodule #2277 2018-05-10 01:07:40 +03:00
Alexey Milovidov
e6369d4168 Updated submodule #2277 2018-05-10 00:46:44 +03:00