summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-11Testcase for ticket 51.Tristan Gingold
2015-05-11ghdldrv: support absolute path with --elab-run.Tristan Gingold
2015-05-11Test for ticket 47.Tristan Gingold
2015-05-11Allow generic without default values in top-level entity.Tristan Gingold
2015-05-11Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold
2015-05-11Add ticket50 testcase.Tristan Gingold
2015-05-11Fix use of condition operator in case of overload.Tristan Gingold
2015-05-10Ticket 46 reproducer.Tristan Gingold
2015-05-10vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold
2015-05-10Add missing psl files.Tristan Gingold
2015-05-10File reproducer for ticket 43 and 44.Tristan Gingold
2015-05-10Correctly handle overload of subprogram in presence of subprogram alias.Tristan Gingold
2015-05-10psl: add generated files.Tristan Gingold
2015-05-10Regenerate psl-dump_tree.adb. Fix build failure (ticket 42).Tristan Gingold
2015-05-09File ticket41 testcase.Tristan Gingold
2015-05-09Rename Get_Location_Str to Image.Tristan Gingold
2015-05-09Do not fail.Tristan Gingold
2015-05-09Report incorrect use of 'Base.Tristan Gingold
2015-05-09Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold
2015-05-09Add --keep-order switch.Tristan Gingold
2015-03-31Fix entity instantiation with extended identifier.Tristan Gingold
2015-03-22ortho_llvm: handle more unreach cases.Tristan Gingold
2015-03-21ortho_llvm: fix new_alloca when first instruction of a basic block.Tristan Gingold
2015-03-21ortho_llvm: fix conversion from float to integer.Tristan Gingold
2015-03-20llvm: Add -O as alias of -O1Tristan Gingold
2015-03-15ortho_llvm: handle debug info for incomplete access type.Tristan Gingold
2015-03-14generic override: handle enumerated types.Tristan Gingold
2015-03-14Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold
2015-03-14Add reproducer for ticket40.Tristan Gingold
2015-03-14Add test for ticket39Tristan Gingold
2015-03-14procedure call: avoid crash with individual associations and signals.Tristan Gingold
2015-03-14Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold
2015-03-14Fix crash in ortho for llvm (unreach in new_convert_ov)Tristan Gingold
2015-03-13README: clarify gcc build.Tristan Gingold
2015-03-13Remove deprecated dist scripts.Tristan Gingold
2015-03-13generic override: handle i32.Tristan Gingold
2015-03-11Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold
2015-03-11Add bug11 for fst/ghw issues.Tristan Gingold
2015-03-11Fix truncated simple name in fst dump.Tristan Gingold
2015-03-10Add ghwdump build rules in Makefile.Tristan Gingold
2015-03-07Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-03-01Add bug reproducer from ghdl-discuss.Tristan Gingold
2015-03-01Add test for ticket 38.Tristan Gingold
2015-02-14str_table: pack elements to reduce size.Tristan Gingold
2015-02-09Merge with tip.Tristan Gingold
2015-02-09winbuild: Fixed missing env.vhd and env_body.vhd files in v08/std/ after comp...Patrick Lehmann
2015-02-07Makefile: fix path to build lib for llvm.Tristan Gingold
2015-01-31winbuild: Fixed missing strip call to reduce the binary size of ghdl.exe.Patrick Lehmann