summaryrefslogtreecommitdiff
path: root/translate
AgeCommit message (Collapse)Author
2014-06-14grt-vstrings: add to_string for ghdl_f64, use it in grt-images.Tristan Gingold
2014-06-14grt-types: make access type std_string_ptr general.Tristan Gingold
2014-06-14grt-errors: export fatal_error.Tristan Gingold
2014-06-14grt-disp_signals: display explicitly direct drivers.Tristan Gingold
2014-05-29Fix ticket14: build vars for anonymous subtype in array type indexes.Tristan Gingold
2014-05-29Rework aggregate (when type of context is not static).Tristan Gingold
2014-05-29ghdlsimul: add --trace-stmts, -iTristan Gingold
2014-05-29grt-signals: add comments, add Ghdl_Signal_Set_Mode.Tristan Gingold
2014-05-07errorout: remove execution related subprograms (and exceptions).Tristan Gingold
2014-05-07grt: remove ghdl_exit_cb*, replaced by an error hook.Tristan Gingold
2014-03-29Set some missing flags (was harmless).Tristan Gingold
2014-03-29Fix ticket11: remove from active list a signal not active in the next delta dueTristan Gingold
to a second assignment.
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-08Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, removeTristan Gingold
commented out code).
2014-03-08Share spec of ortho_nodes, adjust code.Tristan Gingold
2014-03-06Makefile: adjust for LLVM be.Tristan Gingold
2014-03-06Translation: fix allocated object for individual association in procedure call.Tristan Gingold
2014-03-06canon: change profile of Canon_Procedure_Call.Tristan Gingold
2014-02-23grt.signals: export Resolver_Acc and use it in interfaces.Tristan Gingold
2014-02-23grt.options: Extract Decode_Option.Tristan Gingold
2014-02-23Style fix.Tristan Gingold
2014-02-23Add comment + style fix.Tristan Gingold
2014-02-23ghdlsimul: set argv0 earlier.Tristan Gingold
2014-02-10ghdlsimul: set progname.Tristan Gingold
2014-02-10ghdldrv: fix indentation.Tristan Gingold
2014-02-10Add one_stack setup, add comments.Tristan Gingold
2014-02-01Windows: fix library update, handle errors during elaboration.Tristan Gingold
2014-02-01ghdldrv: adjust for llvm.Tristan Gingold
2014-01-30grt: update copyright years, switch to GMGPL.Tristan Gingold
2014-01-29translation: avoid useless 'address(INSTANCE.all).Tristan Gingold
2014-01-28translation: unest: fix mode of by-ref interfaces.Tristan Gingold
2014-01-27subprogram unnesting: fix upframe initialization and local id.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-25Fix typo in previous commit.Tristan Gingold
2014-01-25Fix 'value on physical types with whitespaces.Tristan Gingold
Fix style and simplify grt-values.adb. Add tests.
2014-01-25Get rid of union in ghdl_rtin_unit.Tristan Gingold
Replace ghdl_rtik_unit with ghdl_rtik_unit64 and ghdl_rtik_unitptr. (Preliminary work for llvm).
2014-01-24translation: use of incomplete record instead of access (for llvm).Tristan Gingold
2014-01-24Rework complex type alignment: use the maximum alignment of its fields.Tristan Gingold
2014-01-24Remove commented out lines.Tristan Gingold
2014-01-22Update declarations in ortho_debug.private.ads to allow new commit to ↵Brian Drummond
ortho_debug to build. Remove duplicated --help clause in grt-options.
2014-01-22Add support for FreeBSD x86_64 (From Adam Jensen)Tristan Gingold
2014-01-21Minor improvement of previous patch (use a more standard pragma).Tristan Gingold
2014-01-21Add pragma Favor_Top_Level for grt.signals.Resolver_Acc.Tristan Gingold
2014-01-21Avoid use before declaration.Tristan Gingold
2014-01-21Remove new/free for a couple of arrays in grt-signalsBrian Drummond
2014-01-21Log resolution function address in Disp_Signal, correct comment in linux.cBrian Drummond
2014-01-19Add 'image and 'value tests for enumerations, missing in gna bug 7751 ↵Brian Drummond
testcase. Add missing cases for Type_Mode_E32 in Translation.adb
2014-01-19Fix obscure crash with complex type (attributes).Tristan Gingold