aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | std_names: remove dependency on tokens.Tristan Gingold2015-01-271-7/+137
* | iirs.ads: fix indentation and adjust pnodes.pyTristan Gingold2015-01-242-257/+279
* | Move Makefile from xtools to vhdl.Tristan Gingold2015-01-241-9/+21
* | simulation: use invalid_instance_slot instead of 0.Tristan Gingold2015-01-242-4/+4
* | Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold2015-01-242-3/+3
|/
* dist/gcc: fix missing dependency in Make-lang.inTristan Gingold2015-01-231-2/+2
* Simulation: renaming.Tristan Gingold2015-01-236-133/+118
* simulation: rework scope_level.Tristan Gingold2015-01-236-123/+157
* Style fix.Tristan Gingold2015-01-231-5/+2
* Add bug09 testcase on time<->univ_integer conversions.Tristan Gingold2015-01-223-0/+52
* Use 64 bits for universal integer type.Tristan Gingold2015-01-221-5/+5
* mcode x86: handle more conversions (i64 <-> u8. b2)Tristan Gingold2015-01-222-47/+92
* ortho_code-x86-abi: add moddi3 intrinsic for jit.Tristan Gingold2015-01-221-0/+7
* ortho_code-x86-abi: display intrinsic names.Tristan Gingold2015-01-221-0/+19
* Add testcase for ticket35 (UTF encoding).Tristan Gingold2015-01-216-0/+29
* Detect and report UTF BOM at beginning of source files.Tristan Gingold2015-01-213-7/+56
* Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold2015-01-212-29/+32
* Fixed paths in winbuild.bat to reflect source tree reorganization (Brian Davis)Tristan Gingold2015-01-211-6/+6
* winbuild: Added check for PSCX extension if '-CreatePackage -Zip' is executed.Patrick Lehmann2015-01-212-10/+47
* Experimental: Translated compile scripts for windows to PowerShell scripts (*...Patrick Lehmann2015-01-214-0/+1403
* Add testcase bug08 (ambiguous notation for parenthesis name).Tristan Gingold2015-01-2014-0/+216
* Add bug07 testcase (locally discrete array compare).Tristan Gingold2015-01-202-0/+31
* Add bug04 testcase.Tristan Gingold2015-01-203-0/+140
* sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold2015-01-202-10/+23
* Minor rework of overflow in physical units: defer until execution.Tristan Gingold2015-01-204-84/+39
* Add testcase for ticket30.Tristan Gingold2015-01-193-0/+61
* Style fixes.Tristan Gingold2015-01-182-10/+6
* simulation: adjust for vhdl08 configurations.Tristan Gingold2015-01-181-39/+38
* execution: fix v87 concat with element.Tristan Gingold2015-01-182-23/+27
* simulation: handle v87 concatenation.Tristan Gingold2015-01-171-41/+74
* debugger: add list command.Tristan Gingold2015-01-172-19/+126
* grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold2015-01-171-2/+23
* ghdlsimul: adjust after use of name for block_specification.Tristan Gingold2015-01-172-3/+4
* Makefile: share INCFLAGS.Tristan Gingold2015-01-171-8/+8
* Fix build of ghdl_simul (WIP).Tristan Gingold2015-01-167-269/+241