visualfc
|
d946ba426e
|
internal/lib/reflect: fix valueInterface
|
2024-10-11 07:43:46 +08:00 |
|
xushiwei
|
07874cf77f
|
Merge pull request #816 from luoliwoshang/c/lua/debug
c/lua:debug
|
2024-10-10 15:31:48 +08:00 |
|
xushiwei
|
1d9f9e838b
|
Merge pull request #817 from cpunion/remove-inline-py-methods
py: remove static methods
|
2024-10-10 15:31:01 +08:00 |
|
xushiwei
|
101691e970
|
Merge pull request #822 from goplus/dependabot/github_actions/thollander/actions-comment-pull-request-3
build(deps): bump thollander/actions-comment-pull-request from 2 to 3
|
2024-10-10 15:30:05 +08:00 |
|
dependabot[bot]
|
e2498c31ea
|
build(deps): bump thollander/actions-comment-pull-request from 2 to 3
Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2 to 3.
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](https://github.com/thollander/actions-comment-pull-request/compare/v2...v3)
---
updated-dependencies:
- dependency-name: thollander/actions-comment-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-10 00:34:41 +00:00 |
|
Li Jie
|
9d8c6122cc
|
py: remove inline methods
|
2024-10-05 23:10:00 +08:00 |
|
luoliwoshang
|
e2091413ea
|
c/lua:extraspace
|
2024-10-04 15:37:28 +08:00 |
|
luoliwoshang
|
4976e82f0f
|
c/lua:debug
|
2024-10-04 15:37:28 +08:00 |
|
xushiwei
|
5e949d2c6f
|
Merge pull request #809 from visualfc/maplen
runtime: fix map len and chan len/cap
|
2024-10-04 11:34:49 +08:00 |
|
xushiwei
|
fec7688241
|
Merge pull request #810 from visualfc/py
py: remove llgo_autogen.lla
|
2024-10-01 06:07:04 +08:00 |
|
visualfc
|
9a4238d4e2
|
py: remove llgo_autogen.lla
|
2024-09-27 10:37:41 +08:00 |
|
visualfc
|
c184dc8d2f
|
runtime: fix map len and chan len/cap
|
2024-09-25 20:51:58 +08:00 |
|
xushiwei
|
32f41a04ac
|
Merge pull request #757 from luoliwoshang/llcppg/ast/mangle
llcppg/ast:func mangle name
|
2024-09-25 11:05:06 +08:00 |
|
xushiwei
|
4b8174f75a
|
Merge pull request #803 from luoliwoshang/llcppsigfetch/output
llcppsigfetch:refine
|
2024-09-24 19:08:53 +08:00 |
|
luoliwoshang
|
313e14bc54
|
llcppsigfetch:refine mock gettype
|
2024-09-24 15:09:03 +08:00 |
|
luoliwoshang
|
7aca31992b
|
llcppsigfetch:reuse clangutil
|
2024-09-24 14:43:33 +08:00 |
|
luoliwoshang
|
7b498065b5
|
llcppsigfetch:use the closure in visitTop & enumtype
|
2024-09-24 12:22:01 +08:00 |
|
luoliwoshang
|
81bd225ff7
|
llcppsigfetch:keep line break
|
2024-09-24 11:26:34 +08:00 |
|
luoliwoshang
|
074090a0aa
|
llcppsigfetch:config the output
|
2024-09-24 11:26:34 +08:00 |
|
xushiwei
|
dbaf12b043
|
Merge pull request #769 from visualfc/lib_reflect
[wip] lib reflect
|
2024-09-23 00:37:28 +08:00 |
|
visualfc
|
9eb9b48534
|
internal/lib/reflect: type.Field FieldByIndex FieldByName
|
2024-09-22 20:56:15 +08:00 |
|
visualfc
|
e085fd1d57
|
internal/lib/reflect: type.Name type.Elem
|
2024-09-22 20:44:57 +08:00 |
|
visualfc
|
9cc71b320b
|
internal/lib/reflect: type.method
|
2024-09-22 20:44:55 +08:00 |
|
visualfc
|
7b74cf1ab9
|
internal/lib/reflect: interface.method
|
2024-09-22 20:43:40 +08:00 |
|
visualfc
|
fb0c0e07f7
|
internal/lib/reflect: reflect.pointer
|
2024-09-22 20:43:40 +08:00 |
|
xushiwei
|
9e884847b1
|
Merge pull request #794 from cpunion/llvm-debug
ssa: add llvm debug info
|
2024-09-22 12:08:16 +08:00 |
|
Li Jie
|
5dadf9a087
|
lldb: skip some fail cases
|
2024-09-22 11:52:26 +08:00 |
|
Li Jie
|
c0630b782a
|
ci: run lldb test
|
2024-09-22 11:52:26 +08:00 |
|
Li Jie
|
62beb73aa2
|
x
|
2024-09-22 11:52:26 +08:00 |
|
Li Jie
|
7b6fe0159f
|
lldb: fix shellcheck warning
|
2024-09-22 11:52:26 +08:00 |
|
Li Jie
|
dad22b1686
|
cl: switch debug symbols with LLGO_DEBUG
|
2024-09-22 11:52:23 +08:00 |
|
xushiwei
|
a715a51865
|
Merge pull request #780 from luoliwoshang/llcppsymg/language
llcppsymg:parse c / c++ & output func proto
|
2024-09-22 08:03:19 +08:00 |
|
xushiwei
|
d4ec2319f9
|
Merge pull request #683 from luoliwoshang/llcppsigfetch/basic
llcppsigfetch
|
2024-09-22 07:58:35 +08:00 |
|
Li Jie
|
88b980ac17
|
lldb: refactor plugin and test scripts
|
2024-09-21 10:03:49 +08:00 |
|
Li Jie
|
867c01d5e8
|
ssa: clean
|
2024-09-21 09:10:08 +08:00 |
|
luoliwoshang
|
c8a064af3e
|
llcppsigfetch:handle unexpect tag
|
2024-09-21 01:52:19 +08:00 |
|
Li Jie
|
12439f2b99
|
lldb: debug info test, lldb plugin, readme
|
2024-09-21 00:11:06 +08:00 |
|
Li Jie
|
fb47ea301f
|
lldb: set llvm.ident to "LLGo Compiler"
|
2024-09-20 23:40:58 +08:00 |
|
Li Jie
|
6adecbd7aa
|
lldb: add llgo plugin
|
2024-09-20 23:40:13 +08:00 |
|
Li Jie
|
f71e34fd9f
|
ssa: fix function and global var debug info scope
|
2024-09-20 17:14:27 +08:00 |
|
xushiwei
|
dfe89588f0
|
Merge pull request #787 from luoliwoshang/llcppsymg/filter
llcppsymg:filter public method
|
2024-09-20 15:51:57 +08:00 |
|
Li Jie
|
d89b68a279
|
cl: don't declare var of ssa.Alloc and ssa.FieldAddr
|
2024-09-20 12:20:46 +08:00 |
|
Li Jie
|
2a4a01cb7b
|
lldb test: test params
|
2024-09-20 10:21:37 +08:00 |
|
luoliwoshang
|
c81b7f6bb4
|
llcppsymg:to camel
|
2024-09-20 10:16:00 +08:00 |
|
Li Jie
|
0c11afad7a
|
lldb test: clean
|
2024-09-19 21:49:41 +08:00 |
|
Li Jie
|
d6b26c9975
|
lldb test: ctrl+d to next interactive, ctrl+c to break
|
2024-09-19 21:45:39 +08:00 |
|
Li Jie
|
98c628f3eb
|
lldb test: fix formatting
|
2024-09-19 21:45:34 +08:00 |
|
Li Jie
|
36b2026075
|
run lldb tests
|
2024-09-19 20:31:05 +08:00 |
|
Li Jie
|
7c535ff1a3
|
ssa: complex type name
|
2024-09-19 20:24:01 +08:00 |
|
xushiwei
|
c6436ea6d1
|
Merge pull request #800 from hackerchai/feat/c-libuv-thread
feat(c/libuv): Implement thread related funcs
|
2024-09-19 18:52:35 +08:00 |
|