Adding copyright notices to most files. Also add readme file, and somemaster
commit389f73d2f8b0459153b401807f688a375da0075f
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Wed, 3 Sep 2014 23:43:00 +0000 (4 01:43 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Wed, 3 Sep 2014 23:43:00 +0000 (4 01:43 +0200)
tree6c931e48e0e0ae8524ef2e22116c88268e8b7f56
parent491df04f23fbca8b6e92164bd1fe54f5115aaf2c
Adding copyright notices to most files. Also add readme file, and some
others.
113 files changed:
COPYRIGHT [new file with mode: 0644]
HOW-TO-BUILD [new file with mode: 0644]
HOW-TO-USE [new file with mode: 0644]
README [new file with mode: 0644]
REGISTER-ALLOCATION [new file with mode: 0644]
include/jitcs.h
include/jitcs_adt_bitstore.h
include/jitcs_adt_enumerator.h
include/jitcs_adt_range.h
include/jitcs_adt_ref.h
include/jitcs_adt_refcounter.h
include/jitcs_adt_slice.h
include/jitcs_base.h
include/jitcs_bblock.h
include/jitcs_callingconvention.h
include/jitcs_cpu.h
include/jitcs_dumper.h
include/jitcs_fnctypeinfo.h
include/jitcs_function.h
include/jitcs_ids.h
include/jitcs_instruction.h
include/jitcs_instructionstream.h
include/jitcs_machine.h
include/jitcs_memmgr.h
include/jitcs_memref.h
include/jitcs_refs.h [deleted file]
include/jitcs_spillslotinfo.h
include/jitcs_tmpalloc.h
include/jitcs_typefuncs.h [deleted file]
include/jitcs_x86_xx_cons.lh
include/jitcs_x86_xx_insids.lh
include/jitcs_x86_xx_machine.lh
include/jitcs_x86_xx_regs.lh
openissues.txt
src/data/x86_insalias.ltxt
src/data/x86_inslist.ltxt
src/data/x86_reglist.ltxt
src/jitcs_int.h
src/jitcs_int_adt_bitmap.h
src/jitcs_int_adt_dynslice.h
src/jitcs_int_adt_heap.h
src/jitcs_int_adt_smallheap.h
src/jitcs_int_adt_tmpvector.h
src/jitcs_int_bblock_impl.h
src/jitcs_int_bitfuncs.h
src/jitcs_int_callingconvention_impl.h
src/jitcs_int_cfg_analysis.h
src/jitcs_int_codegenerator.h
src/jitcs_int_dfg_analysis.h
src/jitcs_int_function_impl.h
src/jitcs_int_machine.h
src/jitcs_int_power2funcs.h
src/jitcs_int_virtualregister.h
src/src/adt_bitmap.cpp
src/src/bblock.cpp
src/src/bblock_impl.cpp
src/src/callingconvention.cpp
src/src/callingconvention_impl.cpp
src/src/cfg_analysis.cpp
src/src/codegenerator.cpp
src/src/cpu.cpp
src/src/dfg_analysis.cpp
src/src/dumper.cpp
src/src/function.cpp
src/src/function_impl.cpp
src/src/host.cpp
src/src/machine.cpp
src/src/main.cpp [deleted file]
src/src/memmgr.cpp
src/src/spillslotinfo.cpp
src/src/tmpalloc.cpp
src/src/virtualregister.cpp
src/x86/jitcs_int_x86_xx_dumper.lh
src/x86/jitcs_int_x86_xx_machine.lh
src/x86/jitcs_int_x86_xx_regs.lh
src/x86/src/x86_xx_callingconvention.lcpp
src/x86/src/x86_xx_codegen.lcpp
src/x86/src/x86_xx_dumper.lcpp
src/x86/src/x86_xx_ins2reg.lcpp
src/x86/src/x86_xx_insinfo.lcpp
src/x86/src/x86_xx_machine.lcpp
src/x86/src/x86_xx_regs.lcpp
tests/cpuinfo.cpp
tests/test_adt_bitmap.cpp
tests/test_adt_heap.cpp
tests/test_adt_range.cpp
tests/test_adt_slice.cpp
tests/test_adt_smallheap.cpp
tests/test_adt_tmpvector.cpp
tests/test_allinstructions.cpp
tests/test_asm.cpp
tests/test_asm.h
tests/test_asm_x86_xx.lh
tests/test_asm_x86_xx_ext.lcpp
tests/test_asm_x86_xx_ins.lcpp
tests/test_asm_x86_xx_reg.lcpp
tests/test_bitfuncs.cpp
tests/test_callingconvention.cpp
tests/test_cfg_analysis.cpp
tests/test_dfg_analysis.cpp
tests/test_fnctypeinfo.cpp
tests/test_main.cpp
tests/test_power2funcs.cpp
tests/test_simplecodegen.cpp
tests/test_simplefunction.cpp
tests/test_unittest.cpp
tests/unittest.h
tools/emblua.lua
tools/template2source.lua
tools/x86_insalias2data.lua
tools/x86_inslist2data.lua
tools/x86_instool.lua
tools/x86_reglist2data.lua