aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add minimal example for bug23165Tristan Gingold2015-01-102-0/+41
* File bug23165.Tristan Gingold2015-01-105-0/+166
* sdf annotation: fix read buffer within a qstring (from Kim Taylor).Tristan Gingold2015-01-101-0/+3
* sdf annotation: handle tremoval, handle negative values. From Kim Taylor.Tristan Gingold2015-01-103-1/+22
* vhpi: can change value of generics (for sdf annotation). From Kim Taylor.Tristan Gingold2015-01-101-0/+3
* Add testcase from ticket31.Tristan Gingold2015-01-103-0/+47
* Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold2015-01-103-31/+57
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-106-77/+152
* vhdl08: block configuration for if-generate statements.Tristan Gingold2015-01-107-62/+177
* Canon: do not free old concurrent statement.Tristan Gingold2015-01-081-2/+0
* Adjust previous commit for 'path_name.Tristan Gingold2015-01-071-14/+13
* Handle vhdl08 if generate statementsTristan Gingold2015-01-0713-499/+847
* Rework for vhdl08 generate: change rtis.Tristan Gingold2015-01-0410-171/+366
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-0321-720/+1306
* gcc/Make-lang.in: fix dependency.Tristan Gingold2015-01-021-1/+1
* Fix left-over in name_table remaining.Tristan Gingold2015-01-012-4/+4
* Sync ghdl.gpr with Makefile.inTristan Gingold2014-12-311-1/+2
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-3121-267/+286
* Improve error recovery.Tristan Gingold2014-12-302-2/+3
* Make-lang.in: Fix dependency.Tristan Gingold2014-12-301-1/+1
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-3010-397/+878
* Rework string literals: store literals position.Tristan Gingold2014-12-2929-1035/+775
* Makefile for libraries: no need to save and restore path.Tristan Gingold2014-12-291-25/+17
* ortho-lang.c: use absolute path for debugging.Tristan Gingold2014-12-271-1/+11
* dist/gcc: add compilation flags, avoid to rebuilt ghdllib.Tristan Gingold2014-12-272-10/+25
* Optimize scan_identifier.Tristan Gingold2014-12-263-27/+46
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-269-406/+391
* name_table: add comments.Tristan Gingold2014-12-242-50/+59
* Makefiles: add OPT_FLAGS.Tristan Gingold2014-12-242-15/+15
* evaluation.adb: style changes.Tristan Gingold2014-12-241-5/+5
* name_table.adb: expand hash_table for performance.Tristan Gingold2014-12-241-28/+78
* Regenerate ortho_llvm.adsTristan Gingold2014-12-231-1/+4
* name_table.adb: reduce size, fix style.Tristan Gingold2014-12-231-85/+114
* ghdldrv: remove unused variables.Tristan Gingold2014-12-231-2/+0
* Makefile.in: add ADA_FLAGS.Tristan Gingold2014-12-231-6/+11
* configuration.adb: change for style.Tristan Gingold2014-12-231-2/+1
* Add requested pragma no_strict_aliasing.Tristan Gingold2014-12-234-4/+5
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-236-315/+360
* Add comments.Tristan Gingold2014-12-224-4/+15
* Reduce size of library_declaration.Tristan Gingold2014-12-223-23/+25
* Backport from ghdl 0.32: update libraries and ghdlfilter.Tristan Gingold2014-12-2111-83/+199
* Add a testcase for vcd/fst dumps.Tristan Gingold2014-12-212-0/+47
* fst: don't try to detect aliases (make fst file bigger).Tristan Gingold2014-12-211-1/+1
* vhpi: handle FileNamePTristan Gingold2014-12-211-0/+7
* vcd/fst: handle complex signals. Fix crash.Tristan Gingold2014-12-212-0/+9
* Adjust makefiles to accept absolute srcdir path.Tristan Gingold2014-12-184-235/+185
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-164-3/+174
* translation: give full path for to debug filename.Tristan Gingold2014-12-161-2/+9
* ortho_llvm: add uwtable + nounwind attibutes for functions.Tristan Gingold2014-12-161-0/+1
* ortho_llvm: fix crash with debug info.Tristan Gingold2014-12-161-2/+2