Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1818 - Part 3: Remove more old gcc compiler hacks. | trav90 | 2022-04-15 |
| | |||
* | Issue #1818 - Part 2: Remove code for implementation of atomics with __sync | trav90 | 2022-04-15 |
| | | | | | All supported compilers support using C++11 <atomic> natively, so implementing this using GCC's old __sync functions is no longer necessary. | ||
* | Issue #1053 - First pass Android defines and remove Android Annotation | Moonchild | 2022-04-01 |
| | | | | processors, some Andoid packaging stuff, Eclipse IDE support et al. | ||
* | Issue #1751 -- Remove XP_IOS | Moonchild | 2021-05-01 |
| | |||
* | Issue #1656 - Part 7: Nuke vim config lines in JS | Moonchild | 2020-09-24 |
| | |||
* | Bug 1330942 - move MemoryAccessDesc::isUnaligned to the ARM/MIPS platform layer | Jiaxun Yang | 2020-05-14 |
| | | | | Tag: #1542 | ||
* | Revert "Issue #190 - Part 1: Remove XP_IOS conditional code" | Matt A. Tobin | 2020-02-28 |
| | | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02. | ||
* | Issue #190 - Part 1: Remove XP_IOS conditional code | Matt A. Tobin | 2020-02-28 |
| | |||
* | Replace calls to undefined functions isMarkable() and toMarkablePointer() | Dmitry Grigoryev | 2019-10-10 |
| | |||
* | [js, ARM] Always check error return from BufferOffset::diffB. | Lars T Hansen | 2019-05-25 |
| | | | | | | | We were missing error checks at two points. In one case an error return is meaningful; in another case it is not, as the problem should have been guarded against at a higher level by emitting far jump islands soon enough during pasteup of compiled code. | ||
* | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |