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
2010-12-01
ARM/MC/ELF relocation "hello world" for movw/movt.
Jason W Kim
2010-12-01
Formatting. It's all the rage!
Bill Wendling
2010-12-01
More refactoring. This time the T1pI pattern.
Bill Wendling
2010-12-01
Refactor load/store handling again. Simplify and make some room for
Eric Christopher
2010-12-01
Initialize an ARMConstantPoolValue field.
Jan Wen Voung
2010-12-01
s/T1pIEncode/T1pILdStEncode/g
Bill Wendling
2010-12-01
Renaming variables to coincide with documentation. No functionality change.
Bill Wendling
2010-12-01
Refactor T1sI and T1sIt encodings into helper classes.
Bill Wendling
2010-12-01
Refactor the T1sIt encodings into a parent class to get rid of all of the "let"
Bill Wendling
2010-12-01
Use by-name rather than by-order matching for NEON operands.
Owen Anderson
2010-11-30
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
Rename operands to match ARM documentation. No functionality change.
Bill Wendling
2010-11-30
Fix typo.
Jim Grosbach
2010-11-30
Trailing whitespace.
Jim Grosbach
2010-11-30
Thanks to JimG for catching this!
Jason W Kim
2010-11-30
Inline classes that were used in only one place.
Bill Wendling
2010-11-30
* Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same as
Bill Wendling
2010-11-30
Simplify the encoding of reg+/-imm12 values that allow PC-relative encoding. ...
Owen Anderson
2010-11-30
Fix handling of ARM negative pc-relative fixups for loads and stores.
Jim Grosbach
2010-11-30
Provide Thumb2 encodings for a few miscellaneous instructions.
Owen Anderson
2010-11-30
Add FIXME
Jim Grosbach
2010-11-30
Add encoding support for Thumb2 PLD and PLI instructions.
Owen Anderson
2010-11-30
Noticed this on inspection, fix and update some comments.
Eric Christopher
2010-11-30
Pseudo-ize ARM MOVPCRX
Jim Grosbach
2010-11-30
Provide encodings for a few more load/store variants.
Owen Anderson
2010-11-30
Pseudo-ize BX_CALL and friends. Remove dead instruction format classes.
Jim Grosbach
2010-11-30
Add parsing for the Thumb t_addrmode_s4 addressing mode. This can almost
Bill Wendling
2010-11-30
Minor cleanups. No functional change.
Bill Wendling
2010-11-30
s/ARM::BRIND/ARM::BX/g to coincide with r120366.
Bill Wendling
2010-11-30
Add correct encoding for "bl __aeabi_read_tp". However, the asm matcher isn't
Bill Wendling
2010-11-30
Rename BX/BRIND/etc patterns to clarify which is actually the BX instruction
Jim Grosbach
2010-11-30
Add some encoding for the adr instruction. Labels still need to be finished.
Bill Wendling
2010-11-30
Correct Thumb2 encodings for a much wider range of loads and stores.
Owen Anderson
2010-11-30
Make a few more ARM pseudo instructions actually use the PseudoInst base class.
Jim Grosbach
2010-11-30
Predicate encoding should be withing {}s. And general cleanup.
Bill Wendling
2010-11-30
Predicate encoding should be withing {}s.
Bill Wendling
2010-11-30
Fix the encoding of VLD4-dup alignment.
Bob Wilson
2010-11-30
Rename VLDnDUP instructions with double-spaced registers
Bob Wilson
2010-11-30
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
Simplify definitions of the ARM eh.sjlj.*jmp pseudo instructions.
Jim Grosbach
2010-11-29
Parameterize ARMPseudoInst size property.
Jim Grosbach
2010-11-29
Add a few missing initializers.
Jim Grosbach
2010-11-29
Nuke trailing whitespace.
Jim Grosbach
2010-11-29
Nuke a FIXME. No need to be fancier here, as ARM handles constant pools
Jim Grosbach
2010-11-29
Provide Thumb2 encodings for basic loads and stores.
Owen Anderson
2010-11-29
Mark Darwin call instructions as using "r7" to prevent the frame-register
Evan Cheng
2010-11-29
Nuke dead isCodeGenOnly annotation and extraneous comment.
Jim Grosbach
2010-11-29
tidy up.
Jim Grosbach
2010-11-29
Thumb encodings for conditional moves.
Bill Wendling
2010-11-29
Pseudo-ize Thumb2 jump tables with explicit MC lowering to the raw
Jim Grosbach
[prev]
[next]