index
:
ghdl/.git
master
VHDL 2008/93/87 simulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ortho
/
mcode
Age
Commit message (
Expand
)
Author
2016-01-06
Simplify warning Off for gcc 4.6
Tristan Gingold
2016-01-06
Add a pragma warnings off around constant condition.
Tristan Gingold
2016-01-06
mcode: add support for x86-64
Tristan Gingold
2016-01-06
mcode: use GNATMAKE.
Tristan Gingold
2015-11-22
backtrace: add support for windows and for llvm (via libbacktrace).
Tristan Gingold
2015-11-19
Add symbolizer (for mcode).
Tristan Gingold
2015-11-14
mcode x86: fix regressions.
Tristan Gingold
2015-11-12
mcode x86: simplify code.
Tristan Gingold
2015-11-12
mcode x86: enable sse.
Tristan Gingold
2015-11-12
mcode x86: pass testsuite with sse.
Tristan Gingold
2015-11-11
mcode x86: wip: sse support.
Tristan Gingold
2015-11-09
Rewrite of ortho_code-x86-emits.
Tristan Gingold
2015-11-07
mcode: WIP for sse/sse2 generation.
Tristan Gingold
2015-11-07
Fix build of mcode utilities.
Tristan Gingold
2015-09-13
Add mach-O binary file writer.
Tristan Gingold
2015-09-10
Reimplement table package (used instead of GNAT.Table).
Tristan Gingold
2015-09-02
mcode: fix alignment of structure (thinko).
Tristan Gingold
2015-08-31
mcode/binary_file: rename write routines.
Tristan Gingold
2015-08-31
mcode: fix crash wrt oe_shl.
Tristan Gingold
2015-08-29
Replace fat accesses by bounds accesses
Tristan Gingold
2015-01-22
mcode x86: handle more conversions (i64 <-> u8. b2)
Tristan Gingold
2015-01-22
ortho_code-x86-abi: add moddi3 intrinsic for jit.
Tristan Gingold
2015-01-22
ortho_code-x86-abi: display intrinsic names.
Tristan Gingold
2015-01-13
mcode: fix ticket#32 - spill the right instruction.
Tristan Gingold
2015-01-12
grt: improve --disp-signals-table output.
Tristan Gingold
2015-01-12
ortho_mcode: handle u32->i64 conversion.
Tristan Gingold
2014-12-23
Add requested pragma no_strict_aliasing.
Tristan Gingold
2014-11-17
ortho_mcode: add assertion.
Tristan Gingold
2014-11-04
Move sources to src/ subdirectory.
Tristan Gingold