LIR skeleton, renaming some types to prevent conflict.
This commit is contained in:
0
src/alloy/backend/x64/lir/lir_builder.cc
Normal file
0
src/alloy/backend/x64/lir/lir_builder.cc
Normal file
0
src/alloy/backend/x64/lir/lir_builder.h
Normal file
0
src/alloy/backend/x64/lir/lir_builder.h
Normal file
0
src/alloy/backend/x64/lir/lir_instr.h
Normal file
0
src/alloy/backend/x64/lir/lir_instr.h
Normal file
0
src/alloy/backend/x64/lir/lircodes.cc
Normal file
0
src/alloy/backend/x64/lir/lircodes.cc
Normal file
0
src/alloy/backend/x64/lir/lircodes.h
Normal file
0
src/alloy/backend/x64/lir/lircodes.h
Normal file
0
src/alloy/backend/x64/lir/lircodes.inl
Normal file
0
src/alloy/backend/x64/lir/lircodes.inl
Normal file
12
src/alloy/backend/x64/lir/sources.gypi
Normal file
12
src/alloy/backend/x64/lir/sources.gypi
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'lir_builder.cc',
|
||||
'lir_builder.h',
|
||||
'lir_instr.h',
|
||||
'lircodes.cc',
|
||||
'lircodes.h',
|
||||
'lircodes.inl',
|
||||
'tracing.h',
|
||||
],
|
||||
}
|
||||
0
src/alloy/backend/x64/lir/tracing.h
Normal file
0
src/alloy/backend/x64/lir/tracing.h
Normal file
Reference in New Issue
Block a user