index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ortho
/
llvm
Commit message (
Collapse
)
Author
Age
Files
Lines
*
ortho: move llvm to llvm35
Tristan Gingold
2019-05-16
21
-7053
/
+0
|
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
3
-20
/
+81
|
*
Improve doc, fix English typo.
Tristan Gingold
2018-09-23
1
-1
/
+1
|
*
Remove -gnat05, always use GNATFLAGS.
Tristan Gingold
2018-09-15
1
-2
/
+2
|
|
|
|
Fix #651
*
ortho_llvm: remove outdated comment.
Tristan Gingold
2018-06-01
1
-1
/
+0
|
*
ortho_llvm: do not generate loop_stmt/indexed_element if unreachable.
Tristan Gingold
2018-05-26
1
-8
/
+17
|
|
|
|
Fix for #578
*
Use CXX in makefiles and configures to design the c++ compiler.
Tristan Gingold
2016-12-24
1
-1
/
+1
|
*
llvm: emit object file by default.
Tristan Gingold
2016-12-23
1
-1
/
+1
|
*
Use -fpic if gcc is configured with --enable-default-pie
Tristan Gingold
2016-12-06
1
-1
/
+5
|
|
|
|
|
|
|
|
Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213
*
llvm: don't verify module (doesn't scale)
Tristan Gingold
2016-07-09
1
-5
/
+7
|
*
oread: optimize field search for large record/unions (use a hash map).
Tristan Gingold
2016-07-09
1
-1
/
+2
|
*
ortho: add new_default_value to initialize a variable.
Tristan Gingold
2016-03-08
4
-17
/
+28
|
*
ortho: rename start/finish_const_value to start/finish_init_value.
Tristan Gingold
2016-02-21
2
-10
/
+10
|
*
llvm: simplify use of llvm-config.
Tristan Gingold
2016-01-09
1
-1
/
+1
|
*
Scanner: fix use of latin-1 8 bit characters.
Tristan Gingold
2015-12-22
1
-1
/
+1
|
*
ortho-llvm: avoid generation of unreachable code.
Tristan Gingold
2015-12-18
1
-11
/
+23
|
*
ortho_llvm: add comments.
Tristan Gingold
2015-11-30
1
-2
/
+2
|
*
llvm: do not generate code for function call if unreachable.
Tristan Gingold
2015-09-08
1
-5
/
+9
|
*
llvm: handle union (field selection, debug info).
Tristan Gingold
2015-09-07
3
-76
/
+135
|
*
ortho: allow selected element from an union.
Tristan Gingold
2015-06-12
1
-2
/
+2
|
|
|
|
Minor cleanups.
*
Fix llvm link on darwin (set no_compat_unwind).
Tristan Gingold
2015-05-28
1
-1
/
+1
|
*
Fix llvm build (add cxxflags).
Tristan Gingold
2015-05-25
1
-1
/
+1
|
*
Use cxx compiler to link llvm executable.
Tristan Gingold
2015-05-21
1
-2
/
+3
|
*
llvm: do not forget new type in no-op conversion.
Tristan Gingold
2015-05-19
1
-2
/
+3
|
|
|
|
Fix ticket 70.
*
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
1
-11
/
+33
|
*
Fix crash in ortho for llvm (unreach in new_convert_ov)
Tristan Gingold
2015-03-14
1
-0
/
+3
|
*
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Tristan Gingold
2015-03-01
1
-3
/
+9
|
*
Makefiles: add OPT_FLAGS.
Tristan Gingold
2014-12-24
1
-2
/
+2
|
*
Regenerate ortho_llvm.ads
Tristan Gingold
2014-12-23
1
-1
/
+4
|
*
ortho_llvm: add uwtable + nounwind attibutes for functions.
Tristan Gingold
2014-12-16
1
-0
/
+1
|
*
ortho_llvm: fix crash with debug info.
Tristan Gingold
2014-12-16
1
-2
/
+2
|
*
llvm-core.ads: fix values.
Tristan Gingold
2014-12-15
1
-15
/
+15
|
*
llvm: add generation of only debug lines table.
Tristan Gingold
2014-12-13
3
-17
/
+38
|
*
Move sources to src/ subdirectory.
Tristan Gingold
2014-11-04
21
-0
/
+6784