Luke Wagner
|
3562506a11
|
Bug 1240583 - Odin: add MacroAssembler::repatchThunk (r=bbouvier)
MozReview-Commit-ID: Blj499Wb0Hb
--HG--
extra : rebase_source : 27eddbc7d41beea7351610cfe2c02787952439be
|
2016-02-10 09:22:36 -06:00 |
Heiher
|
0545767f1c
|
Bug 1213746 - IonMonkey: MIPS64: Import MacroAssembler-mips64. r=lth f=rankov
---
config/check_macroassembler_style.py | 2 +-
js/src/jit/MacroAssembler.h | 14 +-
js/src/jit/mips64/MacroAssembler-mips64-inl.h | 109 +
js/src/jit/mips64/MacroAssembler-mips64.cpp | 2754 +++++++++++++++++++++++++
js/src/jit/mips64/MacroAssembler-mips64.h | 1283 ++++++++++++
js/src/moz.build | 1 +
6 files changed, 4159 insertions(+), 4 deletions(-)
create mode 100644 js/src/jit/mips64/MacroAssembler-mips64-inl.h
create mode 100644 js/src/jit/mips64/MacroAssembler-mips64.cpp
create mode 100644 js/src/jit/mips64/MacroAssembler-mips64.h
|
2015-11-07 05:51:06 +08:00 |
Heiher
|
1a1f9a1869
|
Bug 1218652 - IonMonkey: MIPS: Add mips-shared in check macroassembler style. r=arai
---
config/check_macroassembler_style.py | 2 +-
js/src/jit/MacroAssembler.h | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
|
2015-10-28 07:35:06 +08:00 |
Nicolas B. Pierron
|
c11c19d476
|
Bug 1184959 part 1 - check_macroassembler_style: Only add an inline prefix in the output, if the methods are inlined. r=h4writer
|
2015-08-17 11:32:15 +02:00 |
Nicolas B. Pierron
|
a5a7fd9006
|
Bug 1184959 part 0 - check_macroassembler_style: Remove default values from the signature. r=h4writer
|
2015-08-17 11:32:14 +02:00 |
Heiher
|
4444ba08a7
|
Bug 1182936 part 3 - Rename mips to mips32 in check_macroassembler_style.py. r=nbp
|
2015-08-12 11:22:01 +02:00 |
Heiher
|
dbf162b6fd
|
Bug 1183487 - Fix sorting in check_macroassembler_style.py. r=nbp
|
2015-07-13 19:57:00 -04:00 |
Nicolas B. Pierron
|
96bd1b779a
|
Bug 1178772 - Add check_macroassembler_style.py: Verify that each MacroAssembler declaration maps to all its definitions. r=h4writer
|
2015-07-09 14:35:29 +02:00 |