llvm-6502/lib/Target/WebAssembly
2015-07-02 21:36:25 +00:00
..
InstPrinter
MCTargetDesc
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Makefile
README.txt
WebAssembly.h
WebAssembly.td WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblyFrameLowering.cpp WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblyFrameLowering.h
WebAssemblyInstrAtomics.td WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblyInstrFormats.td
WebAssemblyInstrInfo.cpp
WebAssemblyInstrInfo.h
WebAssemblyInstrInfo.td WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblyInstrSIMD.td WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblyISelDAGToDAG.cpp
WebAssemblyISelLowering.cpp [WebAssembly] Set the HasFloatingPointExceptions flag for WebAssembly. 2015-07-02 21:36:25 +00:00
WebAssemblyISelLowering.h
WebAssemblyMachineFunctionInfo.cpp
WebAssemblyMachineFunctionInfo.h
WebAssemblyRegisterInfo.cpp
WebAssemblyRegisterInfo.h
WebAssemblyRegisterInfo.td
WebAssemblySelectionDAGInfo.cpp
WebAssemblySelectionDAGInfo.h
WebAssemblySubtarget.cpp WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblySubtarget.h WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblyTargetMachine.cpp WebAssembly: start instructions 2015-07-01 23:41:25 +00:00
WebAssemblyTargetMachine.h
WebAssemblyTargetObjectFile.h
WebAssemblyTargetTransformInfo.cpp
WebAssemblyTargetTransformInfo.h

//===-- README.txt - Notes for WebAssembly code gen -----------------------===//

This WebAssembly backend is presently in a very early stage of development.
The code should build and not break anything else, but don't expect a lot more
at this point.

For more information on WebAssembly itself, see the design documents:
  * https://github.com/WebAssembly/design/blob/master/README.md

The following documents contain some information on the planned semantics and
binary encoding of WebAssembly itself:
  * https://github.com/WebAssembly/design/blob/master/AstSemantics.md
  * https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md

//===---------------------------------------------------------------------===//