Age | Commit message (Expand) | Author |
2016-09-01 | Merge branch 'maint' | Hans Bolinder |
2016-08-31 | dialyzer: Optimize an opaque type case | Hans Bolinder |
2016-08-26 | Merge branch 'maint' | Sverker Eriksson |
2016-08-22 | hipe: Fix amd64 SSE2 encoding crash | Magnus Lång |
2016-08-22 | hipe: Fix tailcall stackarg clobber bug | Magnus Lång |
2016-08-22 | hipe_arm: Fix translation of shift by 0 | Magnus Lång |
2016-08-22 | hipe_ppc: Fix PPC64 bug encoding large immediates | Magnus Lång |
2016-08-22 | hipe_ppc: Fix incorrect encoding of shift by 0 | Magnus Lång |
2016-08-22 | hipe_x86: Fix illegal inst from peephole opt | Magnus Lång |
2016-07-11 | hipe_vectors: Change implementation to 'array' | Magnus Lång |
2016-07-11 | hipe: Faster unreachable basic block removal | Magnus Lång |
2016-07-11 | hipe_ssa_liveness: Use map as liveness ADT | Magnus Lång |
2016-07-11 | hipe/flow/liveness.inc: Use map for liveness type | Magnus Lång |
2016-07-11 | hipe_x86_frame: speed up find_temps | 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: segment tree delete operation | Magnus Lång |
2016-07-11 | hipe_sdi: Use segment trees to represent PARENTS | Magnus Lång |
2016-07-11 | hipe_icode_{bincomp,range}: Improve complexity | Magnus Lång |
2016-06-28 | erl_types: Normalise X:=none() pairs in t_map/3 | Magnus Lång |
2016-06-21 | Prepare release | Erlang/OTP |
2016-06-15 | hipe: Pattern matching compilation of binaries and bistrings | Kostis Sagonas |
2016-06-10 | Merge branch 'hasse/dialyzer/improve_from_form/OTP-13547' | Hans Bolinder |
2016-06-09 | Remove support for '...' in Maps types | Hans Bolinder |
2016-06-09 | dialyzer: Improve the translation of forms to types | Hans Bolinder |
2016-06-09 | dialyzer: Use a cache when translating forms to types | Hans Bolinder |
2016-06-09 | dialyzer: Prepare erl_types:t_from_form() for a cache | Hans Bolinder |
2016-06-09 | dialyzer: Optimize erl_types:t_form_form() | Hans Bolinder |
2016-06-09 | dialyzer: Correct types | Hans Bolinder |
2016-06-02 | Revert "Prepare release" | Erlang/OTP |
2016-06-02 | Prepare release | Erlang/OTP |
2016-05-31 | Code rewrites to avoid exported vars warnings | Kostis Sagonas |
2016-05-31 | Code rewrites to avoid exported vars compiler warnings | Kostis Sagonas |
2016-05-31 | Define, export and use a hipe_icode:params() type | Kostis Sagonas |
2016-05-31 | Fix name of compiler option and the related warnings | Kostis Sagonas |
2016-05-31 | Cleanups in hipe/main and hipe/rtl | Kostis Sagonas |
2016-05-31 | Eliminate stupid if construct | Kostis Sagonas |
2016-05-31 | Use type name, not record notation, in specs | Kostis Sagonas |
2016-05-31 | Various cleanups and simplifications | Kostis Sagonas |
2016-05-31 | Add missing type declarations to a record | Kostis Sagonas |
2016-05-31 | Make a type opaque | Kostis Sagonas |
2016-05-31 | Cosmetic cleanups | Kostis Sagonas |
2016-05-31 | Add compiler option -Werror to Makefiles | Kostis Sagonas |
2016-05-31 | Merge branch 'sverker/dialyzer/erlang-halt' | Sverker Eriksson |
2016-05-30 | Merge branch 'margnus1/llvm-upgrades/PR-1070' | Sverker Eriksson |
2016-05-30 | Reintroduce erlang:halt/0/1 in erl_bif_types.erl | Sverker Eriksson |
2016-05-27 | Merge branch 'richcarl/erts/fix-init-stop/PR-911/OTP-13630/OTP-13631' | Sverker Eriksson |
2016-05-26 | hipe_llvm: Export hipe literals as LLVM metadata | Magnus Lång |
2016-05-26 | Merge branch 'margnus1/llvm-compatibility/PR-1057/OTP-13626' | Sverker Eriksson |
2016-05-26 | Merge branch 'margnus1/hipe/maps-is_key-opts/PR-1069/OTP-13625' | Björn-Egil Dahlberg |