Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | hipe: Extract some records into elf_format.hrl | Magnus Lång | |
This allows for much more robust interpretation of relocations, symbols and sections in hipe_llvm_main, without the clunkiness of an abstract interface between two internal modules that belong to the same subsystem anyway. | |||
2014-11-07 | Fix typo in llvm/elf_format.hrl | Garret Smith | |
2014-03-07 | Implement the LLVM backend | Yiannis Tsiouris | |