rust/src
Andy Sadler 3a221320eb
fix simd_neg implementation for ints
gcc_not would panic upon encountering a vector type, which is not what
we want here.

Signed-off-by: Andy Sadler <andrewsadler122@gmail.com>
2023-11-28 21:25:42 -06:00
..
back Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_cg_gcc_2023-10-09 2023-10-09 15:53:34 -04:00
intrinsic impl simd_ctlz/simd_cttz intrinsic 2023-11-28 21:25:42 -06:00
abi.rs Fix rebase 2023-10-25 20:41:39 -04:00
allocator.rs Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_cg_gcc_2023-10-09 2023-10-09 15:53:34 -04:00
archive.rs Rewrite LLVM's archive writer in Rust 2023-02-28 19:24:11 -05:00
asm.rs Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_cg_gcc_2023-10-09 2023-10-09 15:53:34 -04:00
attributes.rs Fix #[inline(always)] attribute 2023-10-11 20:55:32 -04:00
base.rs Do not emit .eh_frame section when using -Cpanic=abort 2023-11-08 09:10:33 -05:00
builder.rs fix simd_frem intrinsic implementation 2023-11-28 21:25:23 -06:00
callee.rs treat host effect params as erased generics in codegen 2023-09-14 07:34:35 +00:00
common.rs Use the correct alignment for integer types 2023-10-17 20:55:54 -04:00
consts.rs Merge commit '1bbee3e217d75e7bc3bfe5d8c1b35e776fce96e6' into sync-cg_gcc-2023-06-19 2023-06-19 18:51:02 -04:00
context.rs Add comment 2023-10-21 18:48:03 -04:00
coverageinfo.rs Remove trait CoverageInfoMethods, since non-LLVM backends don't need it 2023-07-05 20:40:40 +10:00
debuginfo.rs Deduplicate inlined function debug info, but create a new lexical scope to child subsequent scopes and variables from colliding 2023-09-01 14:27:21 -07:00
declare.rs Fixes including fixing compilation for --no-default-features 2023-10-17 20:55:54 -04:00
errors.rs Merge commit '11a0cceab966e5ff1058ddbcab5977e8a1d6d290' into subtree-update_cg_gcc_2023-10-09 2023-10-09 15:53:34 -04:00
gcc_util.rs Add comment 2023-10-21 18:48:03 -04:00
int.rs fix simd_neg implementation for ints 2023-11-28 21:25:42 -06:00
lib.rs Set the .comment section 2023-11-08 17:24:04 -05:00
mono_item.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
type_.rs Build the sysroot and run more tests 2023-10-25 11:19:03 -04:00
type_of.rs Merge branch 'master' into sync_from_rust_2023_10_25 2023-10-25 20:39:08 -04:00