index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vhdl
Commit message (
Expand
)
Author
Age
Files
Lines
*
trans-chap8: handle array elements in target aggregate.
Tristan Gingold
2018-09-15
1
-6
/
+23
*
aggregates: WIP for association with arrays.
Tristan Gingold
2018-09-15
2
-5
/
+31
*
Remove unused translate/Makefile.
Tristan Gingold
2018-09-15
1
-45
/
+0
*
Remove -gnat05, always use GNATFLAGS.
Tristan Gingold
2018-09-15
1
-4
/
+4
*
sem_expr (aggregates): analyze elements before choices.
Tristan Gingold
2018-09-12
1
-57
/
+64
*
sem_expr: refactoring for aggregates.
Tristan Gingold
2018-09-12
1
-8
/
+4
*
trans-chap7: refactoring for aggregates.
Tristan Gingold
2018-09-11
2
-164
/
+193
*
Add Element_Type_Flag for associations.
Tristan Gingold
2018-09-10
5
-244
/
+300
*
trans-chap7: refactoring for aggregates.
Tristan Gingold
2018-09-10
1
-66
/
+72
*
sem_expr: WIP for 08 aggregates.
Tristan Gingold
2018-09-10
1
-6
/
+110
*
sem_expr: minor refactoring (for aggregates).
Tristan Gingold
2018-09-08
1
-42
/
+51
*
canon_extract_sensitivity: handle dereference. Fix #637
Tristan Gingold
2018-08-24
1
-6
/
+9
*
user_attribute: handle invalid function call as prefix. Fix #636
Tristan Gingold
2018-08-23
1
-0
/
+3
*
trans-chap7: use get_index_type. Fix #635
Tristan Gingold
2018-08-16
1
-2
/
+1
*
sem_simple_range_expression: improve error handling. Fix #632
Tristan Gingold
2018-08-15
1
-2
/
+14
*
sem_assocs: fix crash. Fix #631
Tristan Gingold
2018-08-10
1
-2
/
+1
*
sem_assocs: fix crash. Fix #630
Tristan Gingold
2018-08-10
1
-2
/
+1
*
Add support for --time-resolution (jit only). Fix #613
Tristan Gingold
2018-08-10
11
-250
/
+352
*
Release secondary stack within elab_declaration_chain. Fix #616
Tristan Gingold
2018-08-07
2
-1
/
+7
*
sem_association_subprogram: handle instantiated subprograms in marking used.
Tristan Gingold
2018-08-05
1
-1
/
+1
*
rework parse_expression to add parse_binary_expression.
Tristan Gingold
2018-08-04
5
-307
/
+268
*
disp_tree: also disp identifier id.
Tristan Gingold
2018-07-25
1
-3
/
+12
*
avoid crash in scanner if a number is followed by a number.
Tristan Gingold
2018-07-22
1
-1
/
+2
*
elab_object_init: allocate bounds for unounded aggregate if needed.
Tristan Gingold
2018-07-22
1
-5
/
+12
*
sem_type: avoid crash after error in record constraint.
Tristan Gingold
2018-07-20
1
-3
/
+8
*
sem_names: indexed attribute declaration is an error.
Tristan Gingold
2018-07-08
1
-2
/
+4
*
Delay translation of default configuration.
Tristan Gingold
2018-06-19
2
-4
/
+19
*
Avoid crash in case of incorrect use of signature.
Tristan Gingold
2018-06-16
1
-4
/
+27
*
evaluation: handle to_string for arrays.
Tristan Gingold
2018-06-08
1
-0
/
+30
*
fix 'occured' typo
1138-4EB
2018-05-26
1
-1
/
+1
*
Fix warning: use clause for package has no effect
Vicente Bergas
2018-05-03
14
-37
/
+1
*
Avoid crash on empty parentheses.
Tristan Gingold
2018-04-30
1
-4
/
+18
*
Use specific error message for direction mismatch.
Tristan Gingold
2018-04-25
3
-15
/
+45
*
Improve error message for #560.
Tristan Gingold
2018-04-24
2
-1
/
+19
*
sem_scopes: correctly handle conflicting potential visibility.
Tristan Gingold
2018-04-24
1
-2
/
+2
*
Avoid a crash on incorrect range dimension.
Tristan Gingold
2018-04-23
1
-2
/
+9
*
Avoid a crash on overload name used as a type mark.
Tristan Gingold
2018-04-12
1
-1
/
+7
*
Fix bounds of unconstrained strings.
Tristan Gingold
2018-04-11
1
-2
/
+2
*
Avoid crash after error. For #381
Tristan Gingold
2018-03-24
2
-1
/
+5
*
sem_hdl_expr: handle function call without parameters.
Tristan Gingold
2018-03-22
1
-1
/
+3
*
Set a version to libghdl, put version in configure.
Tristan Gingold
2018-03-21
1
-9
/
+2
*
Improve handling of cascaded error.
Tristan Gingold
2018-03-21
3
-21
/
+28
*
Add test for architecture declarative region nested in entity's one.
Tristan Gingold
2018-03-21
1
-0
/
+2
*
sem: architecture is a nested declarative region only in vhdl-02
Tristan Gingold
2018-03-21
1
-2
/
+2
*
Avoid cascaded error messages.
Tristan Gingold
2018-03-15
1
-1
/
+1
*
Add (missing) setup.py
Tristan Gingold
2018-03-06
1
-1
/
+1
*
Minor rewrite for previous patch.
Tristan Gingold
2018-02-25
2
-9
/
+4
*
Also consider interface function for implicit operators association.
Tristan Gingold
2018-02-25
1
-3
/
+7
*
translation: for port assiation by expression: handle formal before actual.
Tristan Gingold
2018-02-20
1
-2
/
+2
*
translate: handle anonymous types in formal; handle multiple conversions.
Tristan Gingold
2018-02-18
2
-11
/
+31
[next]