index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlib
Tristan Gingold
2015-03-11
3
-14
/
+63
*
Add bug11 for fst/ghw issues.
Tristan Gingold
2015-03-11
2
-0
/
+69
*
Fix truncated simple name in fst dump.
Tristan Gingold
2015-03-11
1
-1
/
+1
*
Add ghwdump build rules in Makefile.
Tristan Gingold
2015-03-10
1
-0
/
+13
*
Implement ticket 37: add switch -gNAME=VAL to override top entity generics.
Tristan Gingold
2015-03-07
12
-37
/
+430
*
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Tristan Gingold
2015-03-01
10
-42
/
+58
*
Add bug reproducer from ghdl-discuss.
Tristan Gingold
2015-03-01
3
-0
/
+272
*
Add test for ticket 38.
Tristan Gingold
2015-03-01
2
-0
/
+42
*
str_table: pack elements to reduce size.
Tristan Gingold
2015-02-14
3
-5
/
+21
*
Merge with tip.
Tristan Gingold
2015-02-09
2
-3
/
+4
|
\
|
*
winbuild: Fixed missing env.vhd and env_body.vhd files in v08/std/ after comp...
Patrick Lehmann
2015-02-09
1
-1
/
+2
|
*
winbuild: Fixed missing strip call to reduce the binary size of ghdl.exe.
Patrick Lehmann
2015-01-31
1
-2
/
+2
*
|
Makefile: fix path to build lib for llvm.
Tristan Gingold
2015-02-07
1
-2
/
+3
*
|
grt: fix protected object lock during elaboration.
Tristan Gingold
2015-01-30
2
-3
/
+9
*
|
pnodes: make the code more generic.
Tristan Gingold
2015-01-27
1
-7
/
+20
*
|
std_names: remove dependency on tokens.
Tristan Gingold
2015-01-27
1
-7
/
+137
*
|
iirs.ads: fix indentation and adjust pnodes.py
Tristan Gingold
2015-01-24
2
-257
/
+279
*
|
Move Makefile from xtools to vhdl.
Tristan Gingold
2015-01-24
1
-9
/
+21
*
|
simulation: use invalid_instance_slot instead of 0.
Tristan Gingold
2015-01-24
2
-4
/
+4
*
|
Fix typos in grt and translation.adb for vhdl2008 (gcc).
Tristan Gingold
2015-01-24
2
-3
/
+3
|
/
*
dist/gcc: fix missing dependency in Make-lang.in
Tristan Gingold
2015-01-23
1
-2
/
+2
*
Simulation: renaming.
Tristan Gingold
2015-01-23
6
-133
/
+118
*
simulation: rework scope_level.
Tristan Gingold
2015-01-23
6
-123
/
+157
*
Style fix.
Tristan Gingold
2015-01-23
1
-5
/
+2
*
Add bug09 testcase on time<->univ_integer conversions.
Tristan Gingold
2015-01-22
3
-0
/
+52
*
Use 64 bits for universal integer type.
Tristan Gingold
2015-01-22
1
-5
/
+5
*
mcode x86: handle more conversions (i64 <-> u8. b2)
Tristan Gingold
2015-01-22
2
-47
/
+92
*
ortho_code-x86-abi: add moddi3 intrinsic for jit.
Tristan Gingold
2015-01-22
1
-0
/
+7
*
ortho_code-x86-abi: display intrinsic names.
Tristan Gingold
2015-01-22
1
-0
/
+19
*
Add testcase for ticket35 (UTF encoding).
Tristan Gingold
2015-01-21
6
-0
/
+29
*
Detect and report UTF BOM at beginning of source files.
Tristan Gingold
2015-01-21
3
-7
/
+56
*
Translate: fix thinko for implicit conversion after conversion in assoc.
Tristan Gingold
2015-01-21
2
-29
/
+32
*
Fixed paths in winbuild.bat to reflect source tree reorganization (Brian Davis)
Tristan Gingold
2015-01-21
1
-6
/
+6
*
winbuild: Added check for PSCX extension if '-CreatePackage -Zip' is executed.
Patrick Lehmann
2015-01-21
2
-10
/
+47
*
Experimental: Translated compile scripts for windows to PowerShell scripts (*...
Patrick Lehmann
2015-01-21
4
-0
/
+1403
*
Add testcase bug08 (ambiguous notation for parenthesis name).
Tristan Gingold
2015-01-20
14
-0
/
+216
*
Add bug07 testcase (locally discrete array compare).
Tristan Gingold
2015-01-20
2
-0
/
+31
*
Add bug04 testcase.
Tristan Gingold
2015-01-20
3
-0
/
+140
*
sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.
Tristan Gingold
2015-01-20
2
-10
/
+23
*
Minor rework of overflow in physical units: defer until execution.
Tristan Gingold
2015-01-20
4
-84
/
+39
*
Add testcase for ticket30.
Tristan Gingold
2015-01-19
3
-0
/
+61
*
Style fixes.
Tristan Gingold
2015-01-18
2
-10
/
+6
*
simulation: adjust for vhdl08 configurations.
Tristan Gingold
2015-01-18
1
-39
/
+38
*
execution: fix v87 concat with element.
Tristan Gingold
2015-01-18
2
-23
/
+27
*
simulation: handle v87 concatenation.
Tristan Gingold
2015-01-17
1
-41
/
+74
*
debugger: add list command.
Tristan Gingold
2015-01-17
2
-19
/
+126
*
grt-signals: avoid possible unaligned pointer dereference.
Tristan Gingold
2015-01-17
1
-2
/
+23
*
ghdlsimul: adjust after use of name for block_specification.
Tristan Gingold
2015-01-17
2
-3
/
+4
*
Makefile: share INCFLAGS.
Tristan Gingold
2015-01-17
1
-8
/
+8
*
Fix build of ghdl_simul (WIP).
Tristan Gingold
2015-01-16
7
-269
/
+241
[prev]
[next]