Age | Commit message (Expand) | Author |
2015-04-15 | Raise more descriptive error messages for failed map operations | Björn Gustavsson |
2014-04-29 | Translate the put_map_assoc and put_map_exact BEAM instructions to ICode | Erik Norgren |
2014-04-29 | Translate the has_map_fields and get_map_elements BEAM instructions to ICode | Kostis Sagonas |
2014-03-28 | Add support for the compilation of the is_map/1 guard to native code | Kostis Sagonas |
2014-03-28 | Add 'map' to the set of icode_type_test()s | Kostis Sagonas |
2014-03-28 | Support the translation of the is_map BEAM instruction to Icode | Kostis Sagonas |
2014-02-26 | Introduce and use a hipe_icode:icode() type | Kostis Sagonas |
2014-02-26 | Substitude uses of lists:reverse(L1) ++ L2 with lists:reverse(L1, L2) | Kostis Sagonas |
2014-02-23 | Deprecate pre-defined built-in types | Hans Bolinder |
2014-01-10 | hipe: Fix compilation with 'no_remove_comments' | Johannes Weißl |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder |
2013-04-11 | Merge branch 'ks/hipe-cleanup-escaping/OTP-11031' into maint | Fredrik Gustafsson |
2013-03-12 | Loosen the assumptions of code that handles escaping functions | Kostis Sagonas |
2013-03-10 | Take out 'constant' type test and unnecessary type declaration | Kostis Sagonas |
2013-03-10 | Take out 'constant' type test from left over comments | Kostis Sagonas |
2013-03-10 | Enable more warnings | Kostis Sagonas |
2013-03-10 | Use remote type instead of relying on hipe_icode.hrl | Kostis Sagonas |
2013-02-25 | Fix bug related to the handling of is_number/1 by the range analysis | Kostis Sagonas |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-28 | Merge branch 'maint' | Fredrik Gustafsson |
2012-08-24 | Changes in comments and minor code cleanups | Kostis Sagonas |
2012-08-24 | Fix a typo and strengthen some type declarations | Kostis Sagonas |
2012-08-24 | Remove unused imports | Kostis Sagonas |
2012-06-08 | Merge branch 'maint' | Lukas Larsson |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-03-30 | Merge branch 'maint' | Björn-Egil Dahlberg |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-02-28 | Merge branch 'maint' | Patrik Nyblom |
2012-02-28 | Make hipe hipe-compiled w/ --enable-native-libs | Patrik Nyblom |
2012-02-09 | hipe,erts: Debug support for native call trace | Sverker Eriksson |
2012-01-26 | HiPE: Remove support for is_constant/1 | Björn Gustavsson |
2012-01-05 | hipe: Remove warnings of missing types in records | Björn-Egil Dahlberg |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-11-30 | Fix Dialyzer's warnings in HiPE | Stavros Aronis |
2011-11-28 | hipe: Remove single function compilation | Björn Gustavsson |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez |
2011-09-20 | Merge branch 'dev' into major | Henrik Nord |
2011-09-05 | Fix bug with binary pattern matching of floats of variable size | Paul Guyot |
2011-08-16 | Include location information for line instructions in BEAM files | Björn Gustavsson |
2011-08-16 | compiler, emulator: Introduce the line/1 instruction | Björn Gustavsson |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-03-04 | Merge branch 'ks/hipe-icode-range-fix' into dev | Niclas Axelsson |
2011-02-14 | Cleanup specs | Kostis Sagonas |
2011-02-14 | Fix bug in the simplification of inexact comparisons | Kostis Sagonas |
2011-02-14 | Various cleanups and cosmetic changes | Kostis Sagonas |
2011-02-03 | Fix translation of bs_add's fail labels | Kostis Sagonas |