aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Fixed two bugs in mem2reg functionality in AST frontendClifford Wolf2013-11-181-4/+8
* Added dumping of attributes in AST frontendClifford Wolf2013-11-181-0/+11
* Fixed parsing of default cases when not last caseClifford Wolf2013-11-181-12/+16
* Fixed mem2reg for reg usage outside always blockClifford Wolf2013-11-181-1/+1
* Fixed parsing of "parameter integer"Clifford Wolf2013-11-131-2/+2
* Cleanups and bugfixes in response to new internal cell checkerClifford Wolf2013-11-111-3/+6
* Call internal checker more oftenClifford Wolf2013-11-101-0/+1
* More undef-propagation related fixesClifford Wolf2013-11-081-0/+4
* Fixed handling of different signedness in power operandsClifford Wolf2013-11-081-1/+1
* Implemented const folding of ternary op with undef selectClifford Wolf2013-11-081-0/+8
* Fixed handling of power operatorClifford Wolf2013-11-072-10/+22
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-072-3/+3
* Disabled const folding of ternary op when select is undefClifford Wolf2013-11-071-2/+14
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-4/+8
* Fixed sign handling in constantsClifford Wolf2013-11-071-0/+1
* Fixed const folding in corner cases with parametersClifford Wolf2013-11-072-14/+27
* Fixed width detection for replicate operatorClifford Wolf2013-11-071-0/+1
* Fixed at_zero evaluation of dynamic rangesClifford Wolf2013-11-071-7/+2
* Various fixes for correct parameter supportClifford Wolf2013-11-074-40/+101
* Fixed the fix for propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-071-5/+4
* Fixed propagation of width hints for $signed() and $unsigned()Clifford Wolf2013-11-061-1/+4
* Additional fixes for undef propagation in concat and replicate opsClifford Wolf2013-11-061-0/+4
* Improved width extension with regard to undef propagationClifford Wolf2013-11-061-9/+60
* Another fix for early width and sign detection in ast simplifierClifford Wolf2013-11-041-2/+3
* Fixed const folding of ternary operatorClifford Wolf2013-11-041-4/+5
* Use proper bit width ans sign extension for const foldingClifford Wolf2013-11-041-17/+18
* Fixes for early width and sign detection in ast simplifierClifford Wolf2013-11-041-1/+2
* further improved early width and sign detection in ast simplifierClifford Wolf2013-11-042-11/+117
* Fixed detectSignWidthWorker (ast frontend) for AST_CONCATClifford Wolf2013-11-031-1/+1
* Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before...Clifford Wolf2013-11-022-2/+6
* Various ast changes for early expression width detection (prep for constfold ...Clifford Wolf2013-11-024-30/+139
* Fixed handling of boolean attributes (frontends)Clifford Wolf2013-10-245-14/+29
* Fixed handling of boolean attributes (kernel)Clifford Wolf2013-10-241-1/+1
* Fixed parsing of value-less attributes in ilangClifford Wolf2013-10-231-1/+1
* fixed Verilog parser filename and line numbering issue with include filesJohann Glaser2013-08-211-0/+2
* Added support for include directories with the new '-I' argument of theJohann Glaser2013-08-203-4/+24
* Added support for notif0/notif1 primitivesJohann Glaser2013-08-202-4/+8
* Fixed width and sign detection for ** operatorClifford Wolf2013-08-191-3/+3
* Added support for bufif0/bufif1 primitivesClifford Wolf2013-08-192-33/+59
* Improved ast dumping (ast/verilog frontend)Clifford Wolf2013-08-194-64/+35
* Added support for "2**n" shifter encodingClifford Wolf2013-08-121-0/+4
* Added $div and $mod technology mappingClifford Wolf2013-08-091-1/+1
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-272-0/+16
* More fixes in ternary op sign handlingClifford Wolf2013-07-121-0/+3
* Fixed sign handling in ternary operatorClifford Wolf2013-07-121-2/+2
* Another vloghammer related bugfixClifford Wolf2013-07-111-1/+1
* Fixed sign propagation in bit-wise operatorsClifford Wolf2013-07-091-0/+1
* More fixes in ast expression sign/width handlingClifford Wolf2013-07-091-9/+8
* Major redesign of expr width/sign detecion (verilog/ast frontend)Clifford Wolf2013-07-093-35/+169
* Fixed another bug found using vloghammerClifford Wolf2013-07-071-1/+1