Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adjust previous commit for 'path_name. | Tristan Gingold | 2015-01-07 | 1 | -14/+13 | |
| | ||||||
* | Handle vhdl08 if generate statements | Tristan Gingold | 2015-01-07 | 13 | -499/+847 | |
| | ||||||
* | Rework for vhdl08 generate: change rtis. | Tristan Gingold | 2015-01-04 | 10 | -171/+366 | |
| | ||||||
* | Initial rework for vhdl 2008 generate statements. | Tristan Gingold | 2015-01-03 | 21 | -720/+1306 | |
| | ||||||
* | gcc/Make-lang.in: fix dependency. | Tristan Gingold | 2015-01-02 | 1 | -1/+1 | |
| | ||||||
* | Fix left-over in name_table remaining. | Tristan Gingold | 2015-01-01 | 2 | -4/+4 | |
| | ||||||
* | Sync ghdl.gpr with Makefile.in | Tristan Gingold | 2014-12-31 | 1 | -1/+2 | |
| | ||||||
* | Rename name_table.name_buffer and name_length to avoid clash. | Tristan Gingold | 2014-12-31 | 21 | -267/+286 | |
| | ||||||
* | Improve error recovery. | Tristan Gingold | 2014-12-30 | 2 | -2/+3 | |
| | ||||||
* | Make-lang.in: Fix dependency. | Tristan Gingold | 2014-12-30 | 1 | -1/+1 | |
| | ||||||
* | vhdl 2008: handle sized bit strings. | Tristan Gingold | 2014-12-30 | 10 | -397/+878 | |
| | ||||||
* | Rework string literals: store literals position. | Tristan Gingold | 2014-12-29 | 29 | -1035/+775 | |
| | ||||||
* | Makefile for libraries: no need to save and restore path. | Tristan Gingold | 2014-12-29 | 1 | -25/+17 | |
| | ||||||
* | ortho-lang.c: use absolute path for debugging. | Tristan Gingold | 2014-12-27 | 1 | -1/+11 | |
| | ||||||
* | dist/gcc: add compilation flags, avoid to rebuilt ghdllib. | Tristan Gingold | 2014-12-27 | 2 | -10/+25 | |
| | ||||||
* | Optimize scan_identifier. | Tristan Gingold | 2014-12-26 | 3 | -27/+46 | |
| | ||||||
* | Rewrite sem_scopes tables for speed-up (and clarification). | Tristan Gingold | 2014-12-26 | 9 | -406/+391 | |
| | ||||||
* | name_table: add comments. | Tristan Gingold | 2014-12-24 | 2 | -50/+59 | |
| | ||||||
* | Makefiles: add OPT_FLAGS. | Tristan Gingold | 2014-12-24 | 2 | -15/+15 | |
| | ||||||
* | evaluation.adb: style changes. | Tristan Gingold | 2014-12-24 | 1 | -5/+5 | |
| | ||||||
* | name_table.adb: expand hash_table for performance. | Tristan Gingold | 2014-12-24 | 1 | -28/+78 | |
| | ||||||
* | Regenerate ortho_llvm.ads | Tristan Gingold | 2014-12-23 | 1 | -1/+4 | |
| | ||||||
* | name_table.adb: reduce size, fix style. | Tristan Gingold | 2014-12-23 | 1 | -85/+114 | |
| | ||||||
* | ghdldrv: remove unused variables. | Tristan Gingold | 2014-12-23 | 1 | -2/+0 | |
| | ||||||
* | Makefile.in: add ADA_FLAGS. | Tristan Gingold | 2014-12-23 | 1 | -6/+11 | |
| | ||||||
* | configuration.adb: change for style. | Tristan Gingold | 2014-12-23 | 1 | -2/+1 | |
| | ||||||
* | Add requested pragma no_strict_aliasing. | Tristan Gingold | 2014-12-23 | 4 | -4/+5 | |
| | ||||||
* | Fix ghdl -m for jit: handle multiple libraries. | Tristan Gingold | 2014-12-23 | 6 | -315/+360 | |
| | ||||||
* | Add comments. | Tristan Gingold | 2014-12-22 | 4 | -4/+15 | |
| | ||||||
* | Reduce size of library_declaration. | Tristan Gingold | 2014-12-22 | 3 | -23/+25 | |
| | ||||||
* | Backport from ghdl 0.32: update libraries and ghdlfilter. | Tristan Gingold | 2014-12-21 | 11 | -83/+199 | |
| | | | | From Brian Davis. | |||||
* | Add a testcase for vcd/fst dumps. | Tristan Gingold | 2014-12-21 | 2 | -0/+47 | |
| | ||||||
* | fst: don't try to detect aliases (make fst file bigger). | Tristan Gingold | 2014-12-21 | 1 | -1/+1 | |
| | ||||||
* | vhpi: handle FileNameP | Tristan Gingold | 2014-12-21 | 1 | -0/+7 | |
| | ||||||
* | vcd/fst: handle complex signals. Fix crash. | Tristan Gingold | 2014-12-21 | 2 | -0/+9 | |
| | ||||||
* | Adjust makefiles to accept absolute srcdir path. | Tristan Gingold | 2014-12-18 | 4 | -235/+185 | |
| | ||||||
* | Recognize some ieee.std_logic_1164 functions. | Tristan Gingold | 2014-12-16 | 4 | -3/+174 | |
| | ||||||
* | translation: give full path for to debug filename. | Tristan Gingold | 2014-12-16 | 1 | -2/+9 | |
| | ||||||
* | ortho_llvm: add uwtable + nounwind attibutes for functions. | Tristan Gingold | 2014-12-16 | 1 | -0/+1 | |
| | ||||||
* | ortho_llvm: fix crash with debug info. | Tristan Gingold | 2014-12-16 | 1 | -2/+2 | |
| | ||||||
* | Makefile.in: add oread-llvm target. | Tristan Gingold | 2014-12-16 | 1 | -0/+6 | |
| | ||||||
* | llvm-core.ads: fix values. | Tristan Gingold | 2014-12-15 | 1 | -15/+15 | |
| | ||||||
* | Fix style. | Tristan Gingold | 2014-12-15 | 3 | -43/+32 | |
| | ||||||
* | Use same node for implicit and explicit subprogram declarations. | Tristan Gingold | 2014-12-15 | 28 | -675/+494 | |
| | ||||||
* | Reduce size of configuration declaration and guard signal declaration. | Tristan Gingold | 2014-12-14 | 2 | -14/+14 | |
| | ||||||
* | reduce size of enumeration_literal. | Tristan Gingold | 2014-12-14 | 8 | -224/+188 | |
| | ||||||
* | iirs: reduce size of interface objects. | Tristan Gingold | 2014-12-14 | 14 | -306/+287 | |
| | ||||||
* | iirs: reduce size of signal_declaration. | Tristan Gingold | 2014-12-14 | 16 | -236/+317 | |
| | ||||||
* | iirs: reduce memory size. | Tristan Gingold | 2014-12-14 | 3 | -348/+264 | |
| | ||||||
* | Put attribute_value_chain in parent. | Tristan Gingold | 2014-12-14 | 12 | -175/+201 | |
| |