Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl: move std_standard package to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -1363/+0 |
| | |||||
* | vhdl: move sem* packages to vhdl children. | Tristan Gingold | 2019-05-05 | 1 | -6/+6 |
| | |||||
* | std_package: add units to physical literals of time units. | Tristan Gingold | 2019-05-02 | 1 | -7/+19 |
| | | | | Fix #808 | ||||
* | std_package: make std_location public. | Tristan Gingold | 2018-12-18 | 1 | -4/+3 |
| | |||||
* | files_map: renaming for consistency. | Tristan Gingold | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | Create sem_lib from libraries. | Tristan Gingold | 2018-11-14 | 1 | -1/+0 |
| | |||||
* | Create sem_utils (mostly from sem_decls). | Tristan Gingold | 2018-11-14 | 1 | -6/+6 |
| | |||||
* | Add support for --time-resolution (jit only). Fix #613 | Tristan Gingold | 2018-08-10 | 1 | -30/+100 |
| | |||||
* | Fix warning: use clause for package has no effect | Vicente Bergas | 2018-05-03 | 1 | -1/+0 |
| | | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it. | ||||
* | Use flist for enumerations. | Tristan Gingold | 2017-11-07 | 1 | -33/+43 |
| | |||||
* | Use Flist for array indexes. | Tristan Gingold | 2017-11-06 | 1 | -6/+6 |
| | |||||
* | case statement: check element of one-dimensional type is a character type. | Tristan Gingold | 2017-10-04 | 1 | -0/+2 |
| | |||||
* | Make interfaces of implicitly defined subprograms visible. | Tristan Gingold | 2017-09-25 | 1 | -0/+3 |
| | |||||
* | ownership: fix arrays and physical types from parse. | Tristan Gingold | 2016-10-18 | 1 | -5/+4 |
| | |||||
* | Rework AST to setup ownership and reference policy. | Tristan Gingold | 2016-10-11 | 1 | -19/+65 |
| | | | | Check it with nodes_gc. | ||||
* | Revive node_gc, avoid copy of enumeration in enumeration range. | Tristan Gingold | 2016-10-01 | 1 | -0/+4 |
| | |||||
* | Rework range_expression and incomplete type for instantiation. | Tristan Gingold | 2016-09-30 | 1 | -0/+2 |
| | |||||
* | Add support for conditional assignments. | Tristan Gingold | 2016-01-16 | 1 | -25/+45 |
| | |||||
* | Use 64 bits for universal integer type. | Tristan Gingold | 2015-01-22 | 1 | -5/+5 |
| | |||||
* | grt: improve --disp-signals-table output. | Tristan Gingold | 2015-01-12 | 1 | -5/+9 |
| | |||||
* | Rework string literals: store literals position. | Tristan Gingold | 2014-12-29 | 1 | -3/+2 |
| | |||||
* | Use same node for implicit and explicit subprogram declarations. | Tristan Gingold | 2014-12-15 | 1 | -7/+6 |
| | |||||
* | reduce size of enumeration_literal. | Tristan Gingold | 2014-12-14 | 1 | -1/+0 |
| | |||||
* | iirs: reduce size of interface objects. | Tristan Gingold | 2014-12-14 | 1 | -3/+0 |
| | |||||
* | Create src/vhdl subdirectory. | Tristan Gingold | 2014-11-04 | 1 | -0/+1200 |