search for: macro32

Displaying 1 result from an estimated 1 matches for "macro32".

2015 Jan 14
6
[LLVMdev] Introduction for new consumer of LLVM
...includes a port to the x86-64 platform. We have chosen to use the LLVM compiler infrastructure for our port to x86. OpenVMS has a large family of compilers that we will be porting onto x86. That includes BASIC, COBOL, Fortran, Pascal, C, BLISS (one of the OpenVMS implementation languages), and Macro32 (a compiler that accepts VAX assembly source code and emits object code for the appropriate target, either Alpha or Itanium). On Alpha and Itanium, we use our own multi-language, retargetable backend called GEM. Our strategy will be to write a converter between the GEM IL and the LLVM IL. We wil...