index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ortho
Commit message (
Expand
)
Author
Age
Files
Lines
*
mcode/ortho_jit.adb: add option --be-g
Tristan Gingold
2023-02-04
1
-1
/
+1
*
mcode: add new functions for JIT
Tristan Gingold
2023-01-26
5
-4
/
+63
*
win64: fix FP argument passing
Tristan Gingold
2022-10-17
1
-2
/
+8
*
ortho/llvm6: handle llvm 15 (opaque pointers)
Tristan Gingold
2022-09-29
1
-39
/
+64
*
ortho/mcode: add reg move for ret. Fix #2189
Tristan Gingold
2022-09-15
2
-7
/
+17
*
fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12
Xiretza
2022-05-14
1
-1
/
+0
*
ortho/debug: handle aggregates of record-subtype
Tristan Gingold
2022-05-07
3
-7
/
+25
*
binary_file-coff: fix symbols write
Tristan Gingold
2022-04-05
1
-29
/
+58
*
ortho/mcode: fix win64 stack alignment
Tristan Gingold
2022-04-04
1
-1
/
+1
*
ortho/mcode: generate unwind info on win64 (WIP)
Tristan Gingold
2022-04-04
3
-2
/
+100
*
ortho/mcode: handle image relative relocation (for Win64)
Tristan Gingold
2022-04-04
3
-4
/
+29
*
ortho/mcode: handle x86-64 coff image dump (WIP)
Tristan Gingold
2022-04-04
3
-24
/
+31
*
mcode: improve support of Win64 (prolog)
Tristan Gingold
2022-04-01
3
-29
/
+41
*
mcode: improve support of Win64 (allocate stack for home registers)
Tristan Gingold
2022-03-30
3
-6
/
+22
*
Add chkstk-x64 for windows x64
Tristan Gingold
2022-03-30
1
-2
/
+12
*
ortho/mcode: relax assertion (and fix debug code). Fix #1980
Tristan Gingold
2022-02-26
2
-2
/
+6
*
mcode: generate and register .eh_frame on linux x86/64
Tristan Gingold
2021-12-14
14
-11
/
+179
*
ortho/debug and ortho/oread: also increase identifier buffers. For #1894
Tristan Gingold
2021-10-18
2
-2
/
+2
*
configure and Makefile: link ghdl with grt-cstdio
Tristan Gingold
2021-09-17
3
-3
/
+4
*
Fixed some typos (#1868)
Patrick Lehmann
2021-09-16
1
-1
/
+1
*
ortho_code-x86-insns: handle OE_ADD R_I_Off + R_I. Fix #1864
Tristan Gingold
2021-09-14
1
-0
/
+7
*
ortho: for slices, get element size from the result type
Tristan Gingold
2021-09-14
8
-12
/
+65
*
ortho/gcc: adjust and propagate to all gcc versions the change for #1845
Tristan Gingold
2021-08-25
6
-1
/
+81
*
ghdldrv: handle auxbase option in ortho/gcc. Fix #1845
Tristan Gingold
2021-08-24
1
-0
/
+16
*
oread: add support for debug line decl
Tristan Gingold
2021-07-20
1
-0
/
+7
*
src/ortho: adjust constructor for codacy warning.
Tristan Gingold
2021-06-30
1
-1
/
+1
*
src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD.
Alfred M. Szmidt
2021-06-13
1
-1
/
+1
*
ortho_front: use array subtype element if indexing an array subtype.
Tristan Gingold
2021-05-19
1
-1
/
+4
*
ortho/gcc, ortho/llvm: do not allocate space for unbounded fields. Fix #1764
Tristan Gingold
2021-05-18
7
-15
/
+92
*
ortho: fix CFLAGS/CXXFLAGS distinction
Xiretza
2021-05-10
1
-1
/
+1
*
ortho: use LDFLAGS and prefer them over defaults
Xiretza
2021-05-10
7
-9
/
+8
*
Migrate deprecated DebugLoc::get to DILocation::get
Jeroen Van den Keybus
2021-04-27
1
-4
/
+4
*
update license headers
umarcor
2021-02-05
4
-44
/
+43
*
update license headers
umarcor
2021-01-14
164
-1804
/
+1482
*
ortho/debug: fix type of indexed_name.
Tristan Gingold
2020-08-05
1
-2
/
+4
*
llvm6: fix debug info generation for arrays
Tristan Gingold
2020-08-04
1
-1
/
+1
*
ortho/debug: check subtype for array subtype.
Tristan Gingold
2020-07-26
1
-5
/
+2
*
ortho/oread: parse subarray element type.
Tristan Gingold
2020-07-25
1
-7
/
+17
*
src/ortho/oread/tests: fix 2 tests.
Tristan Gingold
2020-07-25
2
-27
/
+27
*
ortho/oread/tests: adjust one more test.
Tristan Gingold
2020-07-25
2
-12
/
+28
*
ortho: add unbounded records, rework array subtypes.
Tristan Gingold
2020-07-25
27
-399
/
+1378
*
ortho/debug: Disable_Checks flag also disable type checks.
Tristan Gingold
2020-07-18
1
-1
/
+3
*
ortho/gcc: build vector types in type_for_mode. Fix #1384
Tristan Gingold
2020-06-30
6
-0
/
+48
*
ortho/debug: ignore -O option.
Tristan Gingold
2020-06-27
1
-0
/
+3
*
ortho/gcc: apply previous patch to all gcc versions.
Tristan Gingold
2020-06-27
5
-80
/
+190
*
ortho/gcc/ortho-lang-9.c: fix crash with -O
Tristan Gingold
2020-06-27
1
-16
/
+38
*
src/ortho/oread: add more tests.
Tristan Gingold
2020-06-25
6
-15
/
+123
*
llvm6: fix debug info for llvm-10
Tristan Gingold
2020-06-25
2
-55
/
+91
*
llvm6: add generation of more debug info, improve compatibility
Tristan Gingold
2020-06-19
4
-196
/
+535
*
llvm6: adjust code to support llvm 6 and llvm 7.
Tristan Gingold
2020-06-19
1
-2
/
+7
[next]