326 Commits (09f3c2372f5dbeaec9f50614a26c1b5761726a88)

Author SHA1 Message Date
Roberto Ierusalimschy 934e77a286 Details 2 years ago
Roberto Ierusalimschy 7ca8105a2e More orderliness in casts of enumerations 2 years ago
Roberto Ierusalimschy 94689ac3ad More regularity in uses of enums in 'lcode.c' 2 years ago
Roberto Ierusalimschy 315639d3bb Factoring out common parts of 'codearith' and 'codebitwise' 3 years ago
Roberto Ierusalimschy c764ca71a6 Bug: Wrong code generation in bitwise operations 3 years ago
Roberto Ierusalimschy 8dd2c912d2 Detail 3 years ago
Roberto Ierusalimschy 36de01d988 Changes in cache for function constants 4 years ago
Roberto Ierusalimschy 5205f073c5 Don't use tointegerns when luaV_tointegerns will do 4 years ago
Roberto Ierusalimschy e500892e18 Optimization/simplification of 'getbaseline' 4 years ago
Roberto Ierusalimschy 949187b049 Optimizations for line hook 4 years ago
Roberto Ierusalimschy 23051e830a Changes in the API of 'luaH_set' and related functions 4 years ago
Roberto Ierusalimschy d9d2904f09 Details 4 years ago
Roberto Ierusalimschy 94cbe46511 Details 4 years ago
Roberto Ierusalimschy e460752323 Fixed "conceptual" bug in 'luaK_setreturns' 5 years ago
Roberto Ierusalimschy 6eb53b7526 Details 5 years ago
Roberto Ierusalimschy 9b7987a9d1 OP_LOADFALSE broken in two instructions 5 years ago
Roberto Ierusalimschy 46c3587a6f Clearer distinction between types and tags 5 years ago
Roberto Ierusalimschy 5ff408d218 Changed internal representation of booleans 5 years ago
Roberto Ierusalimschy bd1b87c579 Comments (mosty typos) 5 years ago
Roberto Ierusalimschy d30569c064 Using an enumeration for float->integer coercion modes 5 years ago
Roberto Ierusalimschy c12983cf8a Fixed warnings from Keil compiler 5 years ago
Roberto Ierusalimschy 7bd1e53753 Fixed a warning and other minor issues 5 years ago
Roberto Ierusalimschy b2a580bdb1 Janitorial work 5 years ago
Roberto Ierusalimschy 6ef366644f Subtraction of small constant integers optimized with OP_ADDI 5 years ago
Roberto Ierusalimschy 6b2e202df5 Janitorial work in 'lcode.c' 5 years ago
Roberto Ierusalimschy 40d8832ee0 Simplification in the call to 'constfolding' 5 years ago
Roberto Ierusalimschy 91dad09f65 Removed arithmetic opcodes with immediate operand 5 years ago
Roberto Ierusalimschy 46b84580d6 Use of 'MMBIN' opcodes extended to shift operators 5 years ago
Roberto Ierusalimschy df13f25948 First version of OP_MMBIN opcodes 5 years ago
Roberto Ierusalimschy 8082906c05 Fixed small issue with constant propagation 5 years ago
Roberto Ierusalimschy d6af81084d New kind of expression VKSTR 5 years ago
Roberto Ierusalimschy 4846f7e3bb Micro optimization in OP_RETURN and OP_TAILCALL 5 years ago
Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST 5 years ago
Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays 5 years ago
Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation 5 years ago
Roberto Ierusalimschy 3d296304ef Towards constant propagation 5 years ago
Roberto Ierusalimschy 54f7b46c1e New implementation for constants 5 years ago
Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation 5 years ago
Roberto Ierusalimschy d9f40e3f6f First implementation for 'const' variables 6 years ago
Roberto Ierusalimschy 23e6bac8a0 Keep correct type for immediate operands in comparisons 6 years ago
Roberto Ierusalimschy 84e32ad2eb Added opcodes for arithmetic with K operands 6 years ago
Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy 4d5de1c1fb Fixed bug in line info. when using 'not' operator 6 years ago
Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table 7 years ago
Roberto Ierusalimschy 0c7738240e FALLTHROUGH comment must be last "statement" 7 years ago
Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' 7 years ago
Roberto Ierusalimschy ef8263f81f better names for macros for tags and types. 7 years ago
Roberto Ierusalimschy 212095a601 new opcodes OP_GTI/OP_GEI 7 years ago
Roberto Ierusalimschy 465b474899 small reorganization of 'luaV_flttointeger'/'luaV_tointeger' 7 years ago