Mike Pall
|
1a4ff13117
|
Optimize table length computation with hinting.
10x faster on loop with t[#t+1] = x idiom. Also used by table.insert.
|
2020-05-27 19:20:44 +02:00 |
|
Mike Pall
|
87b111f0fe
|
Merge branch 'master' into v2.1
|
2020-01-20 23:34:21 +01:00 |
|
Mike Pall
|
38a5ed4b43
|
Bump copyright date.
|
2020-01-20 23:26:51 +01:00 |
|
Mike Pall
|
0bf46e1edf
|
Merge branch 'master' into v2.1
|
2018-01-29 13:19:30 +01:00 |
|
Mike Pall
|
d4ee803427
|
Fix GCC 7 -Wimplicit-fallthrough warnings.
|
2018-01-29 13:06:13 +01:00 |
|
Mike Pall
|
850f8c59d3
|
LJ_GC64: Make ASMREF_L references 64 bit.
Reported by Yichun Zhang.
|
2017-10-02 23:10:56 +02:00 |
|
Mike Pall
|
71ff7ef8a7
|
Merge branch 'master' into v2.1
|
2017-01-17 12:41:05 +01:00 |
|
Mike Pall
|
b93a1dd0c8
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
|
Mike Pall
|
a88dc57995
|
Merge branch 'master' into v2.1
|
2016-06-05 12:54:53 +02:00 |
|
Mike Pall
|
a7bec69a75
|
Fix PHI remarking in SINK pass.
Thanks to Vyacheslav Egorov.
|
2016-06-05 12:53:37 +02:00 |
|
Mike Pall
|
7fb75ccc4c
|
Embed 64 bit constants directly in the IR, using two slots.
Contributed by Peter Cawley.
|
2016-05-23 00:25:29 +02:00 |
|
Mike Pall
|
a4067978b6
|
Always walk IR constants in ascending order.
Prerequisite for embedding 64 bit constants directly in the IR.
Contributed by Peter Cawley.
|
2016-05-22 23:45:40 +02:00 |
|
Mike Pall
|
db1b399af1
|
Bump copyright date to 2016.
|
2016-03-03 12:02:22 +01:00 |
|
Mike Pall
|
86913b9bbf
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
|
Mike Pall
|
ef59e54820
|
Bump copyright date to 2014.
|
2014-01-16 23:10:16 +01:00 |
|
Mike Pall
|
4a44c4ff69
|
Bump copyright date to 2013.
|
2013-02-11 12:54:48 +01:00 |
|
Mike Pall
|
85f29ffd40
|
Need to handle TBAR in SINK pass.
Can only happen with -O-dse.
|
2012-07-29 21:37:31 +02:00 |
|
Mike Pall
|
24fa85760c
|
Use an explicit flag to signal SINK tags for a trace.
|
2012-07-11 16:45:15 +02:00 |
|
Mike Pall
|
7c056488d9
|
Drop range limit for sunk stores relative to sunk allocation.
|
2012-07-04 21:16:06 +02:00 |
|
Mike Pall
|
c22d698e17
|
Add stricter check for sinking PHIs.
|
2012-07-04 11:41:58 +02:00 |
|
Mike Pall
|
d5b9d84538
|
Fix NEWREF marking in SINK pass.
|
2012-07-03 16:45:13 +02:00 |
|
Mike Pall
|
0af3f47ba0
|
Add allocation sinking and store sinking optimization.
|
2012-07-02 23:47:12 +02:00 |
|