Age | Commit message (Expand) | Author |
2016-05-31 | Code rewrites to avoid exported vars warnings | Kostis Sagonas |
2016-05-31 | Define, export and use a hipe_icode:params() type | Kostis Sagonas |
2016-05-31 | Use type name, not record notation, in specs | Kostis Sagonas |
2016-05-27 | Merge branch 'richcarl/erts/fix-init-stop/PR-911/OTP-13630/OTP-13631' | Sverker Eriksson |
2016-05-25 | hipe: Add halt/2 to functions that always fail | Sverker Eriksson |
2016-05-23 | Added elimination of maps:is_key/2 calls to HiPE | Magnus Lång |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-03-21 | Merge branch 'kostis/hipe-inline-fp-crash/PR-984/OTP-13407' | Sverker Eriksson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-03-10 | hipe_icode_fp: simplify match/2 | Magnus Lång |
2016-03-07 | hipe_icode_fp: Replace helper with lists:all | Magnus Lång |
2016-03-03 | hipe_icode_fp: Define types for all records used | Magnus Lång |
2016-03-03 | hipe_icode_fp: Add specs and switch trees to maps | Magnus Lång |
2016-03-02 | hipe: Fix crashing bugs when inlining FP ops | Magnus Lång |
2016-02-25 | Merge branch 'maint' | Henrik Nord |
2016-02-07 | Fix dialyzer warning and some code refactoring | Kostis Sagonas |
2016-02-02 | Merge branch 'maint' | Zandra |
2015-12-15 | hipe: Use '::' for constraints | Hans Bolinder |
2015-11-27 | hipe: Guard against enormous numbers in ranges | Magnus Lång |
2015-11-27 | hipe: Fix binary constructions failing with badarith | Magnus Lång |
2015-11-27 | hipe: test unit size match in bs_put_binary_all | Magnus Lång |
2015-10-09 | Update and cleanup HiPE records | Kostis Sagonas |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
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 |