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 (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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