Added implementation of DumpBitmap. Changed reference to MachineInfo in
commitf0c738026d7b63a3556fe440530a1878376a0268
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Mon, 25 Aug 2014 14:01:54 +0000 (25 16:01 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Mon, 25 Aug 2014 14:01:54 +0000 (25 16:01 +0200)
treef12d27c98f143bc7386f5f63a5e77356a1d9ab27
parent15887f017f91a0378c2941b797cf192e6dabd617
Added implementation of DumpBitmap. Changed reference to MachineInfo in
MachineDumper to const. Output thrown const char* in unittest loop if
possible.
include/jitcs_dumper.h
makefile
src/src/adt_bitmap.cpp [new file with mode: 0644]
src/src/dumper.cpp
tests/test_unittest.cpp