Emscripten is another project that generates asm.js from LLVM bitcode.
Emscripten est un autre projet qui génère asm.js pour du bytecode LLVM.
Emscripten transforms the compiled result of clang+LLVM into a.wasm binary.
Emscripten transforme ensuite le résultat compilé par clang+LLVM en binaire.wasm.
For technical programming, uses LLVM, fast on mathematical operations.
Pour la programmation technique, utilise LLVM, rapide sur les opérations mathématiques.
LLVM is now the final backend in a chain of intermediate representations.
LLVM est maintenant le backend final dans une chaîne de représentations intermédiaires.
We choose LLVM as the compiler to implement our framework.
Nous avons choisi LLVM comme compilateur pour mettre en œuvre notre infrastructure.
This requires the LLVM library to be installed.
Ceci nécessite l'installation de la bibliothèque LLVM.
Clang is intended to work atop LLVM.
Clang est conçu pour fonctionner avec LLVM.
We implement these analyses on top of the LLVM compiler.
Ces analyses ont été implémentées dans le compilateur LLVM.
It is then translated into assembly language which can be converted into LLVM bitcode.
Il est ensuite traduit en langage d'assemblage qui peut être converti en bitcode LLVM.
A type construct in a concrete language can be represented by combining these basic types in LLVM.
Un type issu d'un langage concret peut être représenté par une combinaison de ces types dans LLVM.
Better optimization for all languages by passing information about type aliasing and type ranges to the LLVM optimizers.
Meilleure optimisation pour toutes les langues en transmettant des informations sur l'alias de type et les gammes de types aux optimiseurs LLVM.
The nonfree adaptation of LLVM is the only compiler for those machines, and is likely to remain so.
L'adaptation privatrice de LLVM est le seul compilateur adapté à ces machines et probablement le restera.
It is also possible to convert bytecode into LLVM code that is compiled into binary.
Il est aussi possible de convertir le bytecode en code LLVM qui est compilé en binaire.