xushiwei
|
348b850e36
|
Merge pull request #838 from cpunion/unsafe-fix
fix unsafe
|
2024-10-23 10:57:22 +08:00 |
|
xushiwei
|
f7f1b4f594
|
Merge pull request #775 from visualfc/freevars
cl: function fix freevars cache
|
2024-10-23 10:49:51 +08:00 |
|
xushiwei
|
6492bea846
|
Merge pull request #824 from visualfc/chkabi
ssa: abi check interface method
|
2024-10-23 10:45:06 +08:00 |
|
Li Jie
|
b1cb89b0c2
|
test: unsafe.{Add, Alignof, Offsetof, String, StringData, SliceData, Slice}
|
2024-10-21 18:53:05 +08:00 |
|
visualfc
|
4e69cd28cd
|
cl: instr funcAddr support typec funclit
|
2024-10-17 20:30:39 +08:00 |
|
visualfc
|
d62c2d913e
|
ssa: abi check interface method
|
2024-10-12 15:59:10 +08:00 |
|
visualfc
|
515057c41a
|
internal/lib/reflect: Value.Type
|
2024-10-11 09:14:36 +08:00 |
|
visualfc
|
d2ffbd0395
|
cl: function fix freevars cache
|
2024-09-30 10:29:38 +08:00 |
|
visualfc
|
c184dc8d2f
|
runtime: fix map len and chan len/cap
|
2024-09-25 20:51:58 +08:00 |
|
visualfc
|
9eb9b48534
|
internal/lib/reflect: type.Field FieldByIndex FieldByName
|
2024-09-22 20:56:15 +08:00 |
|
Li Jie
|
c0e1e31572
|
rebuild tests
|
2024-09-14 16:14:50 +08:00 |
|
visualfc
|
3bdb921ee5
|
cl: processPkg check runtimeTypes for generic method
|
2024-09-09 11:22:03 +08:00 |
|
visualfc
|
b0ebb479f6
|
ssa: fix llgo:type c for typeparam named
|
2024-09-04 21:53:50 +08:00 |
|
visualfc
|
2feb3e1d7a
|
ssa: prog.linkname; abi llvm.LinkOnceAnyLinkage always
|
2024-08-20 21:11:27 +08:00 |
|
visualfc
|
2174d8fe8c
|
ssa: makeInterface check funcdecl => closure
|
2024-08-15 10:12:18 +08:00 |
|
visualfc
|
3435b6c4a4
|
cl: makeInterface check instance named
|
2024-08-13 21:59:19 +08:00 |
|
visualfc
|
b1718f329e
|
ssa: const support unsafe.pointer
|
2024-08-12 22:01:15 +08:00 |
|
visualfc
|
6ca63d4c68
|
ssa: fix defer move block[0] index
|
2024-08-09 12:07:07 +08:00 |
|
visualfc
|
302386d22c
|
ssa: SliceToArrayPointer
|
2024-08-09 09:02:57 +08:00 |
|
visualfc
|
05a01cd803
|
ssa: fix abi map init
|
2024-08-06 22:24:21 +08:00 |
|
visualfc
|
dc6aa66f9a
|
ssa: closure changeType check convert
|
2024-07-29 20:53:13 +08:00 |
|
visualfc
|
8029bb6142
|
ssa: fix map next for named
|
2024-07-25 18:08:25 +08:00 |
|
visualfc
|
024b30d0b7
|
ssa: fix abiNamed for llc verified
|
2024-07-22 12:38:07 +08:00 |
|
visualfc
|
830c40440f
|
build: fix unsafe.Sizeof for llgo:type C
|
2024-07-17 18:49:18 +08:00 |
|
visualfc
|
cf75e3e664
|
ssa: abiNamed set underlying size
|
2024-07-17 10:42:04 +08:00 |
|
xushiwei
|
2ab93cb385
|
x
|
2024-07-17 07:41:14 +08:00 |
|
luoliwoshang
|
6d4e260127
|
test:add struct size test
|
2024-07-11 23:04:50 +08:00 |
|
xushiwei
|
b64775772b
|
Merge pull request #477 from visualfc/rets
ssa: fix multi result
|
2024-07-09 13:31:02 +08:00 |
|
visualfc
|
5f76314085
|
ssa: fix multi result
|
2024-07-09 13:10:02 +08:00 |
|
xushiwei
|
3f344b55bb
|
TestToBackground
|
2024-07-09 12:58:51 +08:00 |
|
visualfc
|
22a2cc564f
|
cl: parser llgo:type C
|
2024-07-09 10:00:31 +08:00 |
|
visualfc
|
73b42f924d
|
ssa: fix setDirectIface
|
2024-07-08 20:19:25 +08:00 |
|
visualfc
|
91ba215568
|
internal/runtime: check abi.KindDirectIface
|
2024-07-04 18:59:41 +08:00 |
|
visualfc
|
bcb217c1da
|
ssa: set pointer directiface
|
2024-07-04 18:50:37 +08:00 |
|
visualfc
|
490a16a8df
|
ssa: index check take address
|
2024-07-04 18:50:36 +08:00 |
|
visualfc
|
28d8c56534
|
ssa: index take addr
|
2024-07-04 18:50:36 +08:00 |
|
visualfc
|
439e377111
|
ssa: map delete, map eql nil
|
2024-07-04 18:50:36 +08:00 |
|
visualfc
|
28ebce6b65
|
ssa: map range/next
|
2024-07-04 18:50:36 +08:00 |
|
visualfc
|
2ccd1625e7
|
ssa: support runtime.map
|
2024-07-04 18:50:36 +08:00 |
|
visualfc
|
c90703dc13
|
ssa: makeSlice fit int size and check
|
2024-06-27 19:57:44 +08:00 |
|
visualfc
|
8169d8509f
|
cl/_testlibgo: bytes strings
|
2024-06-26 20:41:29 +08:00 |
|
visualfc
|
7443d41444
|
runtime: global abi basic
|
2024-06-25 14:41:32 +08:00 |
|
visualfc
|
ef3619350d
|
ssa: fix abiType & abiNamedOf
|
2024-06-25 12:17:03 +08:00 |
|
visualfc
|
16352df5b1
|
ssa: fix abiType && abiMethoOf
|
2024-06-25 10:22:32 +08:00 |
|
visualfc
|
c090c34491
|
runtime: panic any custometype
|
2024-06-23 21:51:00 +08:00 |
|
visualfc
|
9ae7d4f2bf
|
ssa: abiTypeInit kind
|
2024-06-20 22:09:26 +08:00 |
|
visualfc
|
e4c1285eaf
|
ssa: complex binop
|
2024-06-20 20:44:07 +08:00 |
|
visualfc
|
02a5375503
|
runtime: print/panic complex
|
2024-06-20 20:44:07 +08:00 |
|
Li Jie
|
73570b5628
|
cl: re-generate tests
|
2024-06-20 20:13:53 +08:00 |
|
xushiwei
|
1566a834e1
|
x
|
2024-06-20 03:00:12 +08:00 |
|