Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
havm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiger
havm
Commits
ac93a91b
Commit
ac93a91b
authored
May 06, 2014
by
Roland Levillain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regen ChangeLog for version 0.26.
parent
e1f8060a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
118 additions
and
1 deletion
+118
-1
.last-cl-gen
.last-cl-gen
+1
-1
ChangeLog
ChangeLog
+117
-0
No files found.
.last-cl-gen
View file @
ac93a91b
9575357c6269b0c7860f19fe2eeaf343c71e4b94
e1f8060a6baf6a6ba262ba282944f784aec94b48
ChangeLog
View file @
ac93a91b
2014-05-06 Roland Levillain <roland@lrde.epita.fr>
Version 0.26.
* configure.ac, NEWS: Here.
* THANKS: Update.
* src/Opt.hs: Update copyright years.
* tests/cmp.test,
* tests/trace.test:
Delete trailing newlines.
2014-05-06 Roland Levillain <roland@lrde.epita.fr>
Update copyright notices.
* AUTHORS,
* Makefile.am,
* NEWS,
* README,
* TODO,
* configure.ac,
* doc/Makefile.am,
* src/Makefile.am,
* tests/cmp.test,
* tests/defs.in,
* tests/nestedseq.test,
* tests/overflow.test,
* tests/trace.test:
Here.
2014-05-06 Pablo de Oliveira <pablo@sifflez.org>
checkLow should occur before plaining.
* src/Main.hs (evalM): Here.
In some cases, plaining removes nested seqs in the original
program. If plaining happens first, checkLow may accept a
program as valid LIR when in fact the original program
contained nested seqs.
* tests/nestedseq.hir,
* tests/nestedseq.test:
New test.
* tests/Makefile.am (TESTS): Add nestedseq.test.
(EXTRA_DIST): Add nestedseq.hir.
2014-05-06 Pablo de Oliveira <pablo@sifflez.org>
Arithmetic overflow should wrap around.
Tiger specifications do not define the expected behavior of an
integer overflow. Yet, to be consistent with Nolimips, Spim,
and most current architectures, we ensure that arithmetic
operations in HAVM wrap around.
* src/StdBinop.hs (modulo32): New function.
Use it...
(binop): ...here.
* tests/overflow.lir,
* tests/overflow.out,
* tests/overflow.test:
New test.
* tests/Makefile.am (TESTS): Add overflow.test.
(EXTRA_DIST): Add overflow.lir and overflow.out.
2014-05-06 Roland Levillain <roland@lrde.epita.fr>
Convert to UTF-8.
* THANKS,
* TODO,
* doc/havm.texi:
Here.
2014-05-06 Roland Levillain <roland@lrde.epita.fr>
Update doc remote installation settings to target the new location.
* doc/Makefile.am
(install_doc_user, install_doc_host, install_doc_dir): Here.
2014-05-06 Roland Levillain <roland@lrde.epita.fr>
Update the builtins documentation.
* doc/builtins.texi: Sync with tc-assignments.
2014-05-06 Roland Levillain <roland@lrde.epita.fr>
Fix and update copyright years.
* AUTHORS,
* ChangeLog,
* Makefile.am,
* NEWS,
* README,
* TODO,
* configure.ac,
* debian/copyright,
* doc/Makefile.am,
* doc/havm.texi,
* src/Makefile.am,
* src/Opt.hs,
* tests/cmp.test,
* tests/defs.in,
* tests/trace.test:
Here.
2013-09-23 Roland Levillain <roland@lrde.epita.fr>
Add a rule to update ChangeLog using Git commit messages.
* build-aux/gitlog-to-changelog: New.
Imported from Git Gnulib.
* .last-cl-gen: New.
* Makefile.am (update-ChangeLog): New target.
(EXTRA_DIST): Add build-aux/gitlog-to-changelog and .last-cl-gen.
2013-01-07 Roland Levillain <roland@lrde.epita.fr>
Add a target to install HAVM's documentation on the Web.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment