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
Age
Commit message (
Expand
)
Author
2011-03-11
80 columns
Jim Grosbach
2011-03-11
Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-
Jim Grosbach
2011-03-11
ARM VDUPfd and VDUPfq can just be patterns. The instruction is the same
Jim Grosbach
2011-03-11
ARM VDUPLNfq and VDUPLNfd definitions can just be Pat<>s for VDUPLN32q
Jim Grosbach
2011-03-11
ARM VREV64df and VREV64qf can just be patterns. The instruction is the same
Jim Grosbach
2011-03-11
This FIXME has been fixed.
Jim Grosbach
2011-03-11
Properly pseudo-ize ARM MVNCCi.
Jim Grosbach
2011-03-11
Fix MOVCCi32imm to be have ARM-mode Requires and a proper size (8 bytes, was 4).
Jim Grosbach
2011-03-11
Properly pseudo-ize ARM MOVCCi and MOVCCi16.
Jim Grosbach
2011-03-10
Properly pseudo-ize MOVCCr and MOVCCs.
Jim Grosbach
2011-03-10
DMB can just be a pat referencing MCR.
Jim Grosbach
2011-03-10
Reorganize a bit. No functional change, just moving patterns up.
Jim Grosbach
2011-03-10
Pseudo-instructions are codegenonly by definition.
Jim Grosbach
2011-03-09
LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.
Johnny Chen
2011-03-09
* Correct encoding for VSRI.
Bill Wendling
2011-03-09
Correct the encoding for VRSRA and VSRA instructions.
Bill Wendling
2011-03-08
* Fix VRSHR and VSHR to have the correct encoding for the immediate.
Bill Wendling
2011-03-08
Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.
Bob Wilson
2011-03-08
Fix comment typos.
Bob Wilson
2011-03-07
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-05
ARM assembler stuff is crazy: for .setfp positive values of offset correspond...
Anton Korobeynikov
2011-03-05
In Thumb1 mode the constant might be materialized via the load from constpool...
Anton Korobeynikov
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
Add unwind information emission for thumb stuff
Anton Korobeynikov
2011-03-05
Handle MI flags inside Thumb2SizeReduction pass.
Anton Korobeynikov
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Remove unused conditional negate operations.
Bob Wilson
2011-03-04
Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...
Devang Patel
2011-03-03
PR8053: Fix encoding of S bit in some ARM instructions.
Bob Wilson
2011-03-03
Add a readme entry for the redundant movw issue for pr9370.
Bob Wilson
2011-03-03
pr9367: Add missing predicated BLX instructions.
Bob Wilson
2011-03-02
Fixes an assertion failure while disassembling ARM rsbs reg/reg form.
Kevin Enderby
2011-03-02
Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.
Renato Golin
2011-03-01
Narrow right shifts need to encode their immediates differently from a normal
Bill Wendling
2011-02-28
Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu...
Renato Golin
2011-02-28
Add missing whitespace in the formatting.
Kevin Enderby
2011-02-28
Fix the arm's disassembler for blx that was building an MCInst without the
Kevin Enderby
2011-02-28
Fix a typo which cause dag combine crash. rdar://9059537.
Evan Cheng
2011-02-28
Support for byval parameters on ARM. Will be enabled by a forthcoming
Stuart Hastings
2011-02-25
Add patterns to use post-increment addressing for Neon VST1-lane instructions.
Bob Wilson
2011-02-25
Fix typo.
Evan Cheng
2011-02-25
Each prologue may have multiple vpush instructions to store callee-saved
Evan Cheng
2011-02-23
Change VFPNeonA8 definition to make the code easier to read.
Evan Cheng
2011-02-23
More fcopysign correctness and performance fix.
Evan Cheng
2011-02-22
VFP single precision arith instructions can go down to NEON pipeline, but on ...
Evan Cheng
2011-02-22
Guard against de-referencing MBB.end().
Evan Cheng
2011-02-22
available_externally (hidden or not) GVs are always accessed via stubs. rdar:...
Evan Cheng
2011-02-22
Only use blx for external function calls on thumb, these could be fixed
Eric Christopher
[prev]
[next]