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-29
Refactor some of the "disassembly-only" instructions into a base class. This
Bill Wendling
2010-11-29
Update fastisel for the changes in r120272.
Eric Christopher
2010-11-29
Rename t2 TBB and TBH instructions to reference that they encode the jump table
Jim Grosbach
2010-11-29
Improving the factoring of several instruction encodings.
Owen Anderson
2010-11-29
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
Fix copy-and-paste errors in VLD2-dup scheduling itineraries.
Bob Wilson
2010-11-29
ARM Pseudo-ize tBR_JTr.
Jim Grosbach
2010-11-29
Thumb2 encodings for MSR and MRS.
Owen Anderson
2010-11-29
Thumb2 encodings for system instructions.
Owen Anderson
2010-11-29
Thumb2 encodings for branches and IT blocks.
Owen Anderson
2010-11-29
The ARM BR_JT* pseudos don't need to use the printer jtblock_operand node to
Jim Grosbach
2010-11-29
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
Switch ARM BR_JTm and BR_JTr instructions to be MC-expanded pseudos.
Jim Grosbach
2010-11-29
Add more Thumb encodings.
Bill Wendling
2010-11-29
More Thumb encodings.
Bill Wendling
2010-11-29
Add Thumb encodings for REV instructions.
Bill Wendling
2010-11-29
Add more Thumb encodings.
Bill Wendling
2010-11-28
Add support for NEON VLD2-dup instructions.
Bob Wilson
2010-11-28
Another minor refactoring for VLD1DUP instructions.
Bob Wilson
2010-11-28
Add entry in getTargetNodeName() for ARMISD::VBICIMM.
Bob Wilson
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
Refactor. Set alignment bit in VLD1-dup instruction classes.
Bob Wilson
2010-11-27
Add NEON VLD1-dup instructions (load 1 element to all lanes).
Bob Wilson
2010-11-27
Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.
Bob Wilson
2010-11-27
MC/Mach-O: Switch to using MachOFormat.h.
Daniel Dunbar
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-23
Move the ARM reloc constants to Support/ELF.h
Jason W Kim
2010-11-23
Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations.
Bob Wilson
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-22
Fix epilogue codegen to avoid leaving the stack pointer in an invalid
Evan Cheng
2010-11-22
Fix a compiler warning about Kind being used uninitialized
Duncan Sands
2010-11-21
Pseudos default to 4byte size, let the instruction size field notice
Eric Christopher
2010-11-21
More Thumb encodings.
Bill Wendling
2010-11-21
Add encoding for ARM "trap" instruction.
Bill Wendling
2010-11-21
The "trap" instruction is one of this which doesn't have a condition code. Hack
Bill Wendling
2010-11-21
- Give "trap" the correct encoding, at least according to Darwin's assembler.
Bill Wendling
2010-11-21
Use by-name rather than by-order operand matching for some NEON encodings.
Owen Anderson
2010-11-21
BR_JTadd is ARM-only, so use the proper pseudo class to get the predicate.
Jim Grosbach
2010-11-20
A few more thumb instruction MC encodings.
Bill Wendling
2010-11-20
Rewrite address handling to use a structure with all the possible address
Eric Christopher
2010-11-20
STRH only needs the additional operand, not t2STRH. Also invert conditional
Eric Christopher
2010-11-20
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
Add more Thumb add instruction encodings.
Bill Wendling
2010-11-20
Add Thumb encodings for some add instructions.
Bill Wendling
2010-11-20
Add more encodings for Thumb instructions.
Bill Wendling
2010-11-20
Have the getAddrMode3OpValue() function in ARMCodeEmitter.cpp produce the same
Bill Wendling
2010-11-19
Fix ARM LDR* post-indexed operand encoding.
Jim Grosbach
2010-11-19
Encodings for the compare instructions.
Bill Wendling
2010-11-19
The Vm and Vn register fields must be the same for a register-register vmov.
Owen Anderson
[prev]
[next]