aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_fold.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize build process.Mike Pall2012-06-091-229/+0
| | | | | | | | | Drop pre-translated buildvm_*.h. Rename buildvm_*.dasc to vm_*.dasc. Move buildvm* to host directory. Build minilua, unless HOST_LUA is set. Use HOST_LUA to run DynASM. Translate only vm_*.dasc for target architecture.
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Add FOLD rule for FLOAT->NUM->FLOAT conversions.Mike Pall2011-04-051-3/+5
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Refactoring of conversion ops, part 3: add FOLD rules for IR_CONV.Mike Pall2010-12-311-4/+4
|
* Copy destination type for CONV from ir->t to op2, too.Mike Pall2010-12-311-0/+8
|
* Allow integer literals in FOLD rules.Mike Pall2010-12-091-0/+5
| | | | Workaround before refactoring conversion ops.
* PPC: Add PowerPC target architecture selection.Mike Pall2010-08-251-2/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Fast forward to sync public repo.Mike Pall2009-12-081-0/+4
| | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR.
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-1/+6
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+206