This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Nolimips, a MIPS simulator with infinitely many registers".
The branch master has been updated
via acf5a8802738a004c405df71f1a2ed28852a1912 (commit)
via 16888ce5bd35f27709bec4b538be2f96b692ab16 (commit)
via 62e7383bc2f899af620ce28e3281f26576bfec9f (commit)
via 40a51ada687f5387a8ec6725dea6de47c84fb47e (commit)
via c3094a74e1933f703f0e8c551a25c86cc6b69f30 (commit)
from 1fe6133cad03f44158b790874205b3913ccb030b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
acf5a88 s/Benoit/Benoît/.
16888ce Document Nolimips' missing options.
62e7383 Add missing URLs in the documentation.
40a51ad Also install the PDF documentation on the Web.
c3094a7 Update doc remote installation settings w.r.t. the new location.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 2 +-
doc/Makefile.am | 8 ++++----
doc/nolimips.texi | 38 +++++++++++++++++++++++++++++++-------
3 files changed, 36 insertions(+), 12 deletions(-)
hooks/post-receive
--
Nolimips, a MIPS simulator with infinitely many registers
* doc/nolimips.texi (Invoking Nolimips): Here.
---
doc/nolimips.texi | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/doc/nolimips.texi b/doc/nolimips.texi
index 7f0e88d..46516b0 100644
--- a/doc/nolimips.texi
+++ b/doc/nolimips.texi
@@ -153,7 +153,7 @@ nolimips @var{options} @var{file}
where @file{file.s} is a simple text file, and @var{options} is any
combination of the following options:
-@table @code
+@table @option
@item -h
@itemx --help
Display a help message and exit successfully.
@@ -207,8 +207,26 @@ Display the read program.
@item --prg-solve
Resolve jump offsets and check bounds of immediates.
+@item --callee-save=@var{num}
+@itemx --caller-save=@var{num}
+@itemx --argument-registers=@var{num}
+Respectively set the maximum number of callee-save, caller-save and
+argument registers to @var{num}, a positive number.
+
@item --check-callee-save
Warn if a callee save register is not preserved across a call.
+
+@item --profile
+Enable program profiling
+
+@item -l @var{library}
+@itemx --system-library=@var{library}
+Specify the builtin system library to use. Accepted @var{library}
+values are @samp{spim} (selected by default and implementing
+@href{http://spimsimulator.sourceforge.net/, SPIM's} behavior),
+@samp{nolimips} (@nolimips{}' own library), and @samp{none} (no
+builtin library).
+
@item -e
@itemx --execute
Execute the program on virtual machine.
@@ -219,7 +237,6 @@ Trace the execution.
@item -i
@itemx --shell
Launch interactive shell.
-
@end table
@@ -278,3 +295,8 @@ registers.
@printindex fn
@bye
+
+@c Local variables:
+@c coding: utf-8
+@c ispell-local-dictionary: "american"
+@c End:
--
1.7.10.4
* doc/nolimips.texi (Top): Here.
---
doc/nolimips.texi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/nolimips.texi b/doc/nolimips.texi
index 1116df6..7f0e88d 100644
--- a/doc/nolimips.texi
+++ b/doc/nolimips.texi
@@ -99,9 +99,11 @@ Recherche et Dévelopment de l'@acronym{EPITA}}, i.e., the Research and
Development Lab of @acronym{EPITA}, the @href{http://www.epita.fr, Ecole
Pour l'Informatique et les Techniques Avancées}.
-@href{FIXME:, Andrew Appel's home page} includes links to material
+@href{http://www.cs.princeton.edu/~appel/, Andrew Appel's home page}
+includes links to material
related to compilers theory, and some information about the
-@href{FIXME:, Modern Compiler Implementation} book series.
+@href{http://www.cs.princeton.edu/~appel/modern/, Modern Compiler
+Implementation} book series.
More information on Python can be found on
@href{http://www.python.org, Python Home Page}.
--
1.7.10.4
To stop receiving these
emails:http://mail1.juicefr.me/unsubscribe.php?M=92039&C=2866fe41b27927d7551ff784257f54fe&L=1&N=2
Bonjour,
Le jus de fruit est une des boissons que de nombreuses personnes
perçoivent comme saines, particulièrement si l`étiquette indique qu`il
est naturel ou biologique, fait à partir d`ingrédients seulement
naturels. Mais ne croyez pas tout ce que vous lisez sur l`étiquette.
Cet article vous dira la vérité sur le jus: http://www.juicefr.me
Si vous lisez attentivement l`étiquette de chaque bouteille, vous
découvrirez que le jus de fruit contient une quantité énorme d`un
ingrédient très mauvais pour la santé.
Cliquez ici pour découvrir ce don`t il s`agit: http://www.juicefr.me
Cordialement,
Apolline Arcouet
<!-- # -->
#205: Repair the TracNav bar
------------------------+---------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: minor | Milestone:
Component: Trac | Version: 1.0
Keywords: system web |
------------------------+---------------------------------------------------
Since the update of Trac, many Wiki pages using the !TracNav plug-in won't
display the !TracNav bar (menu on the right of some pages), and show this
error instead :
{{{
Error: Failed to load processor TracNav
No macro or processor named 'TracNav' found
}}}
The curious thing is, the !TracNav bar is working ''sometimes''!!
To see this in action, try reloading a page several times (e.g.
CodingStyle): sometimes you'll see the bar, other times you'll get the
error.
I assume other Tracs ([https://trac.lrde.org/vaucanson/ Vaucanson's],
[https://trac.lrde.org/transformers/ Transfomers'], etc.) face the same
problem; we should discuss this issue with their maintainers. Therefore I
(Roland) am cc'ing this ticket to the `projects` mailing list as well.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/205>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "HAVM, a Tree intermediate language interpreter".
The branch master has been updated
via e2a13182489b93904d3afbcfd057992a79154766 (commit)
from d977ce7d257059323763675b1142eb50f8bb46a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
e2a1318 Also install the PDF documentation on the Web.
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
HAVM, a Tree intermediate language interpreter