index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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
2010-03-11
Fix ARM buildbot breakage.
Bob Wilson
2010-03-10
Fix an obvious typo in an assert.
Bob Wilson
2010-03-06
Initial bits of ARMv4-only support.
Anton Korobeynikov
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-02
tidy some targets.
Chris Lattner
2010-02-02
detemplatize ARM code emitter.
Chris Lattner
2010-02-02
remove dead code.
Chris Lattner
2010-01-25
prep work to support a future where getJumpTableInfo will return
Chris Lattner
2009-11-23
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-07
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-02
Add support for BlockAddress values in ARM constant pools.
Bob Wilson
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
[next]