[Tarantool-patches] [PATCH luajit 00/19] Prerequisites for improve assertions
2023-08-15 12:09 UTC (29+ messages)
` [Tarantool-patches] [PATCH luajit 01/19] MIPS: Use precise search for exit jump patching
` [Tarantool-patches] [PATCH luajit 02/19] test: introduce mcode generator for tests
` [Tarantool-patches] [PATCH luajit 03/19] MIPS: Fix handling of spare long-range jump slots
` [Tarantool-patches] [PATCH luajit 04/19] MIPS64: Add soft-float support to JIT compiler backend
` [Tarantool-patches] [PATCH luajit 05/19] PPC: Add soft-float support to interpreter
` [Tarantool-patches] [PATCH luajit 06/19] PPC: Add soft-float support to JIT compiler backend
` [Tarantool-patches] [PATCH luajit 07/19] build: fix non-Linux/macOS builds
` [Tarantool-patches] [PATCH luajit 08/19] Windows: Add UWP support, part 1
` [Tarantool-patches] [PATCH luajit 09/19] FFI: Eliminate hardcoded string hashes
` [Tarantool-patches] [PATCH luajit 10/19] Cleanup math function compilation and fix inconsistencies
` [Tarantool-patches] [PATCH luajit 11/19] Fix GCC 7 -Wimplicit-fallthrough warnings
` [Tarantool-patches] [PATCH luajit 12/19] DynASM: Fix warning
` [Tarantool-patches] [PATCH luajit 13/19] ARM: Fix GCC 7 -Wimplicit-fallthrough warnings
` [Tarantool-patches] [PATCH luajit 14/19] Fix debug.getinfo() argument check
` [Tarantool-patches] [PATCH luajit 15/19] Fix LJ_MAX_JSLOTS assertion in rec_check_slots()
` [Tarantool-patches] [PATCH luajit 16/19] Prevent integer overflow while parsing long strings
` [Tarantool-patches] [PATCH luajit 17/19] MIPS64: Fix register allocation in assembly of HREF
` [Tarantool-patches] [PATCH luajit 18/19] DynASM/MIPS: Fix shadowed variable
` [Tarantool-patches] [PATCH luajit 19/19] MIPS: Add MIPS64 R6 port
[Tarantool-patches] [PATCH luajit 0/5] Fix pow inconsistencies and improve asserts
2023-08-15 9:36 UTC (6+ messages)
` [Tarantool-patches] [PATCH luajit 1/5] test: introduce `samevalues()` TAP checker
` [Tarantool-patches] [PATCH luajit 2/5] Remove pow() splitting and cleanup backends
` [Tarantool-patches] [PATCH luajit 3/5] Improve assertions
` [Tarantool-patches] [PATCH luajit 4/5] Fix pow() optimization inconsistencies
` [Tarantool-patches] [PATCH luajit 5/5] Revert to trival pow() optimizations to prevent inaccuracies
[Tarantool-patches] [PATCH 0/5][v3] Fix typos and enable checkpatch
2023-08-15 8:57 UTC (24+ messages)
` [Tarantool-patches] [PATCH 1/5][v3] ci: fix a step name
` [Tarantool-patches] [PATCH 2/5][v3] codehealth: fix typos
` [Tarantool-patches] [PATCH 3/5][v3] cmake: introduce new targets
` [Tarantool-patches] [PATCH 4/5][v3] ci: enable checkpatch
` [Tarantool-patches] [PATCH 5/5][v3] test: fix codestyle
[Tarantool-patches] [PATCH 0/2] Fix embedded bytecode loader
2023-08-15 8:51 UTC (10+ messages)
` [Tarantool-patches] [PATCH 1/2] "
` [Tarantool-patches] [PATCH 2/2] Followup fix for "
[Tarantool-patches] [PATCH 0/2 v2] Add code coverage support
2023-08-15 8:41 UTC (12+ messages)
` [Tarantool-patches] [PATCH 1/2 v2] cmake: add "
` [Tarantool-patches] [PATCH 2/2 v2] ci: support coveralls
[Tarantool-patches] [PATCH] cmake: add code coverage support
2023-08-14 7:46 UTC (10+ messages)
[Tarantool-patches] [PATCH luajit 00/15] Add flake8 linter
2023-08-14 7:28 UTC (67+ messages)
` [Tarantool-patches] [PATCH luajit 01/15] test: fix E122 errors by pycodestyle
` [Tarantool-patches] [PATCH luajit 02/15] test: fix E128 "
` [Tarantool-patches] [PATCH luajit 03/15] test: fix E201 and E202 "
` [Tarantool-patches] [PATCH luajit 04/15] test: fix E203 "
` [Tarantool-patches] [PATCH luajit 05/15] test: fix E231 "
` [Tarantool-patches] [PATCH luajit 06/15] test: fix E251 "
` [Tarantool-patches] [PATCH luajit 07/15] test: fix E301 "
` [Tarantool-patches] [PATCH luajit 08/15] test: fix E302 "
` [Tarantool-patches] [PATCH luajit 09/15] test: fix E303 "
` [Tarantool-patches] [PATCH luajit 10/15] test: fix E305 "
` [Tarantool-patches] [PATCH luajit 11/15] test: fix E502 "
` [Tarantool-patches] [PATCH luajit 12/15] test: fix E711 "
` [Tarantool-patches] [PATCH luajit 13/15] test: fix E722 "
` [Tarantool-patches] [PATCH luajit 14/15] test: fix E741 "
` [Tarantool-patches] [PATCH luajit 15/15] test: run flake8 static analysis via CMake
` [Tarantool-patches] [PATCH luajit 16/15] gdb: fix Python <assert> statement usage
` [Tarantool-patches] [PATCH luajit 17/15] test: fix E275 errors by pycodestyle
` [Tarantool-patches] [PATCH luajit 18/15] test: suppress E131 "
` [Tarantool-patches] [PATCH luajit 19/15] test: fix E501 "
[Tarantool-patches] [PATCH luajit] Add contributing guidelines for Tarantool fork
2023-08-03 20:48 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit v2 0/5] Add ASan support in LuaJIT
2023-08-03 7:31 UTC (25+ messages)
` [Tarantool-patches] [PATCH luajit v2 1/5] ci: clean up workflow for exotic builds
` [Tarantool-patches] [PATCH luajit v2 2/5] memprof: remove invalid assertions
` [Tarantool-patches] [PATCH luajit v2 3/5] test: introduce test:done TAP helper
` [Tarantool-patches] [PATCH luajit v2 4/5] build: introduce LUAJIT_USE_ASAN option
` [Tarantool-patches] [PATCH luajit v2 5/5] ci: introduce testing workflow with sanitizers
[Tarantool-patches] [PATCH luajit v7] memprof: introduce cli flag to run dump parser
2023-08-02 8:32 UTC (10+ messages)
[Tarantool-patches] [PATCH luajit v2] Fix frame for on-trace out-of-memory error
2023-08-01 17:55 UTC
[Tarantool-patches] [PATCH luajit v3 0/4] sysprof: parser refactoring
2023-07-31 20:30 UTC (5+ messages)
` [Tarantool-patches] [PATCH luajit v3 1/4] utils: remove unnecessary insertion in AVL-tree
` [Tarantool-patches] [PATCH luajit v3 2/4] sysprof: remove `split by vmstate` option
` [Tarantool-patches] [PATCH luajit v3 3/4] tools: add execution permission to sysprof parser
` [Tarantool-patches] [PATCH luajit v3 4/4] sysprof: improve parser's memory footprint
[Tarantool-patches] [PATCH luajit] Fix frame for on-trace out-of-memory error
2023-07-26 12:12 UTC (3+ messages)
[Tarantool-patches] [PATCH luajit 0/2] Add ASan support in LuaJIT
2023-07-21 8:14 UTC (9+ messages)
` [Tarantool-patches] [PATCH luajit 1/2] build: introduce LUAJIT_USE_ASAN option
` [Tarantool-patches] [PATCH luajit 2/2] ci: introduce testing workflow with sanitizers
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox