aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ortho_llvm: handle more unreach cases.Tristan Gingold2015-03-221-1/+18
|
* ortho_llvm: fix new_alloca when first instruction of a basic block.Tristan Gingold2015-03-211-5/+19
|
* ortho_llvm: fix conversion from float to integer.Tristan Gingold2015-03-211-3/+21
|
* llvm: Add -O as alias of -O1Tristan Gingold2015-03-201-1/+1
|
* ortho_llvm: handle debug info for incomplete access type.Tristan Gingold2015-03-152-18/+41
|
* generic override: handle enumerated types.Tristan Gingold2015-03-149-15/+142
|
* Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold2015-03-141-0/+2
| | | | To avoid crash when dealing with very large ranges.
* Add reproducer for ticket40.Tristan Gingold2015-03-144-0/+109
|
* Add test for ticket39Tristan Gingold2015-03-142-0/+54
|
* 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
|
* README: clarify gcc build.Tristan Gingold2015-03-131-2/+6
|
* Remove deprecated dist scripts.Tristan Gingold2015-03-133-1314/+0
|
* generic override: handle i32.Tristan Gingold2015-03-135-15/+120
|
* Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlibTristan Gingold2015-03-113-14/+63
|
* Add bug11 for fst/ghw issues.Tristan Gingold2015-03-112-0/+69
|
* Fix truncated simple name in fst dump.Tristan Gingold2015-03-111-1/+1
|
* Add ghwdump build rules in Makefile.Tristan Gingold2015-03-101-0/+13
|
* Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold2015-03-0712-37/+430
|
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-0110-42/+58
|
* Add bug reproducer from ghdl-discuss.Tristan Gingold2015-03-013-0/+272
|
* Add test for ticket 38.Tristan Gingold2015-03-012-0/+42
|
* str_table: pack elements to reduce size.Tristan Gingold2015-02-143-5/+21
|
* Merge with tip.Tristan Gingold2015-02-092-3/+4
|\
| * winbuild: Fixed missing env.vhd and env_body.vhd files in v08/std/ after ↵Patrick Lehmann2015-02-091-1/+2
| | | | | | | | complib.ps1 run.
| * winbuild: Fixed missing strip call to reduce the binary size of ghdl.exe.Patrick Lehmann2015-01-311-2/+2
| |
* | Makefile: fix path to build lib for llvm.Tristan Gingold2015-02-071-2/+3
| |
* | 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
|/
* dist/gcc: fix missing dependency in Make-lang.inTristan Gingold2015-01-231-2/+2
|
* 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
|
* Add bug09 testcase on time<->univ_integer conversions.Tristan Gingold2015-01-223-0/+52
|
* 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
|
* Add testcase for ticket35 (UTF encoding).Tristan Gingold2015-01-216-0/+29
|
* 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
|
* Fixed paths in winbuild.bat to reflect source tree reorganization (Brian Davis)Tristan Gingold2015-01-211-6/+6
|
* winbuild: Added check for PSCX extension if '-CreatePackage -Zip' is executed.Patrick Lehmann2015-01-212-10/+47
|
* Experimental: Translated compile scripts for windows to PowerShell scripts ↵Patrick Lehmann2015-01-214-0/+1403
| | | | (*.ps1). Updated .hgignore file to ignore folders from windows build process.