index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
zap dead code.
Chris Lattner
2010-09-04
1
-4
/
+0
*
Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like
Bob Wilson
2010-08-27
1
-2
/
+2
*
Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoid
Bob Wilson
2010-08-17
1
-0
/
+5
*
Move the ARM SSAT and USAT optional shift amount operand out of the
Bob Wilson
2010-08-11
1
-5
/
+6
*
Add a separate ARM instruction format for Saturate instructions.
Bob Wilson
2010-08-11
1
-0
/
+45
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
ARMv4 JIT forgets to set the lr register when making a indirect function call...
Xerxes Ranby
2010-07-22
1
-0
/
+13
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-1
/
+1
*
Add support for encoding VDUP (ARM core register) instructions.
Bob Wilson
2010-06-29
1
-0
/
+17
*
Add support for encoding NEON VMOV (from core register to scalar) instructions.
Bob Wilson
2010-06-29
1
-6
/
+19
*
Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding is
Bob Wilson
2010-06-29
1
-1
/
+1
*
Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo instead
Bob Wilson
2010-06-28
1
-5
/
+7
*
Refactor encoding function for NEON 1-register with modified immediate format.
Bob Wilson
2010-06-28
1
-5
/
+1
*
Support Thumb mode encoding of NEON instructions.
Bob Wilson
2010-06-28
1
-0
/
+15
*
Add support for encoding NEON VMOV (from scalar to core register) instructions.
Bob Wilson
2010-06-26
1
-0
/
+33
*
Add support for encoding 3-register NEON instructions, and fix
Bob Wilson
2010-06-25
1
-3
/
+36
*
Add support for encoding 2-register NEON instructions.
Bob Wilson
2010-06-25
1
-3
/
+25
*
Use pre-increment instead of post-increment when the result is not used.
Dan Gohman
2010-06-22
1
-1
/
+1
*
Add instruction encoding for the Neon VMOV immediate instruction. This changes
Bob Wilson
2010-06-11
1
-0
/
+34
*
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
1
-1
/
+2
*
Coding style change (Adding 1 missing space.)
Shih-wei Liao
2010-05-26
1
-1
/
+1
*
Adding the missing implementation for ARM::SBFX and ARM::UBFX.
Shih-wei Liao
2010-05-26
1
-1
/
+13
*
Adding the missing implementation of Bitfield's "clear" and "insert".
Shih-wei Liao
2010-05-26
1
-4
/
+9
*
To handle s* registers in emitVFPLoadStoreMultipleInstruction().
Shih-wei Liao
2010-05-26
1
-7
/
+12
*
Add missing implementation to the materialization of VFP misc. instructions (...
Zonr Chang
2010-05-25
1
-0
/
+43
*
Add support to MOVimm32 using movt/movw for ARM JIT
Zonr Chang
2010-05-25
1
-1
/
+94
*
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-17
1
-4
/
+5
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-7
/
+9
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-2
/
+2
*
Clean up whitespace.
Bob Wilson
2010-03-17
1
-16
/
+12
*
Remove redundant writeback flag in ARM addressing mode 5.
Bob Wilson
2010-03-16
1
-1
/
+1
*
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-16
1
-1
/
+1
*
change the DBG_LABEL MachineInstr to always be created
Chris Lattner
2010-03-14
1
-2
/
+0
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
1
-1
/
+3
*
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-14
1
-2
/
+4
*
Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new
Bob Wilson
2010-03-13
1
-9
/
+24
*
Fix ARM buildbot breakage.
Bob Wilson
2010-03-11
1
-2
/
+2
*
Fix an obvious typo in an assert.
Bob Wilson
2010-03-10
1
-1
/
+1
*
Initial bits of ARMv4-only support.
Anton Korobeynikov
2010-03-06
1
-1
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-5
/
+5
*
tidy some targets.
Chris Lattner
2010-02-02
1
-2
/
+0
*
detemplatize ARM code emitter.
Chris Lattner
2010-02-02
1
-111
/
+57
*
remove dead code.
Chris Lattner
2010-02-02
1
-11
/
+2
*
prep work to support a future where getJumpTableInfo will return
Chris Lattner
2010-01-25
1
-1
/
+2
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
1
-1
/
+0
*
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-07
1
-4
/
+5
*
Add support for BlockAddress values in ARM constant pools.
Bob Wilson
2009-11-02
1
-0
/
+1
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
[next]