xenia-canary/src/alloy
Ben Vanik fdb6a5cfa3 Initial Alloy implementation.
This is a regression in functionality and performance, but a much better
foundation for the future of the project (I think). It can run basic
apps under an SSA interpreter but doesn't support some of the features
required to do real 360 apps yet.
2013-12-06 22:57:16 -08:00
..
backend Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
compiler Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
frontend Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
hir Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
runtime Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
tracing Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
alloy-private.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
alloy.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
arena.cc Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
arena.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
core.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
memory.cc Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
memory.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
mutex.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
mutex_posix.cc Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
mutex_win.cc Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
sources.gypi Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
string_buffer.cc Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
string_buffer.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00
type_pool.h Initial Alloy implementation. 2013-12-06 22:57:16 -08:00