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-22
Trailing whitespace.
Jim Grosbach
2010-12-21
Add ARM-specific DAG combining to cast i64 vector element load/stores to f64.
Bob Wilson
2010-12-21
Arm and thumb call instructions are also in different orders.
Eric Christopher
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
If we're not using reg+reg offset we're using reg+imm, set the opcode
Eric Christopher
2010-12-21
Fix a copy-pasto. When the tBR_JTr instruction was converted to using the
Bill Wendling
2010-12-21
Comment cleanups.
Bill Wendling
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
Move some data to the TargetWriter.
Rafael Espindola
2010-12-18
r120333 changed the opcode for the Thumb1 stuff from ARM::tMOVr to
Bill Wendling
2010-12-18
RemoveUnusedCPEntries can change things. Track it.
Bill Wendling
2010-12-18
Rearrange some Neon multiclasses. No functional changes.
Bob Wilson
2010-12-18
Fix result type of Neon floating-point comparisons against zero.
Bob Wilson
2010-12-18
Add some missing entries in ARMTargetLowering::getTargetNodeName.
Bob Wilson
2010-12-17
During local stack slot allocation, the materializeFrameBaseRegister function
Bill Wendling
2010-12-17
Avoid report_fatal_error in ARM's PrintAsmOperand method.
Bob Wilson
2010-12-17
If The ARM WriteNopData() gets an unaligned byte count to pad out, fill in with
Jim Grosbach
2010-12-17
Add bits 31-28 to the Thumb2 encoding of TBB/TBH.
Jim Grosbach
2010-12-17
Handle 2 and 4 byte data blob fixup values for ARM.
Jim Grosbach
2010-12-17
Stub out explicit MCELFObjectTargetWriter interface.
Rafael Espindola
2010-12-17
Move createELFObjectWriter to its own header.
Rafael Espindola
2010-12-17
MC/ARM: Use aggressive symbol folding (important for jump tables, for example).
Daniel Dunbar
2010-12-17
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-17
Use PairDRegs to implement ConcatVectors. No functionality change.
Bob Wilson
2010-12-16
Pseudo-ize the Thumb1 tBfar pattern. rdar://8777974
Jim Grosbach
2010-12-16
MC/Mach-O: Lift some MachObjectWriter arguments into the target specific
Daniel Dunbar
2010-12-16
MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.
Daniel Dunbar
2010-12-16
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
Delete an extra "Imm5 = ", caught by GCC's -Wsequence-point but not by Clang
Matt Beaumont-Gay
2010-12-16
Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff for
Bill Wendling
2010-12-16
Add tSpill and tRestore to the opcodes to replace with tSTRi and tLDRi
Bill Wendling
2010-12-16
Add encodings for Thumb1 Spill and Restore pseudos.
Bill Wendling
2010-12-15
Thumb1 had two patterns for the same load-from-constant-pool instruction.
Jim Grosbach
2010-12-15
Don't handle -arm-long-calls in fast isel for now.
Eric Christopher
2010-12-15
If we're changing the frame register to a physical register other than SP, we
Bill Wendling
2010-12-15
Whitespace cleanups.
Bill Wendling
2010-12-15
Add Neon VCVT instructions for f32 <-> f16 conversions.
Bob Wilson
2010-12-15
Tweak a few pseudo-inst pattern base classes.
Jim Grosbach
2010-12-15
The new t2LEApcrel* pseudo instructions need the size specified.
Jim Grosbach
2010-12-15
Implement cleanups suggested by Daniel.
Owen Anderson
2010-12-15
Add fixups for Thumb LDR/STR instructions.
Bill Wendling
2010-12-15
Reapply r121808 now that the missing patterns have been supplied.
Bill Wendling
2010-12-15
Add some missing patterns now that tLDRB and tLDRH are split into reg and
Bill Wendling
2010-12-15
Revert r121808 until I can fix the build.
Bill Wendling
2010-12-14
thumb adr fixup needs alignment just like the t2 version.
Jim Grosbach
2010-12-14
Comments and cleaning.
Bill Wendling
2010-12-14
Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
Bill Wendling
2010-12-14
Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755
Jim Grosbach
2010-12-14
Fix comment.
Bill Wendling
[prev]
[next]