corda/include/avian/codegen
Joshua Warner b3bd58aeff work in progress towards 64-bit ARM JIT support
This won't build, it's just a snapshot of what I have so far.

Conflicts:
	include/avian/codegen/architecture.h
	include/avian/codegen/registers.h
	src/codegen/compiler.cpp
	src/codegen/compiler/event.cpp
	src/codegen/compiler/site.cpp
	src/codegen/compiler/site.h
	src/codegen/registers.cpp
	src/codegen/target/arm/assembler.cpp
	src/codegen/target/arm/registers.h
2014-12-22 12:59:26 -07:00
..
architecture.h work in progress towards 64-bit ARM JIT support 2014-12-22 12:59:26 -07:00
assembler.h remove lingering 32-count limits on registers, refactor iteration, improve constants, ... 2014-12-09 11:18:00 -07:00
compiler.h first pass at cmake + visual studio support 2014-07-30 14:15:15 -06:00
ir.h use enum class in ir 2014-07-24 10:09:29 -06:00
lir-ops.inc.cpp remove vm from code paths, to match namespacing 2014-02-21 13:32:28 -07:00
lir.h add convenience (1 << lir::Operand::Type::*) shortcuts (lir::Operand::*Mask) 2014-12-09 08:19:44 -07:00
promise.h reduce vm::Zone interface 2014-07-16 18:41:02 -06:00
registers.h add non-member begin/end methods for older compilers 2014-12-09 11:47:36 -07:00
runtime.h bulk, global reformat 2014-07-11 13:25:22 -06:00
targets.h bulk, global reformat 2014-07-11 13:25:22 -06:00