Antoni Boucher
4e802c84c5
Remove intrinsics that were adding by the updated script
2022-06-06 22:08:07 -04:00
Antoni Boucher
3b35940443
Implement more SIMD
2022-06-06 22:08:07 -04:00
Antoni Boucher
fac57d9a06
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
2022-06-06 22:04:37 -04:00
antoyo
e8dca3e87d
Merge pull request #179 from rust-lang/sync_from_rust2
...
Sync from rust2
2022-06-06 22:03:09 -04:00
Antoni Boucher
fb69f73d67
Fix exactudiv
2022-06-06 21:17:14 -04:00
Antoni Boucher
8697dec532
Update toolchain
2022-06-06 20:57:49 -04:00
Antoni Boucher
bafdded12b
Merge branch 'master' into sync_from_rust2
2022-06-06 20:57:25 -04:00
Nikolai Vazquez
1d3037a107
Fix unsized field order
2022-06-03 12:58:36 -04:00
Nikolai Vazquez
be34cb35c7
Make std::mem::needs_drop
accept ?Sized
2022-06-03 03:28:19 -04:00
antoyo
7e0a42b492
Merge pull request #165 from yvt/fix-const-memattr
...
Define immutable statics with const qualified types
2022-05-28 09:24:50 -04:00
yvt
10a9c0e57f
Mark immutable globals as read-only with LValue::global_set_readonly
2022-05-28 15:18:15 +09:00
Mark Rousskov
a513b2abae
Finish bumping stage0
...
It looks like the last time had left some remaining cfg's -- which made me think
that the stage0 bump was actually successful. This brings us to a released 1.62
beta though.
2022-05-27 07:36:17 -04:00
yvt
f26eb5a7a2
Update gccjit
2022-05-25 23:58:53 +09:00
Tomasz Miąsko
4620b9f823
rustc_codegen_ssa: derive copy and clone for various enums
2022-05-25 10:34:35 +02:00
Tomasz Miąsko
8f0f6e365c
rustc_codegen_ssa: cleanup AtomicOrdering
...
* Remove unused `NotAtomic` ordering.
* Rename `Monotonic` to `Relaxed` - a Rust specific name.
2022-05-25 10:34:35 +02:00
Connor Horman
084d2d7c49
Handle tmm_reg in rustc_codegen_gcc
2022-05-17 06:34:58 -04:00
antoyo
e6dbecdff3
Merge pull request #175 from GuillaumeGomez/llvmint-update
...
Update llvmint
2022-05-15 10:25:28 -04:00
Guillaume Gomez
cede91971a
Add tools/llvmint-2 to ignored entries
2022-05-15 15:31:25 +02:00
Guillaume Gomez
bac878c9a3
Add instrinsics from aweinstock314's llvmint as well
2022-05-15 15:25:12 +02:00
Guillaume Gomez
e25e2c3b94
Regenerate JSON file for llvmint every time
2022-05-15 15:25:12 +02:00
Guillaume Gomez
be960e1747
Update llvmint
2022-05-15 15:25:12 +02:00
antoyo
e062c37125
Merge pull request #172 from rust-lang/feature/more-simd
...
Implement more SIMD intrinsics
2022-05-04 23:39:04 -04:00
Antoni Boucher
4a9744059f
Feature gate call to get_size() for libgccjit 12
2022-05-04 22:20:38 -04:00
Antoni Boucher
e7df0a4b54
Simplify get() after contains()
2022-05-04 21:53:22 -04:00
Antoni Boucher
603d342e00
Feature-gate for libgccjit 12
2022-05-04 21:26:25 -04:00
Antoni Boucher
d4ab681ebd
Add comments
2022-05-04 21:17:58 -04:00
Antoni Boucher
41807a3094
Support more SIMD intrinsics
2022-05-03 22:46:40 -04:00
Antoni Boucher
4b40ac790d
Support more SIMD intrinsics and refactor argument adjustment
2022-05-03 22:35:26 -04:00
Antoni Boucher
eba654c57a
Support more SIMD intrinsics
2022-05-03 17:47:46 -04:00
Antoni Boucher
6bfe2b0b05
Support more SIMD intrinsics
2022-05-03 17:47:46 -04:00
Antoni Boucher
ace3250da8
Fix shuffle_vector
2022-05-03 17:47:46 -04:00
Antoni Boucher
a65418666f
Implement simd_select_bitmask
2022-05-03 17:47:46 -04:00
Antoni Boucher
ddc152b04d
Add more SIMD
2022-05-03 17:47:46 -04:00
Antoni Boucher
4636c59df5
Add more SIMD
2022-05-03 17:47:46 -04:00
Antoni Boucher
5088fb3d3b
Cast arguments in SIMD function
2022-05-03 17:47:46 -04:00
antoyo
852735da05
Merge pull request #171 from GuillaumeGomez/update-intrinsics
...
Update intrinsics conversion generation
2022-05-03 17:47:03 -04:00
Guillaume Gomez
6e1bf49273
Give priority to intrinsics translations from llvm
2022-05-03 23:00:25 +02:00
Guillaume Gomez
618ba484e9
Handle a syntax corner case where a def does not end with a ;
2022-05-03 23:00:25 +02:00
Guillaume Gomez
f402cfe561
Update intrinsics
2022-05-03 21:24:22 +02:00
Guillaume Gomez
19d8617330
Generate intrinsics translations from llvmint as well
2022-05-03 21:24:14 +02:00
Guillaume Gomez
ed0ba311c5
Update intrinsics
2022-05-03 20:55:55 +02:00
Guillaume Gomez
af9149a1c6
Add tool to generate intrinsics conversion automatically
2022-05-03 18:59:04 +02:00
antoyo
37892fc511
Merge pull request #170 from yvt/fix-internal-load-calls
...
Use the provided pointee type in `<Builder as BuilderMethods>::load`
2022-05-03 11:33:00 -04:00
yvt
351c683674
Use the given pointee type in <Builder as BuilderMethods>::load
...
This commit updates this method implementation to return an `RValue` of
the given pointee type.
While this parameter does not seem to have much significance at the
moment, it will likely become important as cg_llvm and cg_ssa migrate to
LLVM opaque pointers and get rid of pointercasts.
2022-05-03 13:53:10 +09:00
yvt
a225f0a66b
Pass a pointee type to <Builder as BuilderMethods>::load
when calling it ourselves
...
The parameter name isn't very descriptive, but it actually supposed to
take a pointee type. When calling it ourselves, we've been passing a
*pointer* type, which made it impossible to make any meaningful uses of
this parameter in the method implementation. This commit intends to
rectify that.
2022-05-03 13:53:10 +09:00
bjorn3
dc824452a9
Merge new_metadata into codegen_allocator
2022-04-30 21:20:08 +02:00
bjorn3
c00ecf5d5d
Remove config parameter of optimize_fat and avoid interior mutability for module
2022-04-30 20:58:42 +02:00
bjorn3
e2f645dd7f
Let LtoModuleCodegen::optimize take self by value
2022-04-30 20:51:17 +02:00
bjorn3
758a7da13b
Rename run_lto_pass_manager to optimize_fat and remove thin parameter
2022-04-30 20:50:17 +02:00
antoyo
0405aa0065
Merge pull request #163 from yvt/fix-asm-sym
...
Add inline assembly `sym` operands as GCC input operands
2022-04-30 10:30:20 -04:00