summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-03-14Add reproducer for ticket40.Tristan Gingold
2015-03-14Add test for ticket39Tristan Gingold
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-13README: clarify gcc build.Tristan Gingold
2015-03-13Remove deprecated dist scripts.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-11Add bug11 for fst/ghw issues.Tristan Gingold
2015-03-11Fix truncated simple name in fst dump.Tristan Gingold
2015-03-10Add ghwdump build rules in Makefile.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-03-01Add bug reproducer from ghdl-discuss.Tristan Gingold
2015-03-01Add test for ticket 38.Tristan Gingold
2015-02-14str_table: pack elements to reduce size.Tristan Gingold
2015-02-09Merge with tip.Tristan Gingold
2015-02-09winbuild: Fixed missing env.vhd and env_body.vhd files in v08/std/ after comp...Patrick Lehmann
2015-02-07Makefile: fix path to build lib for llvm.Tristan Gingold
2015-01-31winbuild: Fixed missing strip call to reduce the binary size of ghdl.exe.Patrick Lehmann
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-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