index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow generic without default values in top-level entity.
Tristan Gingold
2015-05-11
6
-4
/
+121
*
Fix thinko: reject incorrect association (positionnal match followed by
Tristan Gingold
2015-05-11
2
-15
/
+10
*
Fix use of condition operator in case of overload.
Tristan Gingold
2015-05-11
1
-9
/
+38
*
vhdl 08: handle boolean subtype for conditional expressions.
Tristan Gingold
2015-05-10
1
-1
/
+1
*
Add missing psl files.
Tristan Gingold
2015-05-10
5
-0
/
+2008
*
Correctly handle overload of subprogram in presence of subprogram alias.
Tristan Gingold
2015-05-10
1
-1
/
+6
*
psl: add generated files.
Tristan Gingold
2015-05-10
3
-1555
/
+750
*
Regenerate psl-dump_tree.adb. Fix build failure (ticket 42).
Tristan Gingold
2015-05-10
1
-180
/
+68
*
Rename Get_Location_Str to Image.
Tristan Gingold
2015-05-09
11
-52
/
+66
*
Report incorrect use of 'Base.
Tristan Gingold
2015-05-09
2
-2
/
+7
*
Avoid crash if name of subprogram also denotes a non-subprogram declaration.
Tristan Gingold
2015-05-09
1
-0
/
+1
*
Add --keep-order switch.
Tristan Gingold
2015-05-09
1
-17
/
+29
*
Fix entity instantiation with extended identifier.
Tristan Gingold
2015-03-31
3
-4
/
+20
*
ortho_llvm: handle more unreach cases.
Tristan Gingold
2015-03-22
1
-1
/
+18
*
ortho_llvm: fix new_alloca when first instruction of a basic block.
Tristan Gingold
2015-03-21
1
-5
/
+19
*
ortho_llvm: fix conversion from float to integer.
Tristan Gingold
2015-03-21
1
-3
/
+21
*
llvm: Add -O as alias of -O1
Tristan Gingold
2015-03-20
1
-1
/
+1
*
ortho_llvm: handle debug info for incomplete access type.
Tristan Gingold
2015-03-15
2
-18
/
+41
*
generic override: handle enumerated types.
Tristan Gingold
2015-03-14
3
-13
/
+92
*
Disable overflow checks in Eval_Discrete_Range_Length.
Tristan Gingold
2015-03-14
1
-0
/
+2
*
procedure call: avoid crash with individual associations and signals.
Tristan Gingold
2015-03-14
1
-20
/
+25
*
Fix thinko in grt.values (after handling i32 generic override).
Tristan Gingold
2015-03-14
1
-1
/
+1
*
Fix crash in ortho for llvm (unreach in new_convert_ov)
Tristan Gingold
2015-03-14
1
-0
/
+3
*
generic override: handle i32.
Tristan Gingold
2015-03-13
3
-15
/
+97
*
Fix desynchronization (ghdl_rtik) between grt-waves.adb and ghwlib
Tristan Gingold
2015-03-11
2
-12
/
+59
*
Fix truncated simple name in fst dump.
Tristan Gingold
2015-03-11
1
-1
/
+1
*
Implement ticket 37: add switch -gNAME=VAL to override top entity generics.
Tristan Gingold
2015-03-07
10
-37
/
+410
*
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Tristan Gingold
2015-03-01
10
-42
/
+58
*
str_table: pack elements to reduce size.
Tristan Gingold
2015-02-14
3
-5
/
+21
*
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
*
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
*
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
*
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
*
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
*
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
[next]