ci/azure/macos_arm64_script | 3 +- ci/azure/macos_script | 3 +- lib/std/math/big/int.zig | 23 ++++++- lib/std/math/big/int_test.zig | 36 +++++++++++ src/Sema.zig | 102 ++++++++++++++++++++++---------- src/codegen/llvm.zig | 98 +++++++++++++++++++++++++++++- src/codegen/llvm/bindings.zig | 15 +++++ src/value.zig | 26 ++++++++ test/behavior/math.zig | 14 +++++ test/behavior/math_stage1.zig | 14 ----- 10 files changed, 285 insertions(+), 49 deletions(-)