aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/icode/hipe_icode_primops.erl
AgeCommit message (Collapse)Author
2015-11-27hipe: Guard against enormous numbers in rangesMagnus Lång
This allows us to compile bs_match_int_SUITE with HiPE without a system_limit crash.
2015-11-27hipe: test unit size match in bs_put_binary_allMagnus Lång
The unit size field was previously completely discarded when lowering this instruction from BEAM to Icode. This feature was previously missing and expressions such as <<0, <<1:1>>/binary>> would succeed construction when compiled with HiPE.
2015-06-18Change license text to APLv2Bruce Yinhe
2012-02-09hipe,erts: Debug support for native call traceSverker Eriksson
2011-01-06Fix erroneous fail info of a hipe_bs_primopKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP