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-05-01
Merging r155902:
Bill Wendling
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
2012-04-11
ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.
Jim Grosbach
2012-04-11
Add more fused mul+add/sub patterns. rdar://10139676
Evan Cheng
2012-04-11
Clean up ARM fused multiply + add/sub support some more: rename some isel
Evan Cheng
2012-04-11
Match (fneg (fma) to vfnma. rdar://10139676
Evan Cheng
2012-04-11
Fix ARM disassembly of VLD instructions with writebacks. And add test a case
Kevin Enderby
2012-04-11
ARM add missing Thumb1 two-operand aliases for shift-by-immediate.
Jim Grosbach
2012-04-11
Fix a number of problems with ARM fused multiply add/subtract instructions.
Evan Cheng
2012-04-10
Handle llvm.fma.* intrinsics. rdar://10914096
Evan Cheng
2012-04-10
ARM fix cc_out operand handling for t2SUBrr instructions.
Jim Grosbach
2012-04-10
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
ARM LDR/LDRT has the same encoding collision as STR/STRT.
Jim Grosbach
2012-04-09
When performing a truncating store, it's possible to rearrange the data
Chad Rosier
2012-04-09
Update comments and remove unnecessary isVolatile() check.
Chad Rosier
2012-04-07
Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>
Bob Wilson
2012-04-06
Tidy up. 80 columns.
Jim Grosbach
2012-04-06
ARMPat is equivalent to Requires<[IsARM]>.
Jakob Stoklund Olesen
2012-04-06
Eliminate iOS-specific tail call instructions.
Jakob Stoklund Olesen
2012-04-06
There is no portable std::abs overload for int64_t, use the llvm::abs64
Chandler Carruth
2012-04-06
Allow negative immediates in ARM and Thumb2 compares.
Jakob Stoklund Olesen
2012-04-06
Deduplicate ARM call-related instructions.
Jakob Stoklund Olesen
2012-04-05
ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero.
Jim Grosbach
2012-04-05
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...
Silviu Baranga
2012-04-05
Added support for handling unpredictable arithmetic instructions on ARM.
Silviu Baranga
2012-04-05
ARM assembly aliases for two-operand V[R]SHR instructions.
Jim Grosbach
2012-04-05
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-04
Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
Jakob Stoklund Olesen
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-03
ARMDisassembler: drop bogus dependency on ARMCodeGen
Dylan Noblesmith
[next]