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
/
InstPrinter
Age
Commit message (
Expand
)
Author
2010-11-03
The MC code couldn't handle ARM LDR instructions with negative offsets:
Bill Wendling
2010-11-03
Remove unused function.
Jim Grosbach
2010-11-03
Remove the no longer used 'Modifier' optional operand to the ARM
Jim Grosbach
2010-11-03
Remove unused function.
Jim Grosbach
2010-11-03
Break ARM addrmode4 (load/store multiple base address) into its constituent
Jim Grosbach
2010-10-28
hook up getOpcodeName for ARM so that "llc -show-mc-inst" includes
Chris Lattner
2010-10-28
PLD, PLDW, PLI encodings, plus refactor their use of addrmode2.
Jim Grosbach
2010-10-27
LDRi12 machine instructions handle negative offset operands normally (simple
Jim Grosbach
2010-10-26
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-10-25
imm12 operands aren't Thumb2 only, so rename the printer helper function.
Jim Grosbach
2010-10-13
Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
Jim Grosbach
2010-10-06
Kill of the vestiges of the 'call' Modifier (no longer needed for PLT).
Jim Grosbach
2010-10-06
Now that VDUPfqf and VDUPfdfare properly pseudos, kill the no-longer-needed
Jim Grosbach
2010-10-01
PrintSpecial() can go away now.
Jim Grosbach
2010-10-01
Rename the AsmPrinter directory to InstPrinter for those targets that have
Jim Grosbach