summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-24iirs.ads: fix indentation and adjust pnodes.pyTristan Gingold
2015-01-24Move Makefile from xtools to vhdl.Tristan Gingold
2015-01-24simulation: use invalid_instance_slot instead of 0.Tristan Gingold
2015-01-24Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold
2015-01-23dist/gcc: fix missing dependency in Make-lang.inTristan Gingold
2015-01-23Simulation: renaming.Tristan Gingold
2015-01-23simulation: rework scope_level.Tristan Gingold
2015-01-23Style fix.Tristan Gingold
2015-01-22Add bug09 testcase on time<->univ_integer conversions.Tristan Gingold
2015-01-22Use 64 bits for universal integer type.Tristan Gingold
2015-01-22mcode x86: handle more conversions (i64 <-> u8. b2)Tristan Gingold
2015-01-22ortho_code-x86-abi: add moddi3 intrinsic for jit.Tristan Gingold
2015-01-22ortho_code-x86-abi: display intrinsic names.Tristan Gingold
2015-01-21Add testcase for ticket35 (UTF encoding).Tristan Gingold
2015-01-21Detect and report UTF BOM at beginning of source files.Tristan Gingold
2015-01-21Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold
2015-01-21Fixed paths in winbuild.bat to reflect source tree reorganization (Brian Davis)Tristan Gingold
2015-01-21winbuild: Added check for PSCX extension if '-CreatePackage -Zip' is executed.Patrick Lehmann
2015-01-21Experimental: Translated compile scripts for windows to PowerShell scripts (*...Patrick Lehmann
2015-01-20Add testcase bug08 (ambiguous notation for parenthesis name).Tristan Gingold
2015-01-20Add bug07 testcase (locally discrete array compare).Tristan Gingold
2015-01-20Add bug04 testcase.Tristan Gingold
2015-01-20sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold
2015-01-20Minor rework of overflow in physical units: defer until execution.Tristan Gingold
2015-01-19Add testcase for ticket30.Tristan Gingold
2015-01-18Style fixes.Tristan Gingold
2015-01-18simulation: adjust for vhdl08 configurations.Tristan Gingold
2015-01-18execution: fix v87 concat with element.Tristan Gingold
2015-01-17simulation: handle v87 concatenation.Tristan Gingold
2015-01-17debugger: add list command.Tristan Gingold
2015-01-17grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold
2015-01-17ghdlsimul: adjust after use of name for block_specification.Tristan Gingold
2015-01-17Makefile: share INCFLAGS.Tristan Gingold
2015-01-16Fix build of ghdl_simul (WIP).Tristan Gingold
2015-01-16Keep and handle simple name for Block_Specification.Tristan Gingold
2015-01-16disp_tree: add Max_Depth to limit recursion.Tristan Gingold
2015-01-16canon: fix after previous change (do not generate default config for for-gen)Tristan Gingold
2015-01-15PSL: add comments, scan endpoint.Tristan Gingold
2015-01-15Evaluation: implement array compare for discrete arrays.Tristan Gingold
2015-01-15Create the Sem_Qualified_Expression function.Tristan Gingold
2015-01-15parser: improve error message and recovery on = for default expression.Tristan Gingold
2015-01-15Testcase for locally static array comparaison.Tristan Gingold
2015-01-15Evaluation: implement array comparaison (greater or less).Tristan Gingold
2015-01-15grt-disp_rti: fix thinko (no blocks for if-generate).Tristan Gingold
2015-01-14xrefs: adjust for vhdl08.Tristan Gingold
2015-01-14disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold
2015-01-13grt.avhpi: adjust after rti change.Tristan Gingold
2015-01-13Add reproducer from ticket #32.Tristan Gingold
2015-01-13mcode: fix ticket#32 - spill the right instruction.Tristan Gingold
2015-01-12sem: fix Can_Collapse_Signals regression.Tristan Gingold