summaryrefslogtreecommitdiff
path: root/lib/hipe/llvm
Commit message (Expand)AuthorAgeFilesLines
* Merge PR-1386 from kostis/hipe-const-alignment OTP-14302Sverker Eriksson2017-03-271-1/+1
|\
| * Remove (now) unnecessary argument of pack_constantsKostis Sagonas2017-03-231-1/+1
* | hipe_rtl_to_llvm: CleanupMagnus Lång2017-03-061-1/+1
* | ErLLVM: Drop code printing assembly for LLVM < 3.9Magnus Lång2017-02-191-30/+10
* | Fixed typos in lib/hipeAndrew Dryga2017-02-141-2/+2
* | hipe_rtl: unify branch and alubMagnus Lång2016-11-151-39/+39
* | Merge branch 'maint'Sverker Eriksson2016-11-102-53/+64
|\ \ | |/
| * hipe_rtl_to_llvm: Constants for bits per byte/wordMagnus Lång2016-11-081-48/+49
| * hipe_llvm: Work around LLVM 3.9 sdesc bugMagnus Lång2016-11-071-3/+11
| * hipe_llvm: Fix incorrect atom alignment assumptionMagnus Lång2016-11-071-4/+6
* | hipe,llvm: Change inc_stack_0 bif call to not_remoteSverker Eriksson2016-10-211-1/+1
* | hipe: Remove redundant assertionSverker Eriksson2016-10-211-4/+0
* | hipe_llvm: Use different symbols for remote callsMagnus Lång2016-10-182-9/+12
* | hipe: TRY fix llvm external calls to own moduleSverker Eriksson2016-10-142-22/+24
|/
* Add compiler option -Werror to MakefilesKostis Sagonas2016-05-311-3/+2
* hipe_llvm: Export hipe literals as LLVM metadataMagnus Lång2016-05-262-26/+48
* hipe_llvm: Move elf_format.hrl types to moduleMagnus Lång2016-05-187-96/+106
* hipe_llvm: Allow LLVM-generated constantsMagnus Lång2016-05-112-3/+35
* hipe: Extract some records into elf_format.hrlMagnus Lång2016-05-116-146/+197
* hipe: Restructure elf_format moduleMagnus Lång2016-05-102-147/+103
* hipe: Cleanup elf_format moduleMagnus Lång2016-05-092-197/+80
* hipe: Remove runtime elf_format class switchingMagnus Lång2016-05-092-114/+82
* hipe_llvm: Syntax compatibility with 3.7-3.8Magnus Lång2016-05-042-14/+38
* update copyright-yearHenrik Nord2016-03-151-1/+1
* erts,hipe,dialyzer: Fix hipe checkum of target runtime systemSverker Eriksson2015-08-311-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Replace call to erlang:now() with appropriate call to 18.0 BIFKostis Sagonas2015-05-271-1/+1
* Fix typo in llvm/elf_format.hrlGarret Smith2014-11-071-1/+1
* Fix frame size adjustment of stack descriptorsYiannis Tsiouris2014-03-301-19/+11
* Fix counting of arguments of closuresChristos Stavrakakis2014-03-301-4/+5
* Implement the LLVM backendYiannis Tsiouris2014-03-0711-0/+4998