visualfc
|
8029bb6142
|
ssa: fix map next for named
|
2024-07-25 18:08:25 +08:00 |
|
luoliwoshang
|
18de4e57eb
|
env:fix incorrect extra line breaks & subcmd match
|
2024-07-23 14:32:44 +08:00 |
|
visualfc
|
024b30d0b7
|
ssa: fix abiNamed for llc verified
|
2024-07-22 12:38:07 +08:00 |
|
xushiwei
|
6f82b36962
|
library os: openFileNolog
|
2024-07-19 23:19:59 +08:00 |
|
visualfc
|
82d3d1f0f3
|
ssa: fix binop closure/funcdecl
|
2024-07-19 09:58:38 +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 |
|
xushiwei
|
dbecf33924
|
Merge pull request #504 from xushiwei/q
c.AllocaCStrs; ssa: AllocaU/ArrayAlloca/Times/AllocaCStrs; cl/_testlibc: allocacstrs; demo: sysexec
|
2024-07-13 12:51:33 +08:00 |
|
xushiwei
|
2b08e3604d
|
TestConstBool; Test allocaCStrs
|
2024-07-13 12:47:29 +08:00 |
|
xushiwei
|
022e46ae38
|
c.AllocaCStrs; cl/_testlibc: allocacstrs
|
2024-07-13 12:24:06 +08:00 |
|
xushiwei
|
e138951e9e
|
c.AllocaCStrs; ssa: AllocaU/ArrayAlloca/Times/AllocaCStrs
|
2024-07-12 21:40:13 +08:00 |
|
xushiwei
|
c7a078f17f
|
Merge pull request #495 from xushiwei/q
patch library: syscall, os, os/exec; demo: cexec; oslookpath
|
2024-07-12 01:20:03 +08:00 |
|
xushiwei
|
11682e487e
|
c/os: fork/exec
|
2024-07-12 00:39:16 +08:00 |
|
luoliwoshang
|
6d4e260127
|
test:add struct size test
|
2024-07-11 23:04:50 +08:00 |
|
xushiwei
|
d0b57535ed
|
support: internal/oserror, io, io/fs
|
2024-07-11 18:20:12 +08:00 |
|
Aofei Sheng
|
ae9c3276bc
|
readme: simplify installation instructions
This also cleans up the remaining mentioned LLGOROOT.
|
2024-07-09 16:18:30 +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 |
|
xushiwei
|
e4ae0980b4
|
x
|
2024-07-09 12:42:20 +08:00 |
|
xushiwei
|
e41da0d697
|
cl handleTypeDecl: typeBackground
|
2024-07-09 12:38:34 +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 |
|
xushiwei
|
88962f9358
|
Merge pull request #462 from aofei/build-lla
build: replace precompiled *.lla with local compilation
|
2024-07-08 17:19:49 +08:00 |
|
Aofei Sheng
|
5bec1729f1
|
build: replace precompiled *.lla with local compilation
Switching from using precompiled *.lla files to compiling locally during
the build process for better flexibility and maintainability.
Fixes #411
|
2024-07-08 17:14:43 +08:00 |
|
visualfc
|
903cc181c4
|
cl/cltest: program init types.sizes
|
2024-07-08 15:21:03 +08:00 |
|
visualfc
|
3875bc34bd
|
ssa: fix func binop eq
|
2024-07-07 20:37:29 +08:00 |
|
Aofei Sheng
|
abe2c6870b
|
llvm: default to LLVM 18
|
2024-07-07 15:20:11 +08:00 |
|
visualfc
|
8e256a2d5d
|
ssa: select
|
2024-07-07 11:26:22 +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 |
|
xushiwei
|
e05e61a59b
|
Merge pull request #448 from xushiwei/q
patch fmt: printArg; py.Str; py.FromCStr/FromCStrAndLen/FromGoString
|
2024-07-04 18:44:33 +08:00 |
|
xushiwei
|
4660eae8c7
|
cl: _testpy/callpy
|
2024-07-04 18:39:31 +08:00 |
|
xushiwei
|
e55e90db1a
|
py.Str; py.FromCStr/FromCStrAndLen/FromGoString
|
2024-07-04 18:34:00 +08:00 |
|
visualfc
|
d52d62badb
|
ssa: fix named func call
|
2024-07-04 11:28:40 +08:00 |
|
visualfc
|
2153cf39b5
|
ssa: chan send/recv
|
2024-07-02 20:52:25 +08:00 |
|
luoliwoshang
|
6f678294a0
|
link:not exist method warning
|
2024-07-02 17:37:32 +08:00 |
|
xushiwei
|
9e55cb114c
|
Merge pull request #433 from xushiwei/q
abitype: support Patch (Clone + Merge); patch: os.File
|
2024-07-01 19:09:32 +08:00 |
|
xushiwei
|
04416a67d3
|
cl: SetPatch fix
|
2024-07-01 19:05:12 +08:00 |
|
xushiwei
|
8c45eb7524
|
abitype: support Patch
|
2024-06-30 11:53:12 +08:00 |
|
xushiwei
|
c20bea50e3
|
Merge remote-tracking branch 'gop/main' into q
|
2024-06-30 11:16:53 +08:00 |
|
xushiwei
|
fe18c35dab
|
patch: Clone/Merge
|
2024-06-28 15:14:30 +08:00 |
|
visualfc
|
dc4b933000
|
ssa: makeSlice both len/cap be non-nil
|
2024-06-27 20:01:27 +08:00 |
|
visualfc
|
c90703dc13
|
ssa: makeSlice fit int size and check
|
2024-06-27 19:57:44 +08:00 |
|