summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-09Report incorrect use of 'Base.Tristan Gingold
2015-05-09Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold
Fix ticket 41.
2015-05-09Add --keep-order switch.Tristan Gingold
2015-03-31Fix entity instantiation with extended identifier.Tristan Gingold
From a patch by Ole Myren Rohne.
2015-03-22ortho_llvm: handle more unreach cases.Tristan Gingold
2015-03-21ortho_llvm: fix new_alloca when first instruction of a basic block.Tristan Gingold
2015-03-21ortho_llvm: fix conversion from float to integer.Tristan Gingold
2015-03-20llvm: Add -O as alias of -O1Tristan Gingold
2015-03-15ortho_llvm: handle debug info for incomplete access type.Tristan Gingold
2015-03-14generic override: handle enumerated types.Tristan Gingold
2015-03-14Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold
To avoid crash when dealing with very large ranges.
2015-03-14procedure call: avoid crash with individual associations and signals.Tristan Gingold
2015-03-14Fix thinko in grt.values (after handling i32 generic override).Tristan Gingold
2015-03-14Fix crash in ortho for llvm (unreach in new_convert_ov)Tristan Gingold
2015-03-13generic override: handle i32.Tristan Gingold
2015-03-11Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold
2015-03-11Fix truncated simple name in fst dump.Tristan Gingold
2015-03-07Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-02-14str_table: pack elements to reduce size.Tristan Gingold
2015-01-30grt: fix protected object lock during elaboration.Tristan Gingold
2015-01-27pnodes: make the code more generic.Tristan Gingold
2015-01-27std_names: remove dependency on tokens.Tristan Gingold
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-23Simulation: renaming.Tristan Gingold
2015-01-23simulation: rework scope_level.Tristan Gingold
2015-01-23Style fix.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-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-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-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-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