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
2012-04-30
Don't introduce illegal types when creating vmull operations. <rdar://11324364>
Bob Wilson
2012-04-28
Fix a problem with blocks that need to be split twice.
Jakob Stoklund Olesen
2012-04-27
ARM: Thumb add(sp plus register) asm constraints.
Jim Grosbach
2012-04-27
ARM: Tweak tADDrSP definition for consistent operand order.
Jim Grosbach
2012-04-27
Track worst case alignment padding more accurately.
Jakob Stoklund Olesen
2012-04-27
Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,
Lang Hames
2012-04-27
Fix ARM assembly parsing for upper case condition codes on IT instructions.
Richard Barton
2012-04-27
Refactor IT handling not to store the bottom bit of the condition code in the...
Richard Barton
2012-04-27
Implement a bastardized ABI.
Evan Cheng
2012-04-27
- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2
Evan Cheng
2012-04-26
ARM: Thumb ldr(literal) base address alignment is 32-bits.
Jim Grosbach
2012-04-26
Use VLD1 in NEON extenting-load patterns instead of VLDR.
Tim Northover
2012-04-26
Test commit.
Tim Northover
2012-04-26
If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assume
Evan Cheng
2012-04-25
Unify internal representation of ARM instructions with a register right-shift...
Richard Barton
2012-04-25
Add ifdef around getSubtargetFeatureName in tablegen output file so that only...
Craig Topper
2012-04-24
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
ARM: Nuke remnant bogus code.
Jim Grosbach
2012-04-24
Refactor Thumb ITState handling in ARM Disassembler to more efficiently use i...
Richard Barton
2012-04-23
Tidy up. 80 columns, whitespace, et. al.
Jim Grosbach
2012-04-23
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
ARM: VSLI two-operand assmebly aliases are tblgen'erated.
Jim Grosbach
2012-04-23
ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.
Jim Grosbach
2012-04-23
ARM: vqdmulh two-operand aliases are tblgen'erated now.
Jim Grosbach
2012-04-22
ARM: Initialize the HasRAS bit.
Benjamin Kramer
2012-04-20
ARM: tblgen'erate more NEON two-operand aliases.
Jim Grosbach
2012-04-20
ARM: tblgen'erate more NEON two-operand aliases.
Jim Grosbach
2012-04-20
ARM: Update NEON assembly two-operand aliases.
Jim Grosbach
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
ARM some VFP tblgen'erated two-operand aliases.
Jim Grosbach
2012-04-19
ARM let TableGen handle a few two-operand aliases.
Jim Grosbach
2012-04-18
Added support for disassembling unpredictable swp/swpb ARM instructions.
Silviu Baranga
2012-04-18
Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...
Silviu Baranga
2012-04-18
Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...
Silviu Baranga
2012-04-18
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...
Silviu Baranga
2012-04-18
Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...
Silviu Baranga
2012-04-17
Typo.
Chad Rosier
2012-04-17
Remove unused CCIfSubtarget.
Jay Foad
2012-04-17
Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.
James Molloy
2012-04-17
Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)
Kevin Enderby
2012-04-16
ARM two-operand forms for vhadd and vhsub instructions.
Jim Grosbach
2012-04-16
ARM handle :lower16: and :upper16: after a '#' prefix.
Jim Grosbach
2012-04-16
ARM assembly two-operand forms for VRSHL.
Jim Grosbach
2012-04-16
ARM two-operand aliases for VRHADD instructions.
Jim Grosbach
2012-04-15
Wire up support for diagnostic ranges in the ARMAsmParser.
Benjamin Kramer
2012-04-13
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-13
For ARM disassembly only print 32 unsigned bits for the address of branch
Kevin Enderby
2012-04-12
Fix a few more places in the ARM disassembler so that branches get
Kevin Enderby
2012-04-12
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-04-11
Fixed a case of ARM disassembly getting an assert on a bad encoding
Kevin Enderby
[prev]
[next]