index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pretty_print.ml
Age
Commit message (
Expand
)
Author
2015-09-23
More pretty printing
Kathy Gray
2015-09-22
Start pretty printing ocaml for sequential
Kathy Gray
2015-08-14
Steps towards making constraint solver smarter
Kathy Gray
2015-08-06
Update analysis to merge states and values after branches taken due to unknow...
Kathy Gray
2015-06-24
Support new memory write events in the sail front end and pretty printer
Kathy Gray
2015-06-10
Put missing cases into nexp_eq_check
Kathy Gray
2015-06-02
Fix errors around ARM not being able to decode due to instruction_extractor b...
Kathy Gray
2015-05-28
fix pattern matching bug on concatenated vectors
Kathy Gray
2015-05-13
Add dynamic footprint dependency check event/outcome
Kathy Gray
2015-03-26
Add subtraction to nexp grammar (removing the need to do a + (-1 * b))
Kathy Gray
2015-02-24
Fix lem printing
Kathy Gray
2015-02-13
Actually use new dependency information in generation of lem/etc.
Kathy Gray
2015-02-03
Correct bug in typedef NAME = register bits .... for Dec not present in Inc
Kathy Gray
2015-01-22
Actually remove minus on negative numbers from Lem output
Kathy Gray
2015-01-21
turn negative numbers into 0-n in Lem ast backend
Kathy Gray
2015-01-12
Add specialised support for numeric singleton types (i.e. what used to be ran...
Kathy Gray
2014-12-11
Many fixes, primarily dealing with undefined
Kathy Gray
2014-11-22
signed multiplication and quot
Kathy Gray
2014-11-21
Fix up printing, try to make .lem files smaller (at least a tiny bit)
Kathy Gray
2014-11-21
Print out default values for underspecified vectors instead of leaving them a...
Kathy Gray
2014-11-16
Add overflow checking arithmetic operations. Fix various bugs that this exposed
Kathy Gray
2014-11-06
Refactor printing to display the contents the [_] and to better format bit ve...
Kathy Gray
2014-11-04
Read parts of a register, not always just the whole thing
Kathy Gray
2014-09-30
Add type annotations to funcls to track effects and constraints from one func...
Kathy Gray
2014-09-11
Adding support for extracting the information Christopher needs about an inst...
Kathy Gray
2014-09-10
reduce lem macro overhead for sail _ very slightly _
Kathy Gray
2014-09-09
Small fix to printing
Kathy Gray
2014-09-09
Full power.sail now type checking and generating Lem.
Kathy Gray
2014-09-09
Get more constraints resolving in power.sail
Kathy Gray
2014-08-05
Support extracting length information into more functions
Kathy Gray
2014-08-01
Support separated memory read/write functions.
Kathy Gray
2014-07-30
working dec vectors
Kathy Gray
2014-07-18
Writing to concatenated aliases
Kathy Gray
2014-07-14
Alias pretty-printing
Gabriel Kerneis
2014-07-14
Initial support for aliases and exit through the type system and the interpre...
Kathy Gray
2014-07-04
Fix pretty printer for verbose printing
Kathy Gray
2014-07-02
Support implicit parameters, to get the length of an expected vector into fun...
Kathy Gray
2014-07-01
Better pretty-printing for vectors
Gabriel Kerneis
2014-06-30
Support for nondeterministic blocks
Kathy Gray
2014-06-26
Adding better support for unspecified values in indexed vectors
Kathy Gray
2014-06-24
Get vector length for to_inc_vec and to_dec_vec from the type system after co...
Kathy Gray
2014-06-23
Get indexed vectors, particularly with default values, working
Kathy Gray
2014-06-12
Interpret when an unknown is inserted into the program by interp_exhaustive
Kathy Gray
2014-06-09
Merge branch 'for-dagstuhl' into master
Gabriel Kerneis
2014-06-07
Add optional overloading on expected return type to fix bug in constraint sol...
Kathy Gray
2014-06-07
Fix pretty-printing for E_vector_append
Gabriel Kerneis
2014-06-04
Fixup type coercions and overloading
Kathy Gray
2014-05-29
Check constraints in power.sail; this required using big_int instead of int t...
Kathy Gray
2014-05-20
Fix semicolon in scattered unions
Gabriel Kerneis
2014-05-20
Turn off annoying printf
Kathy Gray
[next]