Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trans: reformatting, add predicate for unbounded types. | Tristan Gingold | 2016-12-29 | 1 | -9/+14 |
| | |||||
* | trans-chap3: constify. | Tristan Gingold | 2016-12-26 | 1 | -5/+3 |
| | |||||
* | translate: add unbounded records type_mode (WIP) | Tristan Gingold | 2016-12-26 | 1 | -5/+9 |
| | |||||
* | Minor code factorization. | Tristan Gingold | 2016-09-30 | 1 | -2/+2 |
| | |||||
* | Rework range_expression and incomplete type for instantiation. | Tristan Gingold | 2016-09-30 | 1 | -8/+6 |
| | |||||
* | Rewrite error messages. | Tristan Gingold | 2016-08-02 | 1 | -2/+1 |
| | |||||
* | vhdl08: add support of case-generate statement | Tristan Gingold | 2016-07-07 | 1 | -4/+2 |
| | |||||
* | Do not create signal type for scalar type. | Tristan Gingold | 2015-12-20 | 1 | -6/+6 |
| | | | | Use ghdl_signal_ptr instead. Fallout of sigptr. | ||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 1 | -2/+1 |
| | | | | Improve simulation speed by about 20%. | ||||
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 1 | -4/+15 |
| | |||||
* | Translate: explicitly clean transient types. | Tristan Gingold | 2015-09-02 | 1 | -9/+2 |
| | |||||
* | mcode/binary_file: rename write routines. | Tristan Gingold | 2015-08-31 | 1 | -3/+2 |
| | |||||
* | Replace fat accesses by bounds accesses | Tristan Gingold | 2015-08-29 | 1 | -297/+183 |
| | | | | | translate: separate info for signals from object. Improve some error messages. | ||||
* | ortho: allow selected element from an union. | Tristan Gingold | 2015-06-12 | 1 | -6/+3 |
| | | | | Minor cleanups. | ||||
* | ortho_llvm: handle debug info for incomplete access type. | Tristan Gingold | 2015-03-15 | 1 | -7/+8 |
| | |||||
* | Minor rework of overflow in physical units: defer until execution. | Tristan Gingold | 2015-01-20 | 1 | -2/+1 |
| | |||||
* | Fix llvm crash on protected objects. | Tristan Gingold | 2014-12-05 | 1 | -12/+16 |
| | |||||
* | Gen_Call_Type_Builder: use Mnode. | Tristan Gingold | 2014-11-22 | 1 | -54/+31 |
| | |||||
* | Mnode: renaming and comments to clarify. | Tristan Gingold | 2014-11-21 | 1 | -8/+6 |
| | |||||
* | Translate: rewrite concatenation. Now O(n). | Tristan Gingold | 2014-11-17 | 1 | -92/+0 |
| | |||||
* | Translate_Range: use mnodes. | Tristan Gingold | 2014-11-16 | 1 | -10/+10 |
| | |||||
* | Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename. | Tristan Gingold | 2014-11-15 | 1 | -6/+3 |
| | |||||
* | Create_Range_From_Length: use Mnode instead of ptr. Style changes. | Tristan Gingold | 2014-11-11 | 1 | -25/+30 |
| | |||||
* | Split translation into child packages. | Tristan Gingold | 2014-11-09 | 1 | -0/+3362 |