aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/cerl/cerl_to_icode.erl
AgeCommit message (Collapse)Author
2017-02-14Fixed typos in lib/hipeAndrew Dryga
2016-11-23Update obsolete author e-mailsRichard Carlsson
2016-11-23Correct copyright info on hipe cerl filesRichard Carlsson
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
2015-04-30hipe: Use module erl_annoHans Bolinder
2014-02-26Add specs for exported functions (to shut off a warning) and types in some ↵Kostis Sagonas
record fields
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-26HiPE: Remove support for is_constant/1Björn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP