xubingyue / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

LLVM is the only code generator of SALVIA #210

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Description:
 Remove SAVM.

Original issue reported on code.google.com by wuye9036 on 24 Aug 2012 at 3:09

GoogleCodeExporter commented 8 years ago
Remove SAVM and refactor code generator.

Original comment by wuye9036 on 26 Aug 2012 at 11:40

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 89629a4ac701.

SASL: Fixed some compiling errors.
SASL: Rename value_t to cg_value.

Original comment by wuye9036 on 26 Aug 2012 at 12:07

GoogleCodeExporter commented 8 years ago
This issue was updated by revision b6657eb4e8df.

SASL: Add cg_extension to SASL.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 2971fac12378.

SASL: Move some functions to cg_extension.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 0a17a9355c81.

SASL: Remove vector_ and int_ from cg_service.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 89c04d71a04c.

SASL: Refactor enums 'externals' and 'cast_ops'.
SASL: Move externals code and intrin code to cg_extension.
SASL: Remove shrink, extract elements, insert elements, i8toi1, i1toi8, cast 
and get_llvm_vector/struct, safe idiv/imod from cgs.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision cf07dfc5f20d.

SASL: Remove all LLVM extension functions from cgs.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision a8b1d83d8fe8.

SASL: Add missing files.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 5ea2feb4aa59.

SASL: Rename function_t to cg_function.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 714e70f8b373.

SASL: Rename sasl_cgllvm to sasl_codegen.
SASL: Remove savm, pull up cgllvm.
SASL: Rename cgllvm_* file to cg_*.

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 85fb0cebff6d.

SASL: Rename class and function from cgllvm_* to cg_*

Original comment by wuye9036 on 30 Aug 2012 at 9:28

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 30 Aug 2012 at 9:30

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c5ae2b55b6a4.

SASL: Refactor 'abis' and 'value_kinds' enumeration.

Original comment by wuye9036 on 30 Aug 2012 at 2:56