index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Age
Commit message (
Expand
)
Author
2012-03-22
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-21
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-20
Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...
Evan Cheng
2012-03-20
remove unused variable
Matt Beaumont-Gay
2012-03-20
Require a base pointer for stack realignment when SP may vary dynamically.
Bob Wilson
2012-03-20
Remove some redundant checks.
Bob Wilson
2012-03-20
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
2012-03-20
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-03-20
The ARM instructions that have an unpredictable behavior when the pc register...
Silviu Baranga
2012-03-20
Test Commit - add a newline
Richard Barton
2012-03-19
ARM branch relaxation for unconditional t1 branches.
Jim Grosbach
2012-03-19
ARM assembly, accept optional '#' on lane index number.
Jim Grosbach
2012-03-19
Perform mul combine when multiplying wiht negative constants.
Anton Korobeynikov
2012-03-17
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-16
Check if we can handle the arguments of a call (and therefore the call) in
Bill Wendling
2012-03-16
ARM fix silly typo in optional operand alias.
Jim Grosbach
2012-03-16
ARM divided syntax fmrx/fmxr mnemonics.
Jim Grosbach
2012-03-16
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-16
ARM optional operand on MRC/MCR assembly instructions.
Jim Grosbach
2012-03-16
ARM vmrs system registers mvfr0 and mvfr1 handling.
Jim Grosbach
2012-03-15
Remove inadvertant commit.
Jim Grosbach
2012-03-15
[fast-isel] Address Eli's comments for r152847. Specifically, add a test case
Chad Rosier
2012-03-15
[fast-isel] Don't try to encode LONG_MIN using cmn instructions.
Chad Rosier
2012-03-15
ARM case-insensitive checking for APSR_nzcv.
Jim Grosbach
2012-03-15
ARM aliases for pre-unified syntax fcmpz[sd] mnemonics.
Jim Grosbach
2012-03-15
Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on
Lang Hames
2012-03-15
Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...
Kristof Beyls
2012-03-12
Switch to unified syntax for VFP instructions in inline assembly.
Bob Wilson
2012-03-11
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-08
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
ARM don't use MCRelaxAll, as it's not safe on ARM.
Jim Grosbach
2012-03-07
[fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point
Chad Rosier
2012-03-07
ARM pre-v6 assembly parsing for umull/smull.
Jim Grosbach
2012-03-07
ARM pre-v6 alias for 'nop' to 'mov r0, r0'
Jim Grosbach
2012-03-07
Tidy up. Remove dead code that slipped into previous commit.
Jim Grosbach
2012-03-06
ARM more NEON VLD/VST composite physical register refactoring.
Jim Grosbach
2012-03-06
ARM refactor more NEON VLD/VST instructions to use composite physregs
Jim Grosbach
2012-03-06
Tidy up. Kill some dead code.
Jim Grosbach
2012-03-06
Allow the same types in DPair as in QPR.
Jakob Stoklund Olesen
2012-03-06
Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.
Kevin Enderby
2012-03-06
Add <imp-def> operands when reloading into physregs.
Jakob Stoklund Olesen
2012-03-06
Split fpscr into two registers: FPSCR and FPSCR_NZCV.
Lang Hames
2012-03-05
ARM vpush/vpop assembler mnemonics accept an optional size suffix.
Jim Grosbach
2012-03-05
ARM Refactor VLD/VST spaced pair instructions.
Jim Grosbach
2012-03-05
ARM Remove a bit of dead code.
Jim Grosbach
2012-03-05
ARM refactor away a bunch of VLD/VST pseudo instructions.
Jim Grosbach
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
[next]