Age | Commit message (Expand) | Author |
2018-02-09 | Check that the stack is initialized when an exception may occur | Björn Gustavsson |
2018-01-08 | beam_validator: Strengthen validation of GC instructions | Björn Gustavsson |
2017-09-29 | Fix incorrect internal consistency failure for binary matching code | Björn Gustavsson |
2017-08-30 | Make handling of match contexts stricter | Björn Gustavsson |
2017-08-22 | Merge branch 'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522'... | Lukas Larsson |
2017-08-16 | compiler: Fix live regs update on allocate in validator | Lukas Larsson |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-22 | Make beam_validator track type formation for binary operations | Michal Muskala |
2017-03-24 | compiler: Add is_tagged_tuple instruction | Björn-Egil Dahlberg |
2017-01-12 | Add specs for the beam_*:module/2 functions | Björn Gustavsson |
2016-11-02 | Support math:fmod/2 BIF on compiler | Guilherme Andrade |
2016-09-21 | beam_validator: Correct reporting of y register number | Björn Gustavsson |
2016-09-14 | Merge branch 'maint' | Björn Gustavsson |
2016-09-13 | beam_validator: Handle unreachable instructions | Björn Gustavsson |
2016-09-05 | Add math:floor/1 and math:ceil/1 | Björn Gustavsson |
2016-09-05 | Implement the new ceil/1 and floor/1 guard BIFs | Björn Gustavsson |
2016-06-02 | Eliminate crash for map updates in guards | Björn Gustavsson |
2016-05-31 | beam_validator: Strengthen validation of match states | Björn Gustavsson |
2016-05-31 | beam_validator: Use a record representing the match context | Björn Gustavsson |
2016-05-30 | beam_validator: Add is_bitstring/1 as a safe BIF | Björn Gustavsson |
2016-05-30 | beam_validator: Remove uncovered line | Björn Gustavsson |
2016-05-20 | beam_validator: Handle cons literals better | Björn Gustavsson |
2016-05-20 | beam_validator: Keep better track of tuple literals | Björn Gustavsson |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-04-08 | Remove unreachable code after 'raise' instructions | Björn Gustavsson |
2016-03-15 | update copyright-year | Henrik Nord |
2015-11-16 | beam_validator: Don't allow an 'undefined' entry label in a function | Björn Gustavsson |
2015-11-16 | beam_validator: Remove obsolete DEBUG support | Björn Gustavsson |
2015-09-07 | Merge branch 'maint' | Björn-Egil Dahlberg |
2015-09-04 | compiler: Add extra checks for get_map_elements in validator | Björn-Egil Dahlberg |
2015-08-21 | beam_validator: Don't allow x(1023) to be used | Björn Gustavsson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-04-29 | beam_validator: Stop validating the 'aligned' flag for binaries | Björn Gustavsson |
2015-04-29 | beam_validator: Clean up updating of types for y register | Björn Gustavsson |
2015-04-23 | beam_validator: Remove support for removed BIF fault/1,2 | Björn Gustavsson |
2015-04-23 | beam_validator: Correct merging of states | Björn Gustavsson |
2015-04-23 | beam_validator: Correct merging of y registers | Björn Gustavsson |
2015-04-13 | beam_validator: No longer require strict literal term order | Björn Gustavsson |
2015-03-09 | beam_validator: Tighten tests of maps | Björn Gustavsson |
2015-03-09 | Introduce '%live' annotations with a complete register map | Björn Gustavsson |
2015-02-27 | beam_validator: Teach bif_type/3 and is_bif_safe/2 about is_map/1 | Björn Gustavsson |
2015-02-20 | Merge branch 'bjorn/compiler/beam_validator' | Björn Gustavsson |
2015-02-18 | beam_validator: Exit immediately on crashes | Björn Gustavsson |
2015-02-18 | beam_validator: Remove the file/1 and files/1 functions | Björn Gustavsson |
2015-02-18 | beam_validator: Remove support for all other unsupported instructions | Björn Gustavsson |
2015-02-18 | beam_validator: Remove support for unsupported bit syntax instructions | Björn Gustavsson |
2015-02-18 | beam_validator: Tighten and simplify map validation code | Björn Gustavsson |
2015-01-14 | Add math:log2/1 | Olivier Girondel |
2014-08-26 | compiler: Use variables in Map beam assmebler | Björn-Egil Dahlberg |
2014-02-23 | Deprecate pre-defined built-in types | Hans Bolinder |