aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/genop.tab
AgeCommit message (Expand)Author
2019-06-13genop.tab: Insert an "OTP 23" comment for clarityBjörn Gustavsson
2019-05-22Make the swap instruction known to the compilerBjörn Gustavsson
2018-09-28Rewrite BSM optimizations in the new SSA-based intermediate formatJohn Högberg
2018-09-03Introduce a put_tuple2 instructionBjörn Gustavsson
2018-08-14remove_message does not store any pointer to x0Davide Bettio
2018-06-18Update copyright yearHenrik Nord
2018-01-26Eliminate get_list/3 internally in the compilerBjörn Gustavsson
2018-01-22Don't build a stacktrace if it's only passed to erlang:raise/3Björn Gustavsson
2017-11-30Add syntax in try/catch to retrieve the stacktrace directlyBjörn Gustavsson
2017-06-14Update copyright yearHans Nilsson
2017-05-19genop.tab: Add an OTP 20 commentBjörn Gustavsson
2017-03-24compiler: Add is_tagged_tuple instructionBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2015-08-28Fix typo in call_last/3 specConstantin Rack
2015-08-25Fix typoConstantin Rack
2015-08-24Fix typo: message to send is in x(1) not x(0)Constantin Rack
2015-08-09Fix another small typoConstantin Rack
2015-08-09Fix typoConstantin Rack
2015-06-18Change license text to APLv2Bruce Yinhe
2014-02-13compiler: Change map instructions for fetching valuesBjörn-Egil Dahlberg
2014-01-28compiler: Implement different instructions for => and :=Björn Gustavsson
2014-01-28Implement support for maps in the compilerBjörn Gustavsson
2013-09-04genop.tab: Add documentation for many BEAM instructionsBjörn Gustavsson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-08-16compiler, emulator: Introduce the line/1 instructionBjörn Gustavsson
2010-05-20Remove the bs_bits_to_bytes/3 instructionBjörn Gustavsson
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-05-11Introduce the new recv_mark/1 and recv_mark/1 instructionsBjörn Gustavsson
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
2010-03-22erts: Don't support the put_string/3 instructionBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP