aboutsummaryrefslogtreecommitdiffstats
path: root/libacc
Commit message (Expand)AuthorAgeFilesLines
* ACC ARM code gen improvements. printf("Hello, world\n"); works!Jack Palevich2009-05-141-19/+97
* ARM codegen: Add disassembler, implement returnJack Palevich2009-05-138-15/+1215
* Begin filling in ARM code generator.Jack Palevich2009-05-134-37/+110
* Add stub Arm code generator.Jack Palevich2009-05-133-36/+275
* Move all x86-specific knowlege into the X86CodeGenerator.Jack Palevich2009-05-122-109/+207
* Various C++ improvementsJack Palevich2009-05-114-542/+924
* Document acc language features.Frabrice Bellard2009-05-111-0/+65
* Added command-line option "-t" to allow run-time switching between running an...Jack Palevich2009-05-112-36/+107
* converted to C++Jack Palevich2009-05-104-25/+39
* Remove all gcc warnings.Jack Palevich2009-05-101-13/+17
* Replace acc.c with the contents of otccn.c, update tests.Jack Palevich2009-05-105-1066/+534
* Original version of otccn.c from http://bellard.org/otcc/otccn.cFabrice Bellard2009-05-101-0/+632
* More deobfuscation.Jack Palevich2009-05-081-86/+89
* Converted code constants from decimal to hexidecimal.Jack Palevich2009-05-081-124/+137
* More unobfuscation.Jack Palevich2009-05-081-168/+179
* Make our global variables static.Jack Palevich2009-05-081-56/+57
* Got rid of all warnings. (Yeah, right.)Jack Palevich2009-05-081-7/+9
* Add a simple regression test framework.Jack Palevich2009-05-086-0/+453
* Continue deobfuscation.Jack Palevich2009-05-081-407/+472
* Start de-obfuscation process.Jack Palevich2009-05-082-446/+430
* Original freeware Obfuscated Tiny C Compiler.Fabrice Bellard2009-05-081-0/+446