index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c-writer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...
HEAD
main
Keith Winstein
2024-12-17
1
-1
/
+18
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+2
*
wasm2c: Reset the segment register after call_indirect as the register may ha...
Shravan Narayan
2024-10-18
1
-0
/
+3
*
wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro
Shravan Narayan
2024-10-14
1
-2
/
+5
*
wasm2c: Fix handling of locals in setjmp targets (#2479)
Soni L.
2024-10-01
1
-14
/
+35
*
wasm2c: Use wrappers for function references (#2465)
Soni L.
2024-09-23
1
-6
/
+64
*
wasm2c: Add segue option to make exclusive use of the segment register
Shravan Narayan
2024-09-18
1
-1
/
+5
*
wasm2c: Segue support for CPUs without wrgsbase instructions
Shravan Narayan
2024-09-06
1
-3
/
+3
*
wasm2c: Segue optimization for modules with a single unshared memory (#2395)
Shravan Narayan
2024-06-26
1
-2
/
+62
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
1
-4
/
+12
*
Fix bug in wasm2c's tail-call optimization code generation (#2420)
Christian Nieves
2024-05-14
1
-1
/
+1
*
wasm2c: Implement big-endian SIMD (#2340)
Soni L
2024-02-06
1
-66
/
+64
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
1
-19
/
+41
*
Fix emscripten build warning and add missing export (#2367)
Changqing Jing
2024-01-19
1
-1
/
+1
*
Avoid use of `typeof` as argument name (#2314)
walkingeyerobot
2023-10-26
1
-2
/
+2
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
1
-93
/
+486
*
c-writer.cc: clean up some handling of typevector structs (NFC) (#2296)
Keith Winstein
2023-09-15
1
-10
/
+13
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-2
/
+11
*
wasm2c: consolidate pack/unpack of tags & multi-value results (NFC) (#2286)
Keith Winstein
2023-08-25
1
-105
/
+84
*
c-writer.cc: clean up handling of functions & tags (NFC) (#2271)
Keith Winstein
2023-07-31
1
-49
/
+41
*
c-writer.cc: eliminate redundant import_syms_ SymbolSet (NFC) (#2275)
Keith Winstein
2023-07-31
1
-23
/
+16
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
1
-5
/
+185
*
wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)
Keith Winstein
2023-05-12
1
-7
/
+57
*
c-writer.cc: Correctly handle label names when branching out of try block (#2...
Keith Winstein
2023-05-08
1
-2
/
+6
*
Track use of SIMD and exceptions in IR, and CWriter includes support only if ...
Keith Winstein
2023-05-08
1
-2
/
+2
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
1
-0
/
+11
*
c-writer.cc: cleanup name lookups to happen consistently in one place (NFC) (...
Keith Winstein
2023-04-27
1
-9
/
+11
*
c-writer.cc: Fix memory64 allocation when limits are >2^32 (#2213)
Keith Winstein
2023-04-22
1
-5
/
+10
*
wasm2c exception handling: fix unwinding after br inside try (#2204)
Soni L
2023-04-21
1
-6
/
+6
*
wasm2c: expose the initial and max size required from imported tables
Shravan Narayan
2023-04-11
1
-10
/
+20
*
wasm2c: Fix warning of missing std namespace in call to move (#2191)
Shravan Narayan
2023-04-08
1
-1
/
+1
*
wasm2c: multiple .c outputs (#2146)
Yuhan Deng
2023-04-05
1
-30
/
+251
*
Silence warnings on GCC 12 (#2177)
Keith Winstein
2023-03-22
1
-1
/
+1
*
c-writer.cc: Add local symbol prefix. (#2171)
Yuhan Deng
2023-03-15
1
-14
/
+15
*
Add new tests (#2168)
Keith Winstein
2023-03-13
1
-5
/
+5
*
wasm2c: implement the extended const expressions proposal (#2162)
Keith Winstein
2023-03-08
1
-13
/
+85
*
c-writer.cc: omit dummy_member in one case where it was unnecessary (NFC) (#2...
Keith Winstein
2023-02-25
1
-1
/
+1
*
wasm2c: cap blank lines between sections (NFC) (#2148)
Keith Winstein
2023-02-25
1
-9
/
+20
*
c-writer.cc: sanitize module/field names for use in C comments (NFC) (#2147)
Keith Winstein
2023-02-25
1
-7
/
+24
*
wasm2c: prettify/change name mangling (#2142)
Keith Winstein
2023-02-23
1
-136
/
+317
*
wasm2c: handle duplicate names between params/locals and labels (NFC) (#2137)
Keith Winstein
2023-02-07
1
-33
/
+62
*
wasm2c: add SIMD support (#2119)
Willy R. Vasquez
2023-01-29
1
-36
/
+995
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
1
-43
/
+115
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
1
-2
/
+3
*
wasm2c: eliminate wasm_rt_register_tag() (#2122)
Keith Winstein
2023-01-11
1
-39
/
+15
*
wasm2c: mark manually formatted code in c-writer
Shravan Narayan
2022-12-29
1
-0
/
+8
*
wasm2c: expose the initial and max size required from imported memory
Shravan Narayan
2022-12-29
1
-8
/
+44
*
Use C++17's [[maybe_unused]]. NFC (#2089)
Sam Clegg
2022-12-01
1
-4
/
+6
*
fix -Wunused-variable warnings when building without asserts (#2088)
walkingeyerobot
2022-12-02
1
-4
/
+4
*
wasm2c: handle duplicate names across module fields (#2035)
Keith Winstein
2022-11-30
1
-155
/
+227
[next]