Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Tiger
nolimips
Commits
52195bba
Commit
52195bba
authored
Feb 12, 2021
by
Etienne Renault
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rdm/update-dependencies' into 'master'
Update various dependencies See merge request
!4
parents
9ef339b6
90c58041
Pipeline
#26284
passed with stage
in 7 minutes and 47 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
configure.ac
configure.ac
+1
-1
dev/nolimips.py
dev/nolimips.py
+1
-1
doc/inst-set.texi.gen.py
doc/inst-set.texi.gen.py
+1
-1
src/inst/nodes.gen.py
src/inst/nodes.gen.py
+1
-1
src/inst/nodes.mk.gen.py
src/inst/nodes.mk.gen.py
+1
-1
src/inst/program_builder.hh.gen.py
src/inst/program_builder.hh.gen.py
+1
-1
src/inst/program_solver.gen.py
src/inst/program_solver.gen.py
+1
-1
src/parse/asm-parse.yy.gen.py
src/parse/asm-parse.yy.gen.py
+2
-2
src/parse/asm-scan.ll.gen.py
src/parse/asm-scan.ll.gen.py
+1
-1
No files found.
configure.ac
View file @
52195bba
##
## Configure Nolimips: a MIPS emulator with unlimited registers.
##
AC_PREREQ([2.6
3
])
AC_PREREQ([2.6
4
])
## Project -----------------------------
...
...
dev/nolimips.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2005, 2006, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
doc/inst-set.texi.gen.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
src/inst/nodes.gen.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2006, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
src/inst/nodes.mk.gen.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
src/inst/program_builder.hh.gen.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2006, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
src/inst/program_solver.gen.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2006, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
src/parse/asm-parse.yy.gen.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2006, 2012, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
@@ -55,7 +55,7 @@ print ("""
using namespace inst;
%}
%require "
2.1a
"
%require "
3.0
"
%skeleton "lalr1.cc"
%define parse.error verbose
%defines
...
...
src/parse/asm-scan.ll.gen.py
View file @
52195bba
#!/usr/bin/env python
#!/usr/bin/env python
3
##
## This file is part of Nolimips, a MIPS simulator with unlimited registers
## Copyright (C) 2003, 2004, 2006, 2015 Benoit Perrot <benoit@lrde.epita.fr>
...
...
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