Age | Commit message (Expand) | Author |
2017-03-28 | hipe_icode_range: Add comment about side-effects | Magnus Lång |
2017-03-27 | hipe: Fix range analysis of calls with ignored res | Magnus Lång |
2017-03-27 | hipe: Fix range analysis of 'rem' operator | Magnus Lång |
2017-03-24 | hipe: Transform is_tagged_tuple instruction | Björn-Egil Dahlberg |
2017-03-06 | hipe: Improve code generation for element/2 | Magnus Lång |
2017-03-06 | hipe_beam_to_icode: Omit redtest in some closures | Magnus Lång |
2016-11-25 | Merge branch 'richarl/fix-license-headers/PR-788' | Björn Gustavsson |
2016-11-23 | Remove obsolete CVS keyword markup | Richard Carlsson |
2016-11-23 | Correct copyright on remaining hipe files | Richard Carlsson |
2016-11-23 | Merge branch 'maint' | Sverker Eriksson |
2016-11-19 | hipe_icode_call_elim: Fix cf elimination crash | Magnus Lång |
2016-11-16 | hipe_icode: Always const-propagate if&call args | Magnus Lång |
2016-11-15 | hipe_rtl: drop alub dest when unused | Magnus Lång |
2016-11-07 | Merge branch 'maint' | Sverker Eriksson |
2016-11-03 | Fix the native code translation of bs_match_string | Kostis Sagonas |
2016-07-11 | hipe_ssa_liveness: Use map as liveness ADT | Magnus Lång |
2016-07-11 | hipe_icode_range: Use maps over gb_trees,sets | Magnus Lång |
2016-07-11 | hipe_icode_coordinator: Rewrite concurrently | Magnus Lång |
2016-07-11 | hipe_icode_{bincomp,range}: Improve complexity | Magnus Lång |
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 |