aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/main/hipe.erl
AgeCommit message (Expand)Author
2019-03-20HiPE: Don't fail the compilation for unimplemented instructionsBjörn Gustavsson
2018-10-29Merge pull request #2005 from kostis/hipe-hipe-spec-cleanupsBjörn Gustavsson
2018-10-25Merge PR-1986 from kostis/hipe-ErLLVM-check OTP-15385Sverker Eriksson
2018-10-25hipe: Cleanup and fix specs of the hipe moduleKostis Sagonas
2018-10-19hipe: Don't use beam_lib:info/1 with an atom as filenameBjörn Gustavsson
2018-10-15HiPE: Fix check for when ErLLVM is availableKostis Sagonas
2018-05-22hipe: Fix elimination of erlang:get_stacktrace/0Hans Bolinder
2018-05-04Move error formatting to erl_error.erl and delete lib.erlRichard Carlsson
2018-04-16hipe: Eliminate use of erlang:get_stacktrace/0Björn Gustavsson
2017-11-05HiPE: Verify GC safety of derived valuesMagnus Lång
2017-07-06hipe: Do not use deprecated functions in string(3)Hans Bolinder
2017-03-16hipe: Add range splitter range_splitMagnus Lång
2017-03-16hipe: Add range splitter restore_reuseMagnus Lång
2017-02-19ErLLVM: Demand LLVM 3.9 or greaterMagnus Lång
2017-02-06Update use of filename:find_src/1 in hipe.erlRichard Carlsson
2016-11-25Merge branch 'richarl/fix-license-headers/PR-788'Björn Gustavsson
2016-11-23Correct copyright on remaining hipe filesRichard Carlsson
2016-11-23Merge branch 'maint'Sverker Eriksson
2016-11-19hipe: Improve error message on internal crashesMagnus Lång
2016-09-05hipe: Add ra_partitioned to o1 and upMagnus Lång
2016-09-02hipe: Add IG partitioning to hipe_regalloc_prepassMagnus Lång
2016-08-30hipe: Fix o0 and o1Magnus Lång
2016-08-30hipe: Add o0 and o1 to testsMagnus Lång
2016-05-31Cleanups in hipe/main and hipe/rtlKostis Sagonas
2016-05-31Cosmetic cleanupsKostis Sagonas
2016-05-26Merge branch 'margnus1/llvm-compatibility/PR-1057/OTP-13626'Sverker Eriksson
2016-05-23Added elimination of maps:is_key/2 calls to HiPEMagnus Lång
2016-05-11hipe_llvm: Disable floats for x86Magnus Lång
2016-05-04hipe_llvm: Syntax compatibility with 3.7-3.8Magnus Lång
2015-10-09Update and cleanup HiPE recordsKostis Sagonas
2015-08-31erts,hipe,dialyzer: Fix hipe checkum of target runtime systemSverker Eriksson
2015-06-22Merge branch 'bruce/change-license'Bruce Yinhe
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-13Simplify handling of o2 and o3 option expansionKostis Sagonas
2015-06-04HiPE help shouldn't modify the calling processRichard Carlsson
2014-03-30Check for required LLVM version or issue errorYiannis Tsiouris
2014-03-07Support the LLVM backend in HiPEYiannis Tsiouris
2013-03-12Loosen the assumptions of code that handles escaping functionsKostis Sagonas
2013-02-25Clean up and homogenize text messages for optionsKostis Sagonas
2012-05-10Remove stale code for hybrid heap and incremental GCBjörn Gustavsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-20Fix discrepancy in compile_infoKostis Sagonas
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-28Merge branch 'bjorn/compiler/options/OTP-9752'Björn Gustavsson
2011-11-28hipe: Remove single function compilationBjörn Gustavsson
2011-11-24hipe: Teach hipe to handle slim or stripped BEAM filesBjörn Gustavsson
2010-11-22hipe: Update types and specsKostis Sagonas
2010-08-27Fix hipe:load/1Paul Guyot
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP