aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* x86/x64: Don't fuse loads across IR_NEWREF.Mike Pall2023-11-141-7/+9
| | | | Reported by Peter Cawley. #1117
* x86/x64: Add more red zone checks to assembler backend.Mike Pall2023-11-121-1/+6
| | | | Thanks to Peter Cawley. #1116
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* Fix base register coalescing in side trace.Mike Pall2023-07-121-4/+4
| | | | Thanks to Sergey Kaplun, NiLuJe and Peter Cawley. #1031 #1016
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Prevent patching of the GC exit check branch.Mike Pall2020-09-271-2/+9
| | | | Reported by Arseny Vakhrushev.
* x86/x64: Fix loop realignment.Mike Pall2020-02-021-2/+3
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* x86: Don't spill an explicit REF_BASE in the IR.Mike Pall2016-05-231-3/+3
| | | | Thanks to Vyacheslav Egorov.
* Add guard for obscure aliasing between open upvalues and SSA slots.Mike Pall2016-05-201-1/+0
| | | | Thanks to Peter Cawley.
* x86/x64: Fix instruction length decoder.Mike Pall2016-05-061-3/+3
| | | | Thanks to Peter Cawley.
* Whitespace.Mike Pall2016-04-181-11/+11
|
* x86/x64: Search for exit jumps with instruction length decoder.Mike Pall2016-04-181-9/+104
| | | | Contributed by Peter Cawley.
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Don't allocate unused 2nd result register in JIT compiler backend.Mike Pall2016-02-101-1/+1
|
* x86/x64: Fix code generation for fused test/arith ops.Mike Pall2015-02-211-2/+6
| | | | Thanks to Alexander Nasonov and AFL.
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Fix fused constant loads under high register pressure.Mike Pall2014-10-081-1/+9
|
* x86: Fix code generation for unused result of math.random().Mike Pall2014-05-271-1/+1
|
* Prevent BASE register coalescing if parent uses IR_RETF.Mike Pall2014-02-191-2/+3
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Handle calls with max. args in backends even after SPLIT.Mike Pall2013-05-161-2/+2
|
* Fix spurious red zone overflows in machine code generation.Mike Pall2013-04-041-0/+1
|
* FFI/x86: Fix register allocation for 64 bit comparisons.Mike Pall2013-04-041-6/+2
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* x86/x64: Always mark ref for shift count as non-weak.Mike Pall2013-01-141-3/+2
|
* FFI: Fix code generation for bool call result check on x86/x64.Mike Pall2013-01-021-2/+17
|
* Fix assertion.Mike Pall2012-11-141-1/+1
|
* x64: Don't fuse implicitly 32-to-64 extended operands.Mike Pall2012-11-131-6/+18
|
* FFI: Fix recording of bool call result check on x86/x64.Mike Pall2012-11-061-2/+2
|
* Fix x64 build.Mike Pall2012-10-021-0/+2
|
* x86: Fix register allocation for calls returning register pair.Mike Pall2012-09-271-2/+6
|
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-1/+1
|
* FFI: Box all accessed or returned enums.Mike Pall2012-07-171-2/+3
|
* x86/x64: Fix fusion of unsigned byte comparisons with swapped ops.Mike Pall2012-07-161-2/+2
|
* Remove unneeded snapshot preps for sunk stores.Mike Pall2012-07-031-10/+4
|
* Avoid pesky compiler warnings about C++ keywords (eh?).Mike Pall2012-07-031-4/+4
|
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-1/+14
|
* Add explicit IR_GCSTEP instruction.Mike Pall2012-07-021-1/+2
|
* Use HIOP for XSTORE in SPLIT pass.Mike Pall2012-07-021-3/+7
|
* 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-1/+1
| | | | Sync caches after dynamic code generation for FFI callbacks.
* x64: Always extend stack arguments to pointer size.Mike Pall2011-12-091-1/+1
|
* FFI: Fix stack adjustment for calls to stdcall/fastcall functions.Mike Pall2011-12-011-1/+5
|
* Get rid of snap->depth.Mike Pall2011-11-201-1/+1
|
* FFI: Compile calls to stdcall, fastcall and vararg functions.Mike Pall2011-10-271-36/+104
|
* x64: Fix code generation for BSWAP.Mike Pall2011-10-251-1/+1
|