ack.git
2016-09-24 David GivenChange the predicate stuff to use costs instead; now...
2016-09-24 David GivenLots of exploratory new grammar for instruction definit...
2016-09-24 David GivenAdd support for labelled tree nodes.
2016-09-23 David GivenFix some late-night typo bugs.
2016-09-23 David GivenProcedure compilation now happens after the entire...
2016-09-23 David GivenReplaced the block splicer with a trivial block elimina...
2016-09-23 David GivenEach pass now lives in its own source file; much cleaner.
2016-09-22 David GivenAdd a bodged in algorithm for converting basic block...
2016-09-21 David GivenTracing cleanup. Simplified the IR code. Some more...
2016-09-20 David GivenMassive grammar overhaul and refactor. Hacked in suppor...
2016-09-20 David GivenRun through clang-format.
2016-09-20 David GivenStrip out surplus files. Rewrite README.
2016-09-20 David GivenImport iburg.
2016-09-20 David GivenImport iburg. iburg-import
2016-09-19 David GivenCreate hacky fake basic blocks for data fragments,...
2016-09-19 David GivenTreebuilder now gets to the bottom of my test file...
2016-09-19 David GivenStore the EM code up front and build the basic block...
2016-09-18 David GivenArchival checking of the half-written IR treebuilder.
2016-09-17 David GivenANSIise to fix warnings.
2016-09-17 David GivenAbstract out the EM reader; skeleton of the tree builder.
2016-09-17 David GivenBasic skeleton of em parser.
2016-09-10 David GivenMerge pull request #3 from kernigh/ego-fix iburg
2016-09-10 George KoehlerFix bugs with memory allocation in ego.
2016-09-04 David GivenAdd unlink system call. buildsystem
2016-09-03 David GivenCleanup some stray files.
2016-09-03 David GivenAdd modeline, fix formatting.
2016-09-03 David GivenUpdated.
2016-09-03 David GivenMore documentation.
2016-09-02 David GivenFirst half of the ackbuilder documentation.
2016-09-02 David GivenMakefiles are now slightly less inaccurate. Does actual...
2016-09-02 David GivenAdd an install target.
2016-09-02 David GivenDistributions are a pain --- let's not bother any more...
2016-09-02 David GivenRemove the old make-based build system, plus some big...
2016-09-01 David GivenClean up the top level makefile.
2016-08-22 David GivenFix a fun bug where, every now again, ego would get...
2016-08-22 David GivenForgot to check a file in.
2016-08-21 David Givenego now builds and is used.
2016-08-21 David Givenfilenamesof() an installable now returns all installed...
2016-08-21 David GivenFix linking bug where em_decode would generate binary...
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenPush through clang-format.
2016-08-21 David GivenRun through clang-format.
2016-08-21 David GivenPush em_ego.c through clang-format before working on it.
2016-08-20 David GivenBuild the examples when doing a normal build; this...
2016-08-20 David Givenaal doesn't build the ranlib table if you don't set...
2016-08-20 David GivenAdd files which got missed in the initial build pass.
2016-08-20 David Givenliblinux is no more; its files are now in libsys.
2016-08-20 David Givenrpi has a time() function; don't try to call gettimeofd...
2016-08-20 David GivenPrint hex numbers actually properly this time.
2016-08-20 David GivenRaspberry Pi backend now builds.
2016-08-20 David GivenWildcards are allowed to match no files now.
2016-08-14 David GivenFilename variables now get passed into ackbuilder on...
2016-08-14 David GivenFix dependency error (only shows up with make, not...
2016-08-14 David GivenFix compiler warnings and 64bitisms.
2016-08-14 David GivenEr, oops; the ninja build system is in a package called...
2016-08-14 David GivenBackport to Lua 5.1 (because 5.2 on Travis doesn't...
2016-08-14 David GivenAdd another Travis library.
2016-08-14 David GivenUpdate Travis metadata.
2016-08-14 David GivenLED builds now.
2016-08-14 David GivenMove the em_code headers into the em_code module.
2016-08-14 David GivenMove util/data into modules/src/em_data, for consistenc...
2016-08-14 David Givenlinux68k builds now.
2016-08-14 David Giveninstallables need to depend on their source files...
2016-08-14 David GivenTurns out I wasn't building the syscall libraries....
2016-08-14 David GivenWasn't exporting the plat headers; refactor to make...
2016-08-14 David Givenlinux386 builds. Also, forgot to turn back on the langu...
2016-08-13 David GivenBiggish refactor to break cycles; my build rules were...
2016-08-13 David GivenAdd cycle detection, because it was ruining my day...
2016-08-13 David GivenPascal runtime library now builds.
2016-08-13 David GivenPascal compiler builds.
2016-08-13 David GivenModula-2 runtime library now builds.
2016-08-13 David GivenFixed a small bug where two line number directives...
2016-08-12 David GivenThe Modula-2 compiler now builds.
2016-08-11 David GivenThe Basic runtime builds now.
2016-08-11 David GivenThe Basic compiler works now.
2016-08-11 David Givenreplace() gets confused if you give it a singleton...
2016-08-10 David GivenReplaced the funky and hard-to-compile ACK malloc with...
2016-08-08 David GivenMost of libc builds now (missing malloc).
2016-08-08 David GivenTarget lists can now have keyed items ({["foo"] = ...
2016-08-07 David GivenWe can build our first C file.
2016-08-04 David GivenAdd check for undefined variables. Find undefined varia...
2016-08-04 David GivenMassive ackbuilder refactor --- cleaner and more expres...
2016-07-29 David GivenBuilds libend (the simplest library). Becoming obvious...
2016-07-28 David GivenC preprocessor; tabgen; now the pc86 boot.s builds...
2016-07-28 David GivenFix a nasty dependency bug where filenamesof() on insta...
2016-07-26 David GivenReplace the hacky cflags variable with an equally hacky...
2016-07-26 David GivenReplaced the fairly complex environment code with a...
2016-07-26 David Givenyacc, ncgg; platform ncg builds now.
2016-07-23 David GivenBaby steps towards building a platform --- make the...
2016-07-22 David GivenMore programs, more libraries. src/modules build files...
2016-07-19 David Givencemcom.ansi now builds.
2016-07-19 David GivenSaner clibrary dependency and header handling.
2016-07-19 David GivenError out if a template expansion returns nil (as it...
2016-07-18 David Givenackbuilder rules files now require absolute paths in...
2016-07-16 David GivenBuilt a make bootstrap that runs either make or ninja...
2016-07-14 David GivenMore stuff builds; almost the C compiler now.
next