index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
/
sem_expr.adb
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rework list implementation, use iterator.
Tristan Gingold
2017-11-11
1
-63
/
+99
|
*
Use flist for enumerations.
Tristan Gingold
2017-11-07
1
-1
/
+1
|
*
Use Flist for records.
Tristan Gingold
2017-11-07
1
-2
/
+3
|
*
Use Flist for array indexes.
Tristan Gingold
2017-11-06
1
-4
/
+4
|
*
vhdl2008: add support for 'unbounded' case statements.
Tristan Gingold
2017-10-15
1
-11
/
+28
|
*
eval_is_in_bound: make it more tolerant.
Tristan Gingold
2017-01-19
1
-48
/
+0
|
|
|
|
|
|
Replaces check_implicit_conversion. Fix #258
*
iirs: renames Iir_Kinds_Scalar_Type_Definition
Tristan Gingold
2017-01-02
1
-9
/
+11
|
*
sem_expr: rework of choices - add an API to sort choices.
Tristan Gingold
2016-12-29
1
-255
/
+252
|
*
Build all Static_Construct aggregate statically.
Tristan Gingold
2016-12-23
1
-25
/
+35
|
*
evaluation: tune evaluation of composite values.
Tristan Gingold
2016-12-20
1
-1
/
+6
|
*
Remove Get/Set_Value_Staticness, add Get/Set_Aggregate_Expand_Flag
Tristan Gingold
2016-12-20
1
-19
/
+53
|
*
Evaluation: handle array aggregate and indexed names.
Tristan Gingold
2016-12-19
1
-6
/
+1
|
|
|
|
Fix #216
*
iirs: reorder Iir_Kind_Choice_*, add Get_Literal_Origin for aggregate.
Tristan Gingold
2016-12-18
1
-6
/
+0
|
*
vhdl2008: evaluate static record aggregate.
Tristan Gingold
2016-12-17
1
-15
/
+24
|
|
|
|
Fix #227
*
WIP for nested instantiation of macro-expansed packages.
Tristan Gingold
2016-11-12
1
-3
/
+3
|
*
ownership: fix arrays and physical types from parse.
Tristan Gingold
2016-10-18
1
-5
/
+10
|
*
sem_expr: add a missing free in sem_array_aggregate_type.
Tristan Gingold
2016-10-13
1
-1
/
+4
|
*
Rework AST to setup ownership and reference policy.
Tristan Gingold
2016-10-11
1
-98
/
+15
|
|
|
|
Check it with nodes_gc.
*
iirs: subtype indication is never a ref.
Tristan Gingold
2016-10-05
1
-3
/
+0
|
*
Rework range_expression and incomplete type for instantiation.
Tristan Gingold
2016-09-30
1
-2
/
+7
|
*
Set type of range expression from the type mark (if present).
Tristan Gingold
2016-09-28
1
-5
/
+8
|
|
|
|
Fix issue #156
*
vhdl08: preliminary support of interface subprogram
Tristan Gingold
2016-09-25
1
-2
/
+2
|
*
vhdl08: create interface subprogram declaration.
Tristan Gingold
2016-09-19
1
-14
/
+29
|
*
Avoid crash on invalid selection of a procedure.
Tristan Gingold
2016-08-26
1
-2
/
+8
|
|
|
|
Fixes #140
*
Rewrite error messages.
Tristan Gingold
2016-08-02
1
-111
/
+99
|
*
Rewrite scan error messages: use formatting.
Tristan Gingold
2016-08-02
1
-5
/
+5
|
*
Rework warnings to have a uniq tag per warning.
Tristan Gingold
2016-08-01
1
-2
/
+4
|
*
sem_expr: minor rework.
Tristan Gingold
2016-07-30
1
-3
/
+2
|
*
Improve handling of direction in aggregate.
Tristan Gingold
2016-07-30
1
-5
/
+15
|
*
Allow alias of literals in strings.
Tristan Gingold
2016-07-30
1
-4
/
+2
|
|
|
|
Fix issue #125
*
Fix indentation and English mistakes.
Tristan Gingold
2016-07-05
1
-6
/
+6
|
*
Handle default parameters for file_open.
Tristan Gingold
2016-06-02
1
-5
/
+3
|
|
|
|
Display backtrace for error in file_open.
*
Remove Get/Set_Type_Reference
Tristan Gingold
2016-06-01
1
-3
/
+8
|
*
Avoid a crash on error.
Tristan Gingold
2016-03-26
1
-39
/
+21
|
|
|
|
Fix bug041.
*
PSL: add clocked SERE, make endpoints visible from VHDL.
Tristan Gingold
2016-03-22
1
-0
/
+4
|
*
Fix crash of issue42.
Tristan Gingold
2016-02-17
1
-1
/
+2
|
*
PSL: handle and/or in boolean assertion.
Tristan Gingold
2016-02-09
1
-9
/
+0
|
*
simul: fix various issues.
Tristan Gingold
2016-01-24
1
-0
/
+1
|
*
Clean up some code and comments about constant declarations.
Tristan Gingold
2016-01-19
1
-6
/
+0
|
*
Add support for conditional assignments.
Tristan Gingold
2016-01-16
1
-19
/
+345
|
*
vhdl08: maybe insert implicit condition operator in concurrent statement.
Tristan Gingold
2016-01-11
1
-8
/
+24
|
*
Fix crash on issue9.
Tristan Gingold
2015-12-29
1
-2
/
+2
|
*
No error message for universal bounds in v93c or relaxed-rules.
Tristan Gingold
2015-11-30
1
-2
/
+4
|
*
Fix crash on invalid individual association.
Tristan Gingold
2015-11-07
1
-217
/
+248
|
*
Translate: explicitly clean transient types.
Tristan Gingold
2015-09-02
1
-0
/
+6
|
*
Improve code generation of strings.
Tristan Gingold
2015-06-27
1
-64
/
+75
|
*
Avoid a crash for out of range choice in aggregate.
Tristan Gingold
2015-05-27
1
-2
/
+6
|
|
|
|
Fix ticket 83.
*
Add comments.
Tristan Gingold
2015-05-27
1
-0
/
+1
|
*
Rework of overload resolution in implicit conversions.
Tristan Gingold
2015-05-26
1
-5
/
+1
|
|
|
|
Fix tiket 81.
*
Preliminary work to support external names (parse, semantic)
Tristan Gingold
2015-05-23
1
-0
/
+8
|
[next]