Age | Commit message (Expand) | Author |
2017-03-30 | Fix ErLLVM in --enable-m32-build builds | Magnus Lång |
2017-03-28 | Merge PR-1392 from margnus1/hipe-range-fixpoint-bug OTP-14306 | Sverker Eriksson |
2017-03-28 | hipe_icode_range: Add comment about side-effects | Magnus Lång |
2017-03-27 | Merge PR-1386 from kostis/hipe-const-alignment OTP-14302 | Sverker Eriksson |
2017-03-27 | Merge pull request #1387 from margnus1/hipe-spilllimit-fix | Sverker Eriksson |
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-23 | HiPE: Fix off-by-one in register allocators | Magnus Lång |
2017-03-23 | Remove ctab_array since apparently is not used | Kostis Sagonas |
2017-03-23 | Remove (now) unnecessary argument of pack_constants | Kostis Sagonas |
2017-03-21 | Fix alignment of byte-sized constants | Kostis Sagonas |
2017-03-16 | hipe_spillmin_color: cleanup exit calls | Magnus Lång |
2017-03-16 | hipe_spillmin_color: Move coalescing | Magnus Lång |
2017-03-16 | hipe: Add pseudo_spill_f?move instructions | Magnus Lång |
2017-03-16 | hipe: Add range splitter range_split | Magnus Lång |
2017-03-16 | hipe: Add module computing basic blocks weights | Magnus Lång |
2017-03-16 | hipe: Add branch prediction accessor ra callbacks | Magnus Lång |
2017-03-16 | hipe: Add range splitter restore_reuse | Magnus Lång |
2017-03-16 | hipe: Add basic range splitting ra callbacks | Magnus Lång |
2017-03-16 | hipe: Add basic_edge_cases test case | Magnus Lång |
2017-03-16 | hipe: Extract disjoint sets to its own module | Magnus Lång |
2017-03-16 | hipe_x86_subst: Fix bug with zero-arity #fp_unop{} | Magnus Lång |
2017-03-14 | Merge branch 'maint' | Rickard Green |
2017-03-14 | Prepare release | Erlang/OTP |
2017-03-14 | Merge branch 'hasse/hipe/remove_work_around' | Hans Bolinder |
2017-03-13 | Merge branch 'maint' | Rickard Green |
2017-03-13 | Fix xml warnings in old release notes | Rickard Green |
2017-03-13 | hipe: Remove work around for Dialyzer bug | Hans Bolinder |
2017-03-09 | Merge PR-1360 from margnus1/hipe-codegen/OTP-14261 | Sverker Eriksson |
2017-03-06 | hipe_amd64: Add missing makefile dependency | Magnus Lång |
2017-03-06 | hipe_x86_assemble: 32-bit forms for movzx and xor-self | Magnus Lång |
2017-03-06 | hipe_x86_postpass: Enable ElimSet0 rule | Magnus Lång |
2017-03-06 | hipe_tagscheme: Small codegen improvements | Magnus Lång |
2017-03-06 | hipe_x86: Cleanup | Magnus Lång |
2017-03-06 | hipe_rtl_to_llvm: Cleanup | Magnus Lång |
2017-03-06 | hipe: Improve code generation for element/2 | Magnus Lång |
2017-03-06 | hipe/ebb.inc: Cleanup recursive type workaround | Magnus Lång |
2017-03-06 | hipe_amd64_encode: Add test for 16-bit 'test' with REX | Magnus Lång |
2017-03-06 | hipe_amd64_registers: Cleanup exit/1 calls | Magnus Lång |
2017-03-06 | hipe_beam_to_icode: Omit redtest in some closures | Magnus Lång |
2017-03-06 | Merge branch 'maint' | Hans Bolinder |
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 |
2017-02-28 | dialyzer: Improve a warning | Hans Bolinder |
2017-02-28 | dialyzer: Fix a weird warning | Hans Bolinder |
2017-02-19 | ErLLVM: Drop code printing assembly for LLVM < 3.9 | Magnus Lång |
2017-02-19 | ErLLVM: Demand LLVM 3.9 or greater | Magnus Lång |
2017-02-14 | Fixed typos in lib/hipe | Andrew Dryga |
2017-02-09 | Merge pull request #1312 from richcarl/shell-smart-compile | Björn Gustavsson |