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
*
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
*
parse: extract parse_case_statement.
Tristan Gingold
2016-07-05
1
-83
/
+100
*
vhdl08: fix parse of elsif in generate.
Tristan Gingold
2016-07-03
1
-9
/
+31
*
PSL: add clocked SERE, make endpoints visible from VHDL.
Tristan Gingold
2016-03-22
1
-5
/
+21
*
parse: detect early use of signature in expressions.
Tristan Gingold
2016-02-18
1
-1
/
+8
*
parse: avoid weird error message for end protected.
Tristan Gingold
2016-02-17
1
-1
/
+8
*
psl: cover directive works on a sequence, not on a property.
Tristan Gingold
2016-02-14
1
-21
/
+41
*
Avoid a crash in physical type definition.
Tristan Gingold
2016-01-24
1
-0
/
+4
*
Parse: detect ill-formed formal names. Fix bug24324.
Tristan Gingold
2016-01-19
1
-0
/
+23
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
1
-51
/
+196
*
Remove unused code (scanner).
Tristan Gingold
2015-12-23
1
-9
/
+1
*
parse: remove unreachable code.
Tristan Gingold
2015-12-22
1
-44
/
+8
*
Scanner: fix use of latin-1 8 bit characters.
Tristan Gingold
2015-12-22
1
-4
/
+3
*
ghdl_simul debugger: handle break on operator, handle end of file.
Tristan Gingold
2015-12-03
1
-1
/
+7
*
parse: add comments.
Tristan Gingold
2015-11-30
1
-0
/
+16
*
Improve error message when ',' is used instead of ';' in interface.
Tristan Gingold
2015-11-25
1
-1
/
+8
*
Replace fat accesses by bounds accesses
Tristan Gingold
2015-08-29
1
-25
/
+26
*
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-23
1
-4
/
+229
*
Add context declaration and reference (vhdl 2008).
Tristan Gingold
2015-05-12
1
-47
/
+184
*
Rename Get_Location_Str to Image.
Tristan Gingold
2015-05-09
1
-1
/
+2
*
PSL: add comments, scan endpoint.
Tristan Gingold
2015-01-15
1
-0
/
+5
*
parser: improve error message and recovery on = for default expression.
Tristan Gingold
2015-01-15
1
-0
/
+7
*
xrefs: adjust for vhdl08.
Tristan Gingold
2015-01-14
1
-4
/
+19
*
disp_vhdl: adjust for vhdl2008 (generate, bit string).
Tristan Gingold
2015-01-14
1
-0
/
+2
*
vhdl08: forbid simple block_specification for labeled if-generate statement.
Tristan Gingold
2015-01-10
1
-1
/
+12
[next]