Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-19 | ErLLVM: Drop code printing assembly for LLVM < 3.9 | Magnus Lång | |
2016-05-26 | hipe_llvm: Export hipe literals as LLVM metadata | Magnus Lång | |
LLVM currently hard-codes these. Since it is desirable to be able to change things like PCB layout without requiring a change to LLVM, we export these as LLVM metadata, which can easily be used from LLVM to make it independent of them. | |||
2016-05-18 | hipe_llvm: Move elf_format.hrl types to module | Magnus Lång | |
Named types, except those for the records in the header files, have been moved from elf*_format.hrl to elf_format.erl. Also: * Use lists instead of element/2-indexed tuples for ELF section and symbol tables. * Enable +warn_export_vars for hipe/llvm/ subdirectory and fix warning. * Extract duplicated code in hipe_llvm module into help function pp_dereference_type/3. | |||
2016-05-04 | hipe_llvm: Syntax compatibility with 3.7-3.8 | Magnus Lång | |
2014-03-07 | Implement the LLVM backend | Yiannis Tsiouris | |