summaryrefslogtreecommitdiff
path: root/src/lj_mcode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix jump-range constrained mcode allocation.Mike Pall2013-04-051-1/+2
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Avoid leaking memory on kernels with recalcitrant mmap() behavior.Mike Pall2013-01-281-7/+8
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-0/+2
|
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-2/+2
|
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-0/+6
|
* PPC: Use builtin D-Cache/I-Cache sync code.Mike Pall2012-03-291-17/+3
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-121-2/+49
| | | | Sync caches after dynamic code generation for FFI callbacks.
* Cleanup of target dependencies.Mike Pall2011-05-161-15/+7
|
* ARM: Generalize machine code co-location. ARM has a +-32MB range.Mike Pall2011-05-161-11/+26
|
* Fix some portability issues with the JIT compiler.Mike Pall2011-05-091-2/+2
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-3/+3
|
* Reorganize and fix placement of generated machine code on x64.Mike Pall2010-04-251-53/+57
|
* Improve placement of dynamically generated code on x64.Mike Pall2010-03-071-1/+1
|
* Correctly align and free allocated machine code areas.Mike Pall2010-02-271-3/+3
| | | | Bump default mcode area size to 64K for x64.
* Place dynamically generated code near static code on x64.Mike Pall2010-02-261-11/+57
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+260