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-11-19
Fix a cut-n-paste-error.
Evan Cheng
2010-11-19
Operand names
Jim Grosbach
2010-11-19
trailing whitespace
Jim Grosbach
2010-11-19
Don't need to save piecemeal now.
Eric Christopher
2010-11-19
Update comment.
Eric Christopher
2010-11-19
Add encodings for some of the thumb ADD instructions. Tests will come once the
Bill Wendling
2010-11-19
Update comment.
Eric Christopher
2010-11-19
Clarify operand names.
Jim Grosbach
2010-11-19
Refactor address mode handling into a single struct (ala x86), this
Eric Christopher
2010-11-19
Fix encoding for ARM MLS instruction.
Jim Grosbach
2010-11-19
Add ARM encoding information for STRD.
Jim Grosbach
2010-11-19
Shuffle things around a bit to keep like things together. Tidy up formatting.
Jim Grosbach
2010-11-19
Revert accidental commit.
Bill Wendling
2010-11-19
Change long binary encodings to use hex instead. It's more readable. Also
Bill Wendling
2010-11-19
Factor out operand encoding bits for ARM addressing mode 2 store instructions.
Jim Grosbach
2010-11-19
Delete another dead class.
Jim Grosbach
2010-11-19
whitespace tweak.
Jim Grosbach
2010-11-19
Refactor PICSTR* instructions to really be pseudos. Nuke dead classes.
Jim Grosbach
2010-11-19
Rename ARM .td class AIldst1 to AI2ldst for consistency with the other classes.
Jim Grosbach
2010-11-19
Add ARM binary encoding information for the rest of the indexed loads.
Jim Grosbach
2010-11-19
Remove dead code.
Jim Grosbach
2010-11-19
ARM LDRD binary encoding.
Jim Grosbach
2010-11-19
Remove hard tabs.
Jim Grosbach
2010-11-19
Remove trailing whitespace.
Jim Grosbach
2010-11-19
Avoid release build warnings.
Benjamin Kramer
2010-11-19
Fix decoding ambiguities of stdrex and ldrex.
Owen Anderson
2010-11-19
These instructions are thumb2 only.
Evan Cheng
2010-11-19
Fix an obvious oversight.
Evan Cheng
2010-11-19
Add MC encodings for some Thumb instructions. Test for a few of them. The "bx
Bill Wendling
2010-11-19
Use array_pod_sort because the list is contiguous.
Bill Wendling
2010-11-19
Provide Thumb2 encodings for strex and ldrex.
Owen Anderson
2010-11-19
Minor cleanups to a few llvm_unreachable() calls.
Jim Grosbach
2010-11-19
An 'unreachable' shouldn't have a '0 &&' prefix.
Bill Wendling
2010-11-18
Add support for parsing the writeback ("!") token.
Bill Wendling
2010-11-18
Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...
Jason W Kim
2010-11-18
Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m...
Owen Anderson
2010-11-18
ARM Encoding information for UXTAH and friends.
Jim Grosbach
2010-11-18
Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...
Tanya Lattner
2010-11-18
Don't allocate the SmallVector of Registers. It gets messy figuring out who
Bill Wendling
2010-11-18
Provide Thumb2 encodings for mov's that come from MOVCC SDNodes.
Owen Anderson
2010-11-18
Add ARM encoding information for LDRH post-increment.
Jim Grosbach
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
Split up ARM LowerShift function.
Bob Wilson
2010-11-18
More Thumb2 encodings.
Owen Anderson
2010-11-18
Fill out the set of Thumb2 multiplication operator encodings.
Owen Anderson
2010-11-18
Missed the _RET versions of LDMIA.
Bill Wendling
2010-11-18
Rewrite stack callee saved spills and restores to use push/pop instructions.
Eric Christopher
2010-11-18
ARMPseudoInst instructions should default to being considered a single 4-byte
Jim Grosbach
2010-11-18
Silence compiler warnings.
Evan Cheng
2010-11-18
Remove trailing whitespace.
Jim Grosbach
[prev]
[next]