aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* generic override: handle enumerated types.Tristan Gingold2015-03-143-13/+92
* Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold2015-03-141-0/+2
* procedure call: avoid crash with individual associations and signals.Tristan Gingold2015-03-141-20/+25
* Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold2015-03-141-1/+1
* Fix crash in ortho for llvm (unreach in new_convert_ov)Tristan Gingold2015-03-141-0/+3
* generic override: handle i32.Tristan Gingold2015-03-133-15/+97
* Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold2015-03-112-12/+59
* Fix truncated simple name in fst dump.Tristan Gingold2015-03-111-1/+1
* Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold2015-03-0710-37/+410
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-0110-42/+58
* str_table: pack elements to reduce size.Tristan Gingold2015-02-143-5/+21
* grt: fix protected object lock during elaboration.Tristan Gingold2015-01-302-3/+9
* pnodes: make the code more generic.Tristan Gingold2015-01-271-7/+20
* std_names: remove dependency on tokens.Tristan Gingold2015-01-271-7/+137
* iirs.ads: fix indentation and adjust pnodes.pyTristan Gingold2015-01-242-257/+279
* Move Makefile from xtools to vhdl.Tristan Gingold2015-01-241-9/+21
* simulation: use invalid_instance_slot instead of 0.Tristan Gingold2015-01-242-4/+4
* Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold2015-01-242-3/+3
* Simulation: renaming.Tristan Gingold2015-01-236-133/+118
* simulation: rework scope_level.Tristan Gingold2015-01-236-123/+157
* Style fix.Tristan Gingold2015-01-231-5/+2
* Use 64 bits for universal integer type.Tristan Gingold2015-01-221-5/+5
* mcode x86: handle more conversions (i64 <-> u8. b2)Tristan Gingold2015-01-222-47/+92
* ortho_code-x86-abi: add moddi3 intrinsic for jit.Tristan Gingold2015-01-221-0/+7
* ortho_code-x86-abi: display intrinsic names.Tristan Gingold2015-01-221-0/+19
* Detect and report UTF BOM at beginning of source files.Tristan Gingold2015-01-213-7/+56
* Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold2015-01-212-29/+32
* sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold2015-01-202-10/+23
* Minor rework of overflow in physical units: defer until execution.Tristan Gingold2015-01-204-84/+39
* Style fixes.Tristan Gingold2015-01-182-10/+6
* simulation: adjust for vhdl08 configurations.Tristan Gingold2015-01-181-39/+38
* execution: fix v87 concat with element.Tristan Gingold2015-01-182-23/+27
* simulation: handle v87 concatenation.Tristan Gingold2015-01-171-41/+74
* debugger: add list command.Tristan Gingold2015-01-172-19/+126
* grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold2015-01-171-2/+23
* ghdlsimul: adjust after use of name for block_specification.Tristan Gingold2015-01-172-3/+4
* Fix build of ghdl_simul (WIP).Tristan Gingold2015-01-166-268/+233
* Keep and handle simple name for Block_Specification.Tristan Gingold2015-01-166-588/+582
* disp_tree: add Max_Depth to limit recursion.Tristan Gingold2015-01-161-1/+6
* canon: fix after previous change (do not generate default config for for-gen)Tristan Gingold2015-01-161-1/+1
* PSL: add comments, scan endpoint.Tristan Gingold2015-01-153-4/+16
* Evaluation: implement array compare for discrete arrays.Tristan Gingold2015-01-151-11/+46
* Create the Sem_Qualified_Expression function.Tristan Gingold2015-01-151-24/+38
* parser: improve error message and recovery on = for default expression.Tristan Gingold2015-01-151-0/+7
* Evaluation: implement array comparaison (greater or less).Tristan Gingold2015-01-151-42/+98
* grt-disp_rti: fix thinko (no blocks for if-generate).Tristan Gingold2015-01-151-2/+5
* xrefs: adjust for vhdl08.Tristan Gingold2015-01-142-4/+20
* disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold2015-01-143-31/+95
* grt.avhpi: adjust after rti change.Tristan Gingold2015-01-131-5/+6
* mcode: fix ticket#32 - spill the right instruction.Tristan Gingold2015-01-131-6/+11