index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
parse.adb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid crash on string as prefix of procedure call.
Tristan Gingold
2017-12-08
1
-1
/
+10
*
Remove some deprecated iir_list subtypes.
Tristan Gingold
2017-11-08
1
-2
/
+2
*
Use flist for entity_name_list.
Tristan Gingold
2017-11-08
1
-3
/
+5
*
Use flist for disconnection specification and component specification.
Tristan Gingold
2017-11-08
1
-17
/
+41
*
Use flist for group declaration.
Tristan Gingold
2017-11-07
1
-1
/
+11
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-1
/
+2
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-1
/
+2
*
Use flist for signatures.
Tristan Gingold
2017-11-07
1
-1
/
+3
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-3
/
+4
*
Add elocations for specifications.
Tristan Gingold
2017-10-28
1
-33
/
+47
*
Add elocation for right parenthesis.
Tristan Gingold
2017-10-26
1
-1
/
+9
*
parser: improve error on extra comma in interface list.
Tristan Gingold
2017-10-24
1
-2
/
+11
*
Add more elocations.
Tristan Gingold
2017-10-23
1
-36
/
+151
*
parser: improve error message on extra ';'.
Tristan Gingold
2017-10-18
1
-0
/
+10
*
parser: add Has_Component for component instantiation.
Tristan Gingold
2017-10-18
1
-3
/
+14
*
Add extended locations (elocations). Still WIP
Tristan Gingold
2017-10-18
1
-113
/
+370
*
parse.adb: adjust comments.
Tristan Gingold
2017-10-11
1
-89
/
+88
*
sem_assocs: rewrite (pass v87)
Tristan Gingold
2017-09-25
1
-0
/
+1
*
Improve error message
Tristan Gingold
2017-03-11
1
-1
/
+2
*
vhdl08: unbounded records (WIP)
Tristan Gingold
2017-02-12
1
-0
/
+1
*
vhdl2008: handle 'Subtype as a type name and in disp_vhdl
Tristan Gingold
2017-01-15
1
-0
/
+3
*
Add xref_keyword for PSL keywords that aren't reserved words.
Tristan Gingold
2017-01-15
1
-0
/
+16
*
vhdl08: implement 'subtype attribute
Tristan Gingold
2017-01-13
1
-1
/
+4
*
vhdl08: allow PSL default clock declaration in block declarative parts.
Tristan Gingold
2017-01-13
1
-63
/
+88
*
Allow operator symbol as formal name.
Tristan Gingold
2016-12-08
1
-8
/
+10
*
Fix spelling in error message
Robin Joy
2016-12-07
1
-2
/
+2
*
parse: improve error message on missing 'generic map'
Tristan Gingold
2016-12-05
1
-0
/
+9
*
vhdl08: allow unaffected in sequential signal assignments.
Tristan Gingold
2016-11-01
1
-9
/
+23
*
Fix a crash for a simple 'unaffected'.
Tristan Gingold
2016-11-01
1
-1
/
+4
*
ownership: fix arrays and physical types from parse.
Tristan Gingold
2016-10-18
1
-9
/
+8
*
iirs: rename base_type to number_base_type to avoid confusion.
Tristan Gingold
2016-10-13
1
-1
/
+1
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-0
/
+3
*
disp_vhdl: print 'parameter' if textually present.
Tristan Gingold
2016-10-05
1
-0
/
+2
*
iirs: subtype indication is never a ref.
Tristan Gingold
2016-10-05
1
-1
/
+0
*
Rework range_expression and incomplete type for instantiation.
Tristan Gingold
2016-09-30
1
-2
/
+2
*
parse: remove duplicated function.
Tristan Gingold
2016-09-28
1
-40
/
+11
*
vhdl08: parse parameter reserved word.
Tristan Gingold
2016-09-25
1
-62
/
+188
*
vhdl08: add support for generic-mapped packages
Tristan Gingold
2016-09-15
1
-0
/
+1
*
parse: improve some error messages.
Tristan Gingold
2016-09-06
1
-12
/
+25
*
Rework restriction checks on declarative item.
Tristan Gingold
2016-09-05
1
-50
/
+365
*
vhdl08: preliminary work for nested package and type association.
Tristan Gingold
2016-09-01
1
-13
/
+23
*
vhdl08: parse and analyze interface types.
Tristan Gingold
2016-09-01
1
-0
/
+16
*
Avoid a crash with postponed assertions in vhdl08
Tristan Gingold
2016-08-27
1
-0
/
+5
*
Avoid a crash on bad component name.
Tristan Gingold
2016-08-26
1
-1
/
+2
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-3
/
+4
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-48
/
+47
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-1
/
+2
*
Adjust xrefs for case-generate and context declaration.
Tristan Gingold
2016-07-07
1
-3
/
+9
*
vhdl08: add support of case-generate statement
Tristan Gingold
2016-07-07
1
-2
/
+8
*
Parse case generate statement.
Tristan Gingold
2016-07-05
1
-2
/
+136
[next]