summaryrefslogtreecommitdiff
path: root/ortho/mcode
AgeCommit message (Collapse)Author
2014-03-10Rename ghdl_mcode.adb to ghdl_jit.adb. Display code generate name.Tristan Gingold
2014-03-09Automatically unnest subprograms for llvm.Tristan Gingold
2014-03-08Share spec of ortho_nodes, adjust code.Tristan Gingold
2014-01-26Make ghdl_rti_type an address. Remove union from translation.Tristan Gingold
LLVM preliminary work.
2014-01-25new_offsetof: add argument for record type (llvm preliminary work).Tristan Gingold
2014-01-24mcode: add get_alignof_type.Tristan Gingold
2014-01-24mcode: per platform definition of F64 alignment.Tristan Gingold
2014-01-19mcode: fix missing clobber for 32 bit mul/div.Tristan Gingold
2014-01-17Fix bug21497: do not create an indirection for access to complex type.Tristan Gingold
Add a type check in mcode for New_Address.
2014-01-15Add Alignof constant to get the alignment of a type.Tristan Gingold
2013-12-27mcode: fix register allocation for Oe_Neg_OvTristan Gingold
2013-12-24Fix mcode for i386 Darwin.Tristan Gingold
2012-12-11Fix warnings (useless conversion)gingold
2010-02-02Use representations clause to work-around SRA issue.gingold
2010-01-31Work around SRA bug.gingold
2010-01-28Improve doc.gingold
Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows.
2010-01-12ghdl 0.29 release.gingold
2009-08-13Add ortho_jit package for mcode.gingold
2009-08-13Preliminary work for LLVM.gingold
Preliminary work for SSE.
2009-08-13Allow to build in 64bits mode.gingold
2008-08-30Switch to gcc 4.3gingold
Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
2008-04-09Improve macosX support.gingold
Fix crashes in error handling.
2008-01-15synchronize: add support for MacOSX, fix bogus type conversiongingold
2006-11-18SEH handledgingold
Bug fixes
2006-10-05add one more underscore to chkstk, use program path for install path (windows)gingold
2006-10-02use __chkstk on windows systemgingold
2006-08-06bugs fixedgingold
2006-06-22bugs fix, 93c improvedgingold
2006-06-19bug fixesgingold
2006-03-10mcode code generator addedgingold