aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ghdldrv: support absolute path with --elab-run.Tristan Gingold2015-05-111-3/+7
* Test for ticket 47.Tristan Gingold2015-05-112-0/+24
* Allow generic without default values in top-level entity.Tristan Gingold2015-05-118-4/+152
* Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold2015-05-112-15/+10
* Add ticket50 testcase.Tristan Gingold2015-05-113-0/+49
* Fix use of condition operator in case of overload.Tristan Gingold2015-05-111-9/+38
* Ticket 46 reproducer.Tristan Gingold2015-05-102-0/+35
* vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold2015-05-101-1/+1
* Add missing psl files.Tristan Gingold2015-05-105-0/+2008
* File reproducer for ticket 43 and 44.Tristan Gingold2015-05-107-0/+126
* Correctly handle overload of subprogram in presence of subprogram alias.Tristan Gingold2015-05-101-1/+6
* psl: add generated files.Tristan Gingold2015-05-103-1555/+750
* Regenerate psl-dump_tree.adb. Fix build failure (ticket 42).Tristan Gingold2015-05-101-180/+68
* File ticket41 testcase.Tristan Gingold2015-05-093-0/+40
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-0911-52/+66
* Do not fail.Tristan Gingold2015-05-091-1/+1
* Report incorrect use of 'Base.Tristan Gingold2015-05-092-2/+7
* Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold2015-05-091-0/+1
* Add --keep-order switch.Tristan Gingold2015-05-091-17/+29
* Fix entity instantiation with extended identifier.Tristan Gingold2015-03-315-4/+44
* ortho_llvm: handle more unreach cases.Tristan Gingold2015-03-221-1/+18
* ortho_llvm: fix new_alloca when first instruction of a basic block.Tristan Gingold2015-03-211-5/+19
* ortho_llvm: fix conversion from float to integer.Tristan Gingold2015-03-211-3/+21
* llvm: Add -O as alias of -O1Tristan Gingold2015-03-201-1/+1
* ortho_llvm: handle debug info for incomplete access type.Tristan Gingold2015-03-152-18/+41
* generic override: handle enumerated types.Tristan Gingold2015-03-149-15/+142
* Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold2015-03-141-0/+2
* Add reproducer for ticket40.Tristan Gingold2015-03-144-0/+109
* Add test for ticket39Tristan Gingold2015-03-142-0/+54
* procedure call: avoid crash with individual associations and signals.Tristan Gingold2015-03-141-20/+25
* Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold2015-03-141-1/+1
* Fix crash in ortho for llvm (unreach in new_convert_ov)Tristan Gingold2015-03-141-0/+3
* README: clarify gcc build.Tristan Gingold2015-03-131-2/+6
* Remove deprecated dist scripts.Tristan Gingold2015-03-133-1314/+0
* generic override: handle i32.Tristan Gingold2015-03-135-15/+120
* Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold2015-03-113-14/+63
* Add bug11 for fst/ghw issues.Tristan Gingold2015-03-112-0/+69
* Fix truncated simple name in fst dump.Tristan Gingold2015-03-111-1/+1
* Add ghwdump build rules in Makefile.Tristan Gingold2015-03-101-0/+13
* Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold2015-03-0712-37/+430
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-0110-42/+58
* Add bug reproducer from ghdl-discuss.Tristan Gingold2015-03-013-0/+272
* Add test for ticket 38.Tristan Gingold2015-03-012-0/+42
* str_table: pack elements to reduce size.Tristan Gingold2015-02-143-5/+21
* Merge with tip.Tristan Gingold2015-02-092-3/+4
|\
| * winbuild: Fixed missing env.vhd and env_body.vhd files in v08/std/ after comp...Patrick Lehmann2015-02-091-1/+2
| * winbuild: Fixed missing strip call to reduce the binary size of ghdl.exe.Patrick Lehmann2015-01-311-2/+2
* | Makefile: fix path to build lib for llvm.Tristan Gingold2015-02-071-2/+3
* | grt: fix protected object lock during elaboration.Tristan Gingold2015-01-302-3/+9
* | pnodes: make the code more generic.Tristan Gingold2015-01-271-7/+20