index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ortho
/
gcc
/
ortho-lang-8.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
ortho: for slices, get element size from the result type
Tristan Gingold
2021-09-14
1
-1
/
+10
|
|
|
|
|
|
and not from the object type. Fix #1862
*
ortho/gcc: adjust and propagate to all gcc versions the change for #1845
Tristan Gingold
2021-08-25
1
-0
/
+16
|
*
ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764
Tristan Gingold
2021-05-18
1
-0
/
+11
|
*
update license headers
umarcor
2021-01-14
1
-11
/
+10
|
*
ortho: add unbounded records, rework array subtypes.
Tristan Gingold
2020-07-25
1
-4
/
+49
|
*
ortho/gcc: build vector types in type_for_mode. Fix #1384
Tristan Gingold
2020-06-30
1
-0
/
+8
|
*
ortho/gcc: apply previous patch to all gcc versions.
Tristan Gingold
2020-06-27
1
-16
/
+38
|
*
src/ortho: add new_convert.
Tristan Gingold
2020-06-17
1
-1
/
+7
|
*
ortho/gcc: convert boolean and enums to int on interfaces.
Tristan Gingold
2020-05-28
1
-0
/
+2
|
*
ortho: add a length parameter to start_array_aggr.
Tristan Gingold
2020-05-28
1
-17
/
+19
|
*
Add support for gcc 8.1 as a backend.
Tristan Gingold
2018-06-02
1
-0
/
+2166
Fix #568