bjorn3
e8168ce8a3
Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-2023-07-22
2023-07-22 13:32:34 +00:00
bjorn3
81ea0b29ea
Merge commit '8830dccd1d4c74f1f69b0d3bd982a3f1fcde5807' into sync_cg_clif-2023-06-15
2023-06-15 17:56:01 +00:00
Pietro Albini
7886be6327
remove patch from cranelift backend to ignore unwinding tests
2023-06-13 15:53:26 +02:00
bjorn3
7b3bd56ed9
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-2023-03-15
2023-03-15 14:41:48 +00:00
bjorn3
b67610f98a
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
2023-01-24 18:56:42 +01:00
bjorn3
9950bd1dc5
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-2022-10-23
2022-10-23 16:22:55 +02:00
bjorn3
cfef0a4f8d
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
2022-08-24 18:40:58 +02:00
Tamir Duberstein
c413617ca5
Update integer_atomics tracking issue
...
Updates #32976 .
Updates #99069 .
2022-07-08 17:52:04 -04:00
bjorn3
d9025cebac
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
2022-05-15 12:32:19 +02:00
bjorn3
32202f20cd
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
2022-04-22 21:11:38 +02:00
bjorn3
1bd90f8644
Don't declare test_variadic_fnptr with two conflicting signatures
...
It is UB for LLVM and results in a compile error for Cranelift
2022-03-20 21:09:35 +01:00
bjorn3
d1904e5855
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
2022-03-20 16:55:21 +01:00
bjorn3
b5cbb87e62
Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-2022-02-23
2022-02-23 11:49:34 +01:00
bjorn3
799e067912
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
2021-12-20 18:56:35 +01:00
bjorn3
5d3b8e7c1b
Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9' into sync_cg_clif-2021-09-19
2021-09-19 13:56:58 +02:00
bjorn3
d220159810
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-2021-08-06
2021-08-06 16:26:56 +02:00
bjorn3
fb92375755
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-2021-07-07
2021-07-07 11:14:20 +02:00
bjorn3
d6b03451e6
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
2021-05-27 13:08:14 +02:00
bjorn3
27886cd6b6
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
2021-03-05 19:12:59 +01:00
bjorn3
a75f9bc3be
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
2021-02-01 10:11:46 +01:00
bjorn3
d404840788
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-2020-11-27
2020-11-27 20:48:53 +01:00
bjorn3
a233646dfc
Rustup to rustc 1.49.0-nightly ( e160e5cb8
2020-10-14)
2020-10-15 10:34:13 +02:00
bjorn3
684c054e31
Rustup to rustc 1.48.0-nightly ( fc2daaae6
2020-09-28)
2020-09-29 13:56:30 +02:00
bjorn3
18348b1aec
Rustup to rustc 1.47.0-nightly ( 663d2f5cd
2020-08-22)
2020-08-23 11:50:51 +02:00
bjorn3
ca9fc101c0
Fix weak linkage
...
This removes the last sysroot patch apart from the few patches that disable tests
2020-08-20 15:24:33 +02:00
bjorn3
c1a68b1386
Emulate the cpuid arch intrinsic
2020-08-15 19:08:19 +02:00
bjorn3
7d69857dcb
Rustup to rustc 1.47.0-nightly ( db0492ace
2020-07-29)
2020-07-30 14:58:27 +02:00
bjorn3
34823a7e4c
Rustup to rustc 1.46.0-nightly ( 5c9e5df3a
2020-07-16)
2020-07-17 19:15:33 +02:00
bjorn3
4a21cff957
Remove usage of extern_weak in fast_thread_local
2020-07-16 12:55:03 +02:00
bjorn3
431cebdca1
Introduce #[cfg(target_feature = "cg_clif")]
2020-06-20 16:22:03 +02:00
bjorn3
392348d3d1
Ignore less of the libcore float tests
2020-06-20 15:29:12 +02:00
bjorn3
5f54cc7658
Implement checked_mul
...
Fixes #6
2020-06-20 15:15:28 +02:00
bjorn3
177348fbb4
Unignore some more libcore tests
2020-06-20 14:26:05 +02:00
bjorn3
ef4186a85b
Use Cranelift legalization for icmp.i128
...
The previous translation was wrong for signed 128bit comparisions
This fixes several libcore tests
2020-06-20 13:23:31 +02:00
bjorn3
5c6bf836fe
Implement #[link_section]
...
Fixes #1047
2020-06-20 12:01:24 +02:00
bjorn3
f718378f11
Ignore libcore test that requires unwinding support
2020-06-20 11:31:48 +02:00
bjorn3
d7682f52af
Disable failing libcore test
2020-05-25 13:00:15 +02:00
bjorn3
9cf1bcea5c
Rustup to rustc 1.44.0-nightly ( 485c5fb6e
2020-04-08)
2020-04-09 13:22:40 +02:00
bjorn3
1e074106e6
Don't disable inline asm in hint::spin_loop
2020-03-11 14:08:54 +01:00
bjorn3
c5b5b2b702
Don't disable multithreading in libtest
2020-03-10 20:53:05 +01:00
bjorn3
dcc86d306c
Emulate <Box<F> as FnOnce>::call_once
without alloca
...
Fixes #884
cc #15
2020-03-10 20:48:58 +01:00
bjorn3
c8de552c01
Tls support
2020-02-26 14:41:05 +01:00
bjorn3
b5b2ffab6a
Rustup to rustc 1.43.0-nightly ( 5d04ce67f
2020-02-13)
2020-02-14 18:20:34 +01:00
bjorn3
9cdea312cf
Rustup to rustc 1.42.0-nightly ( 3761dcd34
2020-01-28)
2020-01-29 11:21:29 +01:00
bjorn3
1db38c0dfc
Re-introduce FnBox
2020-01-22 20:24:17 +01:00
bjorn3
83f6ef1558
Rustup to rustc 1.42.0-nightly ( 689fca01c
2020-01-17)
2020-01-22 18:09:20 +01:00
bjorn3
047eaf14ba
Rustup to rustc 1.42.0-nightly ( 9ae6cedb8
2019-12-23)
2019-12-24 12:27:11 +01:00
bjorn3
b97df0b07f
Fix Linux libtest
2019-12-16 11:50:20 +01:00
bjorn3
e1613a69d4
Rustup to rustc 1.41.0-nightly ( a605441e0
2019-12-15)
2019-12-16 11:33:57 +01:00
bjorn3
d14ad35884
Rustup to rustc 1.41.0-nightly ( 5c5c8eb86
2019-12-07)
2019-12-08 11:32:03 +01:00
bjorn3
c6086a8fd7
Rustup to rustc 1.41.0-nightly ( 6d77e45f0
2019-12-04)
2019-12-05 21:00:57 +01:00
bjorn3
e9d3569e08
Run libcore tests
2019-11-24 15:44:39 +01:00
bjorn3
8536514308
Rustup to rustc 1.40.0-nightly ( 10a52c25c
2019-10-24)
2019-10-25 21:41:24 +02:00
bjorn3
f0c774e05d
Rustup to rustc 1.40.0-nightly ( 237d54ff6
2019-10-15)
2019-10-16 18:43:52 +02:00
bjorn3
b5d29a8c58
Rustup to rustc 1.40.0-nightly ( 787005079
2019-10-04)
2019-10-06 10:41:15 +02:00
bjorn3
0f938f68a5
Rustup to rustc 1.40.0-nightly ( 2daa404e9
2019-10-02)
2019-10-03 17:22:01 +02:00
bjorn3
e676998b61
Rustup to rustc 1.40.0-nightly ( 084beb83e
2019-09-27)
2019-10-03 16:24:06 +02:00
bjorn3
44792f1089
Rustup to rustc 1.40.0-nightly ( 084beb83e
2019-09-27)
2019-09-28 14:06:12 +02:00
bjorn3
3e78ca957e
Rustup to rustc 1.39.0-nightly ( f0b58fcf0
2019-09-11)
2019-09-12 20:21:54 +02:00
bjorn3
b0e5c78ad2
Disable inline assembly in core::hint::black_box
2019-09-07 11:01:22 +02:00
bjorn3
f6c39fa701
Rustup to rustc 1.39.0-nightly ( eeba189cf
2019-08-24)
2019-08-25 16:30:36 +02:00
bjorn3
e64da833c9
Add patch for rustc regression
...
Filled as 63687
2019-08-21 14:54:01 +02:00
bjorn3
7c7a8e8367
Workaround for missing icmp{,_imm}.i128 legalizations
...
Fixes #667
2019-08-15 11:36:23 +02:00
bjorn3
89c36194db
Force single thread mode for libtest
2019-08-09 13:18:09 +02:00
bjorn3
dbac219207
Libtest support
2019-08-09 12:46:24 +02:00
bjorn3
aae9a8b91d
Patch core_arch to tell programs that cpuid is not supported
2019-07-29 14:35:42 +02:00
bjorn3
9f0fad0024
Fix thread disable patch
2019-07-29 14:35:15 +02:00
bjorn3
8506784d74
Reduce patching of libcore a bit
...
These parts are no longer necessary as of #627
2019-07-26 12:22:58 +02:00
bjorn3
8c2577c747
Don't disable stdsimd anymore
...
This doesn't enable simd support. Actually using the functions will
result in a compilation error.
2019-07-20 15:33:57 +02:00
bjorn3
94effb972f
Rustup to rustc 1.38.0-nightly ( e3cebcb3b
2019-07-19)
2019-07-20 13:04:02 +02:00
bjorn3
c453b83f2b
Rustup to rustc 1.37.0-nightly ( 433a46781
2019-06-28)
2019-06-29 11:16:55 +02:00
bjorn3
db5ffdedf7
Implement bswap intrinsic
2019-06-23 17:32:32 +02:00
bjorn3
05307af672
Remove some unnecessary patches
...
cc #337
2019-06-23 11:22:16 +02:00
bjorn3
dd15051f5a
Rustup to rustc 1.37.0-nightly ( de02101e6
2019-06-22)
2019-06-23 10:47:16 +02:00
bjorn3
4d406cdcad
Rustup to rustc 1.37.0-nightly ( 0dc9e9c10
2019-06-15)
2019-06-16 11:13:49 +02:00
bjorn3
80ab0cac3c
Apply rust-lang pr61828 to fix sysroot building
2019-06-14 19:33:08 +02:00
bjorn3
610f377b7d
Rustup to rustc 1.36.0-nightly ( f49269398
2019-05-25)
2019-05-26 10:20:35 +02:00
bjorn3
de792ad690
Rustup to rustc 1.35.0-nightly ( aa99abeb2
2019-04-14)
2019-04-15 16:34:16 +02:00
bjorn3
66e33c2570
Rustup to rustc 1.35.0-nightly ( acd8dd6a5
2019-04-05)
2019-04-06 12:18:42 +02:00
bjorn3
50e70086ba
Rustup to rustc 1.35.0-nightly ( e782d790f
2019-03-29)
2019-03-30 10:37:09 +01:00
bjorn3
f1432c0e2d
Rustup to rustc 1.35.0-nightly ( 0576ac109
2019-03-24)
2019-03-25 19:54:57 +01:00
bjorn3
a715c79263
Rustup to rustc 1.35.0-nightly ( 82e2f3ec2
2019-03-20)
2019-03-21 20:24:46 +01:00
bjorn3
87424cb288
Misc changes
2019-03-11 20:45:59 +01:00
bjorn3
e09ae25299
Remove 0006-alloc-Disable-some-unsupported-stuff.patch
2019-03-06 20:56:53 +01:00
bjorn3
c2095c4afe
Rustup to rustc 1.35.0-nightly ( 87a436377
2019-03-03)
2019-03-04 18:57:09 +01:00
bjorn3
57feadcc13
Replace functions taking or returning u128 or i128 with a trap
...
This makes it possible to remove most of 0002-Disable-u128-and-i128-in-libcore.patch.
The rest has to be kept because of u128 and i128 only being used in the function body.
2019-03-03 11:45:52 +01:00
bjorn3
3d81b76566
Rustup to rustc 1.34.0-nightly ( 350674b71
2019-02-28)
2019-03-01 18:55:20 +01:00
bjorn3
c8b51653f3
Rustup to rustc 1.34.0-nightly ( 00aae71f5
2019-02-25)
2019-02-26 11:34:38 +01:00
bjorn3
55623b2f54
Rustup to rustc 1.34.0-nightly ( aadbc459b
2019-02-23)
2019-02-26 11:20:02 +01:00
bjorn3
bf0cd819ed
Rustup to rustc 1.34.0-nightly ( e1c6d0057
2019-02-22)
2019-02-23 14:10:49 +01:00
bjorn3
b77d5b6d1d
Rustup to rustc 1.34.0-nightly ( f66e4697a
2019-02-20)
2019-02-21 15:12:37 +01:00
bjorn3
6acfee8978
Remove unnecessary stuff from patch 0002-Disable-u128-and-i128-in-libcore
2019-02-16 12:37:33 +01:00
bjorn3
06dd020446
Rustup to rustc 1.34.0-nightly ( a9410cd1a
2019-02-15)
2019-02-16 12:35:56 +01:00
bjorn3
444fdf150f
Rustup to rustc 1.34.0-nightly ( b244f61b7
2019-02-12)
2019-02-13 14:55:09 +01:00
bjorn3
223611dcb2
Fix and enable libstd building
2019-02-11 19:40:07 +01:00
bjorn3
f2b67e12bb
Remove 0008-Replace-some-variadic-function-calls-with-unimplemen.patch
2019-02-06 19:22:01 +01:00
bjorn3
07c693b764
Add some patches for libstd
2019-02-03 11:26:44 +01:00
bjorn3
189ba8352d
Rustup to rustc 1.34.0-nightly ( 852701ad6
2019-02-01)
2019-02-02 11:43:42 +01:00
bjorn3
410d397bcd
Rustup to rustc 1.34.0-nightly ( c1c3c4e95
2019-01-29)
2019-01-30 19:01:07 +01:00
bjorn3
f6ad4198b3
Rustup to rustc 1.34.0-nightly ( d8a0dd7ae
2019-01-28)
2019-01-29 20:28:04 +01:00