Age | Commit message (Expand) | Author |
2018-01-29 | Merge PR-1685 from sverker/sverker/hipe-verify-gcsafe OTP-14900 | Sverker Eriksson |
2018-01-22 | Don't build a stacktrace if it's only passed to erlang:raise/3 | Björn Gustavsson |
2018-01-16 | hipe: Mark primop 'bs_put_utf8' as gcsafe | Sverker Eriksson |
2018-01-03 | Merge branch 'maint' | Sverker Eriksson |
2018-01-03 | Fix bug in hipe primop bs_put_utf8 | Sverker Eriksson |
2017-11-30 | Add syntax in try/catch to retrieve the stacktrace directly | Björn Gustavsson |
2017-11-16 | HiPE: Unique ref receive opt | Magnus Lång |
2017-11-05 | HiPE: Support literal tags | Magnus Lång |
2017-11-05 | HiPE: Verify GC safety of derived values | Magnus Lång |
2017-11-05 | HiPE: Make is_divisible a primop | Magnus Lång |
2017-11-05 | hipe_rtl_lcm: Fix another bug | Magnus Lång |
2017-11-05 | hipe_rtl_lcm: Fix Lazy Code Motion bug | Magnus Lång |
2017-11-03 | Fix bug in hipe for <<X/utf32>> | Sverker Eriksson |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-21 | erts: Deprecate the non-smp emulators | Lukas Larsson |
2017-03-06 | hipe_tagscheme: Small codegen improvements | Magnus Lång |
2017-03-06 | hipe: Improve code generation for element/2 | Magnus Lång |
2017-03-02 | hipe_rtl_binary_construct: Refactor copy-paste | Magnus Lång |
2017-03-02 | hipe_rtl: Inline more of match eq test | Magnus Lång |
2016-11-23 | Remove Emacs timestamp markers | Richard Carlsson |
2016-11-23 | Remove obsolete CVS keyword markup | Richard Carlsson |
2016-11-23 | Correct copyright on remaining hipe files | Richard Carlsson |
2016-11-16 | hipe_tagscheme: Simplify test_two_fixnums with imm | Magnus Lång |
2016-11-16 | hipe_tagscheme: x86 lea+test for mask_and_compare | Magnus Lång |
2016-11-16 | hipe_tagscheme: Improve fixnum_addsub with imm | Magnus Lång |
2016-11-16 | hipe: Make realloc_binary fast case true branch | Magnus Lång |
2016-11-16 | hipe_tagscheme: Improve fixnum add on x86 | Magnus Lång |
2016-11-15 | hipe_rtl: drop alub dest when unused | Magnus Lång |
2016-11-15 | hipe_rtl: unify branch and alub | 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-10-14 | hipe,erts: Remove cached fun 'native_address' | Sverker Eriksson |
2016-09-02 | hipe: Remove temp reuse from call_fun | Magnus Lång |
2016-08-30 | hipe_rtl_binary:get_word_integer/4: Handle imms | Magnus Lång |
2016-05-31 | Code rewrites to avoid exported vars compiler warnings | Kostis Sagonas |
2016-05-31 | Cleanups in hipe/main and hipe/rtl | Kostis Sagonas |
2016-05-31 | Various cleanups and simplifications | Kostis Sagonas |
2016-05-31 | Cosmetic cleanups | Kostis Sagonas |
2016-03-15 | update copyright-year | Henrik Nord |
2016-02-02 | Merge branch 'margnus1/bs_unit_fix' into maint | Zandra |
2015-12-16 | Fix compilation of matching with UTF binaries | Kostis Sagonas |
2015-12-02 | hipe: Fix signed compares of unsigned sizes | Magnus Lång |
2015-11-27 | hipe: Fix constructing huge binaries | Magnus Lång |
2015-11-27 | hipe: Allow unsigned args in hipe_rtl_arith | Magnus Lång |
2015-11-27 | hipe: test unit size match in bs_put_binary_all | Magnus Lång |
2015-11-27 | hipe: test unit size match in bs_append | Magnus Lång |
2015-11-27 | Fix hipe_rtl_binary_construct:floorlog2/1 | Magnus Lång |
2015-11-09 | Merge branch 'kostis/hipe-bs-match-huge-bin' into maint | Henrik Nord |
2015-10-12 | Fix edge case of Size = 0 in bs_put_integer | Kostis Sagonas |
2015-10-02 | Fix matching with huge binaries | Kostis Sagonas |