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-03-20
Add VST1 instructions with address register writeback.
Bob Wilson
2010-03-20
Add instruction variants for VLD2, VLD3, and VLD4 "load-lane" operations with
Bob Wilson
2010-03-20
Tidy some more comments and whitespace.
Bob Wilson
2010-03-20
Add variants of VLD2, VLD3 and VLD4 with address register writeback, and
Bob Wilson
2010-03-20
Tidy some comments and whitespace for consistency.
Bob Wilson
2010-03-20
Rename some instructions for consistency and sanity: use "_UPD" suffix for
Bob Wilson
2010-03-20
Add instructions for double-spaced VLD3 and VLD4 without address register
Bob Wilson
2010-03-20
Add VLD1 instructions with address register writeback.
Bob Wilson
2010-03-20
Revert the rest of 98679.
Bob Wilson
2010-03-20
Fix a very bad typo. Since the register number was off by one, the ARM
Bob Wilson
2010-03-20
Add NLdStFrm Format.
Johnny Chen
2010-03-19
Revert r98679. The disassembler will be updated to depend on the existence of
Johnny Chen
2010-03-19
Revert this change, since it was causing ARM performance regressions.
Bob Wilson
2010-03-19
Renumber LdStExFrm from 28 to 11 and shift the existing format values to make
Johnny Chen
2010-03-19
set SDNPVariadic on nodes throughout the rest of the targets that
Chris Lattner
2010-03-19
Remove a memory leak from ThumbTargetMachine.
Jeffrey Yasskin
2010-03-19
Fix -Asserts warnings.
Daniel Dunbar
2010-03-18
Update comment to refer to the right filename.
Bob Wilson
2010-03-18
Get rid of target-specific fp <-> int nodes when still I'm here.
Anton Korobeynikov
2010-03-18
Get rid of target-specific nodes for fp16 <-> fp32 conversion.
Anton Korobeynikov
2010-03-18
Refactor Reg-Reg copy emission routine for ARM. This makes cross-regclass cop...
Anton Korobeynikov
2010-03-18
fix some buggy ops concatentation
Chris Lattner
2010-03-18
Refactor NEON ld/st instructions to hardcode class arguments that are constants.
Bob Wilson
2010-03-17
Revert 98745 with respect to the addition of NEONFrm subformats for disassembly.
Johnny Chen
2010-03-17
Fixed a bug in the IT mask printing where T means the cond bit in the mask
Johnny Chen
2010-03-17
Refines 98745 so that it only contains the patch related to the output of the
Johnny Chen
2010-03-17
Clean up whitespace.
Bob Wilson
2010-03-17
Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3f
Bob Wilson
2010-03-17
98745 contains something unrelated to the patch.
Johnny Chen
2010-03-17
Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm
Johnny Chen
2010-03-16
Revert 98683. It is breaking something in the disassembler.
Bob Wilson
2010-03-16
Remove redundant writeback flag from ARM address mode 6. Also remove the
Bob Wilson
2010-03-16
Disambiguate the *_UPD and * variants by specifying the writeback flag as 1.
Johnny Chen
2010-03-16
Remove redundant writeback flag in ARM addressing mode 5.
Bob Wilson
2010-03-16
Remove the writeback flag from ARM's address mode 4. Now that we have separate
Bob Wilson
2010-03-16
Fix unused variable warnings.
Bob Wilson
2010-03-16
--- Reverse-merging r98637 into '.':
Bob Wilson
2010-03-16
Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend
Johnny Chen
2010-03-16
Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.
Bob Wilson
2010-03-16
Wrap a long line and add some parens to be consistent.
Bob Wilson
2010-03-15
Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass.
Bob Wilson
2010-03-15
Now that the default for Darwin platforms is to place the LSDA into the TEXT
Bill Wendling
2010-03-15
fix an ambiguous pattern, contrary to expectations, scalar_to_vector
Chris Lattner
2010-03-14
Add substarget feature for FP16
Anton Korobeynikov
2010-03-14
Add codegen support for FP16 on ARM
Anton Korobeynikov
2010-03-14
change the DBG_LABEL MachineInstr to always be created
Chris Lattner
2010-03-14
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
change EH related stuff (other than EH_LABEL) to use MCSymbol
Chris Lattner
2010-03-13
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
[prev]
[next]