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
/
ARMCodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2010-10-14
Add encoding for 'fmstat'.
Bill Wendling
2010-10-14
- Add encodings for multiply add/subtract instructions in all their glory.
Bill Wendling
2010-10-13
Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions.
Jim Grosbach
2010-10-12
Add the rest of the ARM so_reg encoding options (register shifted register)
Jim Grosbach
2010-10-12
Move the ARM so_imm encoding into a custom operand encoder and remove the
Jim Grosbach
2010-10-12
Add custom encoder for the 's' bit denoting whether an ARM arithmetic
Jim Grosbach
2010-10-08
Reapply 116059, this time without the fatfingered pasto at the top.
Jim Grosbach
2010-10-08
Reverting 116059. Bots are unhappy with it.
Jim Grosbach
2010-10-08
'const'ify getMachineOpValue() and associated helpers.
Jim Grosbach
2010-10-08
Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.
Jim Grosbach
2010-09-15
move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper
Jim Grosbach
2010-09-15
Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check
Jim Grosbach
2010-09-04
zap dead code.
Chris Lattner
2010-08-27
Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like
Bob Wilson
2010-08-17
Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid
Bob Wilson
2010-08-11
Move the ARM SSAT and USAT optional shift amount operand out of the
Bob Wilson
2010-08-11
Add a separate ARM instruction format for Saturate instructions.
Bob Wilson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-22
ARMv4 JIT forgets to set the lr register when making a indirect function call...
Xerxes Ranby
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-06-29
Add support for encoding VDUP (ARM core register) instructions.
Bob Wilson
2010-06-29
Add support for encoding NEON VMOV (from core register to scalar) instructions.
Bob Wilson
2010-06-29
Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding is
Bob Wilson
2010-06-28
Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo instead
Bob Wilson
2010-06-28
Refactor encoding function for NEON 1-register with modified immediate format.
Bob Wilson
2010-06-28
Support Thumb mode encoding of NEON instructions.
Bob Wilson
2010-06-26
Add support for encoding NEON VMOV (from scalar to core register) instructions.
Bob Wilson
2010-06-25
Add support for encoding 3-register NEON instructions, and fix
Bob Wilson
2010-06-25
Add support for encoding 2-register NEON instructions.
Bob Wilson
2010-06-22
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-11
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-06-02
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-05-26
Coding style change (Adding 1 missing space.)
Shih-wei Liao
2010-05-26
Adding the missing implementation for ARM::SBFX and ARM::UBFX.
Shih-wei Liao
2010-05-26
Adding the missing implementation of Bitfield's "clear" and "insert".
Shih-wei Liao
2010-05-26
To handle s* registers in emitVFPLoadStoreMultipleInstruction().
Shih-wei Liao
2010-05-25
Add missing implementation to the materialization of VFP misc. instructions (...
Zonr Chang
2010-05-25
Add support to MOVimm32 using movt/movw for ARM JIT
Zonr Chang
2010-04-17
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-17
Clean up whitespace.
Bob Wilson
2010-03-16
Remove redundant writeback flag in ARM addressing mode 5.
Bob Wilson
2010-03-16
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-14
change the DBG_LABEL MachineInstr to always be created
Chris Lattner
2010-03-14
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-13
Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new
Bob Wilson
[prev]
[next]