Age | Commit message (Expand) | Author |
2014-06-17 | doc: Fix broken links | Björn-Egil Dahlberg |
2014-05-26 | Merge branch 'egil/fix-maps-pretty-layout/OTP-11947' into maint | Björn-Egil Dahlberg |
2014-05-23 | hipe: fix a bug concerning typed record fields | Hans Bolinder |
2014-05-13 | hipe: fix a bug concerning typed record fields | Hans Bolinder |
2014-05-09 | Merge branch 'ks/hipe-map-support/OTP-11900' into maint | Björn-Egil Dahlberg |
2014-04-29 | Add five new test files for maps in the HiPE test suite | Kostis Sagonas |
2014-04-29 | Copy the tests for maps from the compiler application to a new HiPE test suite | Magnus Lång |
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-04-28 | hipe,compiler: Fix Map literals pretty printing | Björn-Egil Dahlberg |
2014-04-17 | hipe, dialyzer: Fix a bug concerning opaque types | Hans Bolinder |
2014-04-07 | Update release notes | Erlang/OTP |
2014-04-01 | Merge branch 'yiannist/erllvm-fixes' | Sverker Eriksson |
2014-03-31 | Merge branch 'kostis/hipe-test-fix' | Sverker Eriksson |
2014-03-30 | Fix frame size adjustment of stack descriptors | Yiannis Tsiouris |
2014-03-30 | Fix counting of arguments of closures | Christos Stavrakakis |
2014-03-30 | Check for required LLVM version or issue error | Yiannis Tsiouris |
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-03-26 | Merge branch 'aronisstav/hipe/opaque_fix' | Hans Bolinder |
2014-03-25 | Merge branch 'ks/hipe-rtl-remove-constant/OTP-11822' | Björn-Egil Dahlberg |
2014-03-24 | Don't 'opaque-decorate' a success typing using an incompatible spec | Stavros Aronis |
2014-03-24 | hipe: Correct last commit of OTP-10342 | Hans Bolinder |
2014-03-24 | stdlib: warn if the type map() is redefined | Hans Bolinder |
2014-03-24 | hipe: Add a few clauses for maps in erl_types | Hans Bolinder |
2014-03-23 | Add support for testing the LLVM backend too | Kostis Sagonas |
2014-03-23 | Ensure generated modules are properly included in the Emakefile | Kostis Sagonas |
2014-03-21 | Merge branch 'yiannist/hipe-llvm-backend' | Henrik Nord |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green |
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green |
2014-03-19 | Remove RTL code that handled the (is_)constant guard | Kostis Sagonas |
2014-03-19 | Merge branch 'kostis/hipe-rc2-patch' | Henrik Nord |
2014-03-17 | hipe: Properly identify map() type form terms | Björn-Egil Dahlberg |
2014-03-07 | Support the LLVM backend in HiPE | Yiannis Tsiouris |
2014-03-07 | Implement the LLVM backend | Yiannis Tsiouris |
2014-03-07 | Extend RTL API to support the LLVM backend | Yiannis Tsiouris |
2014-03-07 | Add support for llvm unique symbols in hipe_gensym | Yiannis Tsiouris |
2014-03-07 | Move some common code in hipe_pack_constants | Yiannis Tsiouris |
2014-03-07 | Add better specs in hipe_pack_constants and cleanup | Yiannis Tsiouris |
2014-03-05 | Add types for new HiPE BIFs | Kostis Sagonas |
2014-02-26 | Cleanup and make sure warnings are treated as errors | Kostis Sagonas |
2014-02-26 | Add specs for exported functions (to shut off a warning) and types in some re... | 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-25 | Merge branch 'kostis/hipe-tests-bs/OTP-11748' | Henrik Nord |
2014-02-24 | Up the time limit (globally) for some slow machines | Kostis Sagonas |
2014-02-24 | Add check so that tests are skipped if HiPE is not available | Kostis Sagonas |
2014-02-24 | Add a Makefile for the HiPE tests | Kostis Sagonas |
2014-02-24 | Add tests for the HiPE compiler (Part 1: binaries and bitstrings) | Kostis Sagonas |