summaryrefslogtreecommitdiff
path: root/ortho
AgeCommit message (Expand)Author
2014-03-12Remove old and unused agcc and gcc34 subdirs.Tristan Gingold
2014-03-10Rename ghdl_mcode.adb to ghdl_jit.adb. Display code generate name.Tristan Gingold
2014-03-09llvm: save & restore stack pointer for alloca.Tristan Gingold
2014-03-09Remove ortho_llvm-main.Tristan Gingold
2014-03-09Automatically unnest subprograms for llvm.Tristan Gingold
2014-03-08Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, removeTristan Gingold
2014-03-08Share spec of ortho_nodes, adjust code.Tristan Gingold
2014-03-06ortho_front: fix style warnings.Tristan Gingold
2014-03-06Add LLVM back-end for ortho.Tristan Gingold
2014-02-01ortho debug/oread: remove syntax ambiguity for multiple case choices.Tristan Gingold
2014-01-28Derive type of when expression from the type of the case expression.Tristan Gingold
2014-01-27oread: add a little bit of type inference to simplify .on files.Tristan Gingold
2014-01-26Make ghdl_rti_type an address. Remove union from translation.Tristan Gingold
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-24Add comment.Tristan Gingold
2014-01-22Update declarations in ortho_debug.private.ads to allow new commit to ortho_d...Brian Drummond
2014-01-22ortho_debug: remove unused alignment.Tristan Gingold
2014-01-21Fix bug18810 (bitwise 'and' and 'not' for unsigned types).Tristan Gingold
2014-01-20Add example Makefile.conf, remove duplicate libs from MakefileBrian Drummond
2014-01-20Allow local overriding of configuration via Makefile.confTristan Gingold
2014-01-20Fix interface of ortho_handle_option: do not confuse int and bool.Tristan Gingold
2014-01-19mcode: fix missing clobber for 32 bit mul/div.Tristan Gingold
2014-01-18Fix include/library paths for gmp/mpc/mpfr files in gcc buildsBrian Drummond
2014-01-17Preparation for gcc4.9 ... ortho-lang.c changes allowing ghdl to build with g...Brian Drummond
2014-01-17Fix bug21497: do not create an indirection for access to complex type.Tristan Gingold
2014-01-16Extend the -frelaxed-rules option to gcc buildsBrian Drummond
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
2013-12-17Sync tree: add parsing of AMS-VHDL, add Darwin syntax in asm files.Tristan Gingold
2013-12-08Patch to eliminate compile failures outputting debug information when -g -O2 ...Brian Drummond
2013-12-07Patch ortho-lang.c to fix gcc failure in optimisation passes; patch others to...Brian Drummond
2013-12-05Fix ortho-lang.c, type_for_size to allow 32 or 64bit buildsBrian Drummond
2013-12-03Fix for catastrophic error in ortho-lang.c handling nested case statements. T...Brian Drummond
2013-12-02Version 0.31dev, builds with gcc4.8Brian Drummond
2013-12-02Temporary fix for 16 bit builds; breaks 32-bit gcc builds (has no effect on m...Brian Drummond
2013-12-02OSVVM patchBrian Drummond
2012-12-11Part of the previous commit (upgrade to gcc 4.7)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-31Update Makefile: remove sysdeps.gingold
2010-01-28Improve doc.gingold
2010-01-12ghdl 0.29 release.gingold
2009-10-30Fix line number for gcov.gingold
2009-09-21Version 0.28.gingold
2009-08-13Add ortho_jit package for mcode.gingold
2009-08-13Remove elsif.gingold