Timeline
02/11/11:
- 17:45 Changeset [502] by
- Fix not on nulls on Clight.
- 17:35 Changeset [501] by
- more changes
- 16:45 Changeset [500] by
- Use dependent pointer type to ensure that the representation is always …
- 16:45 Changeset [499] by
- pointer_compat is a little more natural if it takes that block rather than …
- 16:45 Changeset [498] by
- Make block type a little more abstract; remove knowledge about the old …
- 16:45 Changeset [497] by
- Remove bogus pointer compatibility case.
- 16:45 Changeset [496] by
- First pass at moving regions to block type.
- 15:16 Changeset [495] by
- more added
- 12:11 Changeset [494] by
- more added
- 11:40 Changeset [493] by
- incorporated some text from the eu report that needs to be pared down
- 10:22 Changeset [492] by
- Initial commit of outline of prospective itp-2011 paper.
02/10/11:
- 15:28 Changeset [491] by
- Initial commit of (part)-formalisation of LIN intermediate language.
02/09/11:
- 18:22 Changeset [490] by
- Update syntax of Matita Clight term printer.
- 18:22 Changeset [489] by
- Pointer fixes for the temporary version of the compiler that can output …
- 11:58 Changeset [488] by
- Some missing equality constants used by destruct.
- 11:49 Changeset [487] by
- Port Clight semantics to the new-new matita syntax.
02/08/11:
02/06/11:
- 11:36 PublicationVenues edited by
- (diff)
- 11:12 PublicationVenues edited by
- (diff)
- 11:08 PublicationVenues edited by
- (diff)
- 10:50 PublicationVenues created by
- Initial creation
- 10:47 WikiStart edited by
- Added a section on potential publication venues. (diff)
02/05/11:
- 11:18 WikiStart edited by
- Added Ian to Edinburgh (diff)
02/04/11:
- 13:52 Changeset [486] by
- Deliverable D2.2
02/02/11:
- 12:41 Changeset [485] by
- Fix treatment of pointers in initialisation data, a little like later …
01/28/11:
- 14:41 Changeset [484] by
- Separate out null values from integer zeros.
- 14:41 Changeset [483] by
- Use pointer-specific "chunks" of memory for pointer loads and stores, in …
- 14:41 Changeset [482] by
- Note the purpose of the region in a pointer value.
01/25/11:
- 18:22 Changeset [481] by
- Tcomp_ptr should take the memory region and use that to calculate its …
- 17:30 Changeset [480] by
- "memory_space" to "region" replacement to match ocaml code
- 17:30 Changeset [479] by
- Test of linked list insertion sort.
- 17:30 Changeset [478] by
- Prevent clashes between names in AST and other parts of the development. …
01/24/11:
- 14:57 Changeset [477] by
- Added file for LIN.
- 14:37 Changeset [476] by
- Commiting directory for formalization of intermediate compiler languages.
- 10:48 Ticket #1 (O'Caml emulator lacks export to Intel HEX) closed by
- fixed
- 10:47 Changeset [475] by
- Matita interpreter ported to latest version of matita (the one with the …
01/21/11:
- 14:31 Changeset [474] by
- Reduce "include"s to reduce compilation time. (Will be undone when moving …
- 14:31 Changeset [473] by
- Track changes in nlibrary list-theory.ma -> list.ma
- 11:08 Changeset [472] by
- More changes to debug and testing files to get them to work with the …
- 10:19 Changeset [471] by
- Deleted (now) superfluous custom library files in favour of using Matita …
- 10:18 Changeset [470] by
- Finished moving development over to standard library.
- 10:02 Changeset [469] by
- Update work-in-progress file to match current development.
- 10:02 Changeset [468] by
- Missing changes to completeness proof for function pointer type fix.
- 10:02 Changeset [467] by
- Update some of the commented-out parts of Globalenvs for testing.
01/20/11:
- 18:46 Changeset [466] by
- Most of execute_1 checked. Need to fix negations, though, in rest in …
- 18:10 Changeset [465] by
- Moved over to standard library.
- 13:35 Changeset [464] by
- Fixed strange bug/typo in BitVectorTrie?.ma
- 13:33 Changeset [463] by
- Fixed DoTest? so that it doesn't take an hour to typecheck.
- 13:32 Changeset [462] by
- Added bitvector arithmetic for Brian.
01/19/11:
- 18:23 Changeset [461] by
- Handle null pointer constants properly for generic pointers (introducing a …
- 18:23 Changeset [460] by
- Port memory spaces changes to latest prototype compiler.
- 17:22 Changeset [459] by
- Create branch of the prototype compiler for memory space support
- 15:16 Changeset [458] by
- Add a few more pointer tests.
- 15:06 Changeset [457] by
- Correct checking of function pointers.
- 11:45 Changeset [456] by
- Add 24bit initialisation data for null generic pointers.
- 10:58 Changeset [455] by
- Merge commit.
01/18/11:
- 19:23 Changeset [454] by
- CSC + Nicolas + Dominic: 1) back-porting of changes by Nicolas from the …
01/17/11:
- 10:36 Changeset [453] by
- Import of the Paris's sources.
01/14/11:
- 17:01 Changeset [452] by
- Added function to interface.
- 16:54 Changeset [451] by
- Removed more debugging stuff from Test.ml.
- 16:54 Changeset [450] by
- Comment added for Nicolas.
- 16:51 Changeset [449] by
- Removed debugging code from Test.ml.
- 16:49 Changeset [448] by
- Got Intel HEX format exportation working.
- 15:30 Changeset [447] by
- Checksum seems to be working now on most lines, barring three? Weird bug.
- 14:14 Changeset [446] by
- Checksum calculation added. Seems to still be buggy.
- 13:33 Changeset [445] by
- Debugging hex output. Seems mcu8051 really doesn't like what's been spat …
01/13/11:
- 14:19 Changeset [444] by
- Got Test.native to compile. Added functions for exporting intel hex …
- 11:35 Changeset [443] by
- Wrote exportation code. Need to test it.
- 10:54 Changeset [442] by
- Partial implementation of Nicolas' requested feature (extraction of …
01/12/11:
- 15:22 Changeset [441] by
- Fixed bug in PUSH spotted by Nicolas.
- 14:13 Ticket #1 (O'Caml emulator lacks export to Intel HEX) created by
- The O'Caml emulator lacks a function to dump code memory to an Intel HEX …
Note: See TracTimeline
for information about the timeline view.
