index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
(*.ps1). Updated .hgignore file to ignore folders from windows build process.
*
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
|
*
Keep and handle simple name for Block_Specification.
Tristan Gingold
2015-01-16
6
-588
/
+582
|
*
disp_tree: add Max_Depth to limit recursion.
Tristan Gingold
2015-01-16
1
-1
/
+6
|
*
canon: fix after previous change (do not generate default config for for-gen)
Tristan Gingold
2015-01-16
1
-1
/
+1
|
*
PSL: add comments, scan endpoint.
Tristan Gingold
2015-01-15
3
-4
/
+16
|
*
Evaluation: implement array compare for discrete arrays.
Tristan Gingold
2015-01-15
1
-11
/
+46
|
*
Create the Sem_Qualified_Expression function.
Tristan Gingold
2015-01-15
1
-24
/
+38
|
*
parser: improve error message and recovery on = for default expression.
Tristan Gingold
2015-01-15
1
-0
/
+7
|
*
Testcase for locally static array comparaison.
Tristan Gingold
2015-01-15
2
-0
/
+39
|
*
Evaluation: implement array comparaison (greater or less).
Tristan Gingold
2015-01-15
1
-42
/
+98
|
*
grt-disp_rti: fix thinko (no blocks for if-generate).
Tristan Gingold
2015-01-15
1
-2
/
+5
|
*
xrefs: adjust for vhdl08.
Tristan Gingold
2015-01-14
2
-4
/
+20
|
*
disp_vhdl: adjust for vhdl2008 (generate, bit string).
Tristan Gingold
2015-01-14
3
-31
/
+95
|
*
grt.avhpi: adjust after rti change.
Tristan Gingold
2015-01-13
1
-5
/
+6
|
*
Add reproducer from ticket #32.
Tristan Gingold
2015-01-13
6
-0
/
+334
|
*
mcode: fix ticket#32 - spill the right instruction.
Tristan Gingold
2015-01-13
1
-6
/
+11
|
*
sem: fix Can_Collapse_Signals regression.
Tristan Gingold
2015-01-12
4
-5
/
+10
|
*
grt: improve --disp-signals-table output.
Tristan Gingold
2015-01-12
4
-5
/
+22
|
*
ortho_mcode: handle u32->i64 conversion.
Tristan Gingold
2015-01-12
2
-7
/
+19
|
*
vhdl2008: expanded names in for-generate statements.
Tristan Gingold
2015-01-12
4
-74
/
+81
|
*
vhdl2008: handle expanded names in if-generate statements.
Tristan Gingold
2015-01-12
5
-660
/
+1258
|
[next]