index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ortho
/
mcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
1
-5
/
+4
*
src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD.
Alfred M. Szmidt
2021-06-13
1
-1
/
+1
*
ortho: use LDFLAGS and prefer them over defaults
Xiretza
2021-05-10
1
-2
/
+2
*
update license headers
umarcor
2021-01-14
78
-858
/
+702
*
ortho: add unbounded records, rework array subtypes.
Tristan Gingold
2020-07-25
11
-141
/
+408
*
src/ortho: add new_convert.
Tristan Gingold
2020-06-17
9
-54
/
+98
*
ortho: add a length parameter to start_array_aggr.
Tristan Gingold
2020-05-28
6
-11
/
+49
*
ortho/mcode: use arch64 binary format for mach-O
Tristan Gingold
2020-01-16
1
-1
/
+1
*
Reload registers for conditional binary operations.
Tristan Gingold
2018-11-27
1
-0
/
+2
*
binary_file: add overflow detection for relocs.
Tristan Gingold
2018-11-19
1
-4
/
+12
*
ortho/mcode: pack all sections for huge programs on x86-64.
Tristan Gingold
2018-11-19
5
-34
/
+105
*
Fix constraint error for large number of local symbols.
Tristan Gingold
2018-11-19
1
-2
/
+2
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
14
-108
/
+287
*
Remove -gnat05, always use GNATFLAGS.
Tristan Gingold
2018-09-15
1
-5
/
+5
*
Remove redundant use-clauses for gcc 8.1 compatibility
Truls Asheim
2018-05-30
5
-11
/
+1
*
mcode: assert identifiers don't have embedded NULL.
Tristan Gingold
2018-01-20
1
-1
/
+4
*
mcode: add new_default_value.
Tristan Gingold
2017-11-16
6
-2
/
+27
*
mcode: add comment, abstract.
Tristan Gingold
2017-07-02
1
-4
/
+13
*
ortho/mcode: preliminary work to support win64.
Tristan Gingold
2017-06-28
3
-40
/
+84
*
ortho: add comments.
Tristan Gingold
2017-06-20
3
-1
/
+5
*
Avoid a crash while slicing array of length 0.
Tristan Gingold
2017-06-20
1
-1
/
+1
*
WIP on mcode for win64.
Tristan Gingold
2017-06-19
7
-13
/
+35
*
ortho/mcode: detect overflow for i32 and i64 mul.
Tristan Gingold
2017-05-18
1
-0
/
+6
*
Apply No_Return pragma only on specs. Create specs if needed.
Tristan Gingold
2017-02-06
1
-3
/
+7
*
More changes for the MinGW32/MinGW64 build flow and for the llvm back-end.
Patrick Lehmann
2016-07-01
1
-1
/
+1
*
A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and llvm...
Patrick Lehmann
2016-06-30
1
-0
/
+34
*
ortho_code-dwarf: fix potential crash.
Tristan Gingold
2016-04-02
1
-0
/
+6
*
ortho: rename start/finish_const_value to start/finish_init_value.
Tristan Gingold
2016-02-21
5
-30
/
+24
*
mcode: init support for initialized variables.
Tristan Gingold
2016-02-17
9
-38
/
+107
*
Simplify warning Off for gcc 4.6
Tristan Gingold
2016-01-06
1
-2
/
+3
*
Add a pragma warnings off around constant condition.
Tristan Gingold
2016-01-06
1
-0
/
+2
*
mcode: add support for x86-64
Tristan Gingold
2016-01-06
39
-1663
/
+2989
*
mcode: use GNATMAKE.
Tristan Gingold
2016-01-06
1
-1
/
+2
*
backtrace: add support for windows and for llvm (via libbacktrace).
Tristan Gingold
2015-11-22
3
-6
/
+12
*
Add symbolizer (for mcode).
Tristan Gingold
2015-11-19
13
-113
/
+910
*
mcode x86: fix regressions.
Tristan Gingold
2015-11-14
7
-73
/
+143
*
mcode x86: simplify code.
Tristan Gingold
2015-11-12
1
-9
/
+9
*
mcode x86: enable sse.
Tristan Gingold
2015-11-12
3
-10
/
+28
*
mcode x86: pass testsuite with sse.
Tristan Gingold
2015-11-12
2
-127
/
+220
*
mcode x86: wip: sse support.
Tristan Gingold
2015-11-11
10
-314
/
+420
*
Rewrite of ortho_code-x86-emits.
Tristan Gingold
2015-11-09
1
-316
/
+342
*
mcode: WIP for sse/sse2 generation.
Tristan Gingold
2015-11-07
3
-183
/
+305
*
Fix build of mcode utilities.
Tristan Gingold
2015-11-07
1
-1
/
+2
[next]