index
:
iCE40/ghdl
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ortho
Commit message (
Collapse
)
Author
Age
Files
Lines
*
llvm6 - add support for llvm 3.5
Tristan Gingold
2020-06-11
1
-2
/
+35
|
*
llvm6: adjust assertions and unreachable.
Tristan Gingold
2020-06-11
2
-11
/
+11
|
*
ortho/llvm4-nodebug: fix a comment.
Tristan Gingold
2020-06-09
1
-1
/
+1
|
*
src/ortho/oread/tests: adjust some tests (keyword in upper case).
Tristan Gingold
2020-06-09
4
-43
/
+43
|
*
LLVM backend with debug info (in C/C++)
Tristan Gingold
2020-06-09
9
-0
/
+4047
|
*
ortho/gcc: convert boolean and enums to int on interfaces.
Tristan Gingold
2020-05-28
5
-0
/
+10
|
*
ortho: add a length parameter to start_array_aggr.
Tristan Gingold
2020-05-28
23
-177
/
+283
|
*
ortho/mcode: use arch64 binary format for mach-O
Tristan Gingold
2020-01-16
1
-1
/
+1
|
*
llvm4-nodebug: remove verbose code.
Tristan Gingold
2020-01-12
1
-3
/
+0
|
*
msys2-mingw: build llvm with --static-link (tentatively fix ci)
Tristan Gingold
2020-01-12
1
-1
/
+1
|
*
ortho/llvm4-nodebug: pass --link-static to llvm-config.
Tristan Gingold
2020-01-12
1
-1
/
+1
|
*
llvm4-nodebug: investigate CI failure.
Tristan Gingold
2020-01-12
1
-1
/
+2
|
*
llvm4-nodebug: add verbosity to debug CI failures.
Tristan Gingold
2020-01-12
1
-1
/
+5
|
*
ortho: move llvm to llvm35
Tristan Gingold
2019-05-16
21
-3
/
+3
|
*
Add support for gcc-9.x
Tristan Gingold
2019-05-06
1
-0
/
+2168
|
*
ortho/llvm4-nodebug: normalize the default target on llvm 7.0+
Tristan Gingold
2018-12-31
3
-2
/
+27
|
|
|
|
For #724
*
Reload registers for conditional binary operations.
Tristan Gingold
2018-11-27
1
-0
/
+2
|
|
|
|
Fix #708
*
binary_file: add overflow detection for relocs.
Tristan Gingold
2018-11-19
1
-4
/
+12
|
*
ortho/mcode: pack all sections for huge programs on x86-64.
Tristan Gingold
2018-11-19
5
-34
/
+105
|
|
|
|
For #698
*
Fix constraint error for large number of local symbols.
Tristan Gingold
2018-11-19
1
-2
/
+2
|
*
ortho/debug/Makefile: don't use -m for gnatmake
Tristan Gingold
2018-11-07
1
-1
/
+1
|
*
ortho_debug: fix disp for empty loop.
Tristan Gingold
2018-10-26
1
-1
/
+4
|
*
ortho debug/oread: disp float number in hexa.
Tristan Gingold
2018-10-23
2
-63
/
+223
|
*
ortho debug/oread: handle neg neg.
Tristan Gingold
2018-10-21
2
-4
/
+29
|
*
oread: handle min int in typed expression.
Tristan Gingold
2018-10-21
1
-14
/
+27
|
*
Rework translation of unbounded and complex types.
Tristan Gingold
2018-10-21
30
-214
/
+707
|
*
Improve doc, fix English typo.
Tristan Gingold
2018-09-23
3
-3
/
+3
|
*
Remove -gnat05, always use GNATFLAGS.
Tristan Gingold
2018-09-15
6
-13
/
+13
|
|
|
|
Fix #651
*
orth/llvm4: handle unreachable variable declarations.
Tristan Gingold
2018-08-07
1
-4
/
+7
|
*
llvm4: add --verify-llvm
Tristan Gingold
2018-07-25
1
-4
/
+9
|
*
Add support for gcc 8.1 as a backend.
Tristan Gingold
2018-06-02
1
-0
/
+2166
|
|
|
|
Fix #568
*
ortho_llvm: remove outdated comment.
Tristan Gingold
2018-06-01
3
-3
/
+0
|
*
Remove redundant use-clauses for gcc 8.1 compatibility
Truls Asheim
2018-05-30
5
-11
/
+1
|
*
Apply previous patch to llvm-nodebug
Tristan Gingold
2018-05-26
1
-8
/
+17
|
*
ortho_llvm: do not generate loop_stmt/indexed_element if unreachable.
Tristan Gingold
2018-05-26
2
-16
/
+34
|
|
|
|
Fix for #578
*
mcode: assert identifiers don't have embedded NULL.
Tristan Gingold
2018-01-20
1
-1
/
+4
|
*
mcode: add new_default_value.
Tristan Gingold
2017-11-16
6
-2
/
+27
|
*
ortho/gcc/Makefile: choose ortho-lang-X.c
Tristan Gingold
2017-11-11
2
-1
/
+4
|
*
ortho_debug-disp: remove some trailing blanks in output.
Tristan Gingold
2017-11-02
1
-2
/
+2
|
*
gcc-7: fix crash due to alias_set.
Tristan Gingold
2017-11-02
1
-0
/
+12
|
*
llvm4: generate object file by default.
Tristan Gingold
2017-10-22
1
-1
/
+1
|
*
mcode: add comment, abstract.
Tristan Gingold
2017-07-02
1
-4
/
+13
|
*
ortho/mcode: preliminary work to support win64.
Tristan Gingold
2017-06-28
3
-40
/
+84
|
*
ortho: add comments.
Tristan Gingold
2017-06-20
3
-1
/
+5
|
*
Avoid a crash while slicing array of length 0.
Tristan Gingold
2017-06-20
1
-1
/
+1
|
|
|
|
Fix #372
*
WIP on mcode for win64.
Tristan Gingold
2017-06-19
7
-13
/
+35
|
*
Add gcc 7.x as a backend.
Tristan Gingold
2017-05-21
2
-0
/
+2153
|
*
ortho/mcode: detect overflow for i32 and i64 mul.
Tristan Gingold
2017-05-18
1
-0
/
+6
|
*
Simplify build for llvm-nodebug.
Tristan Gingold
2017-04-04
3
-329
/
+3
|
*
llvm39/llvm4: remove useless renaming.
Tristan Gingold
2017-04-04
2
-11
/
+3
|
[next]