lib/compiler_rt/README.md | 6 +- lib/compiler_rt/ashldi3_test.zig | 32 --- lib/compiler_rt/ashlti3_test.zig | 46 ---- lib/compiler_rt/ashrdi3_test.zig | 55 ----- lib/compiler_rt/ashrti3_test.zig | 56 ----- lib/compiler_rt/lshrdi3_test.zig | 55 ----- lib/compiler_rt/lshrti3_test.zig | 46 ---- lib/compiler_rt/shift.zig | 32 ++- lib/compiler_rt/shift_test.zig | 363 ++++++++++++++++++++++++++++++++ tools/gen_stubs.zig | 3 + 10 files changed, 390 insertions(+), 304 deletions(-)