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
2012-04-10
ARM LDR/LDRT has the same encoding collision as STR/STRT.
Jim Grosbach
2012-04-09
When performing a truncating store, it's possible to rearrange the data
Chad Rosier
2012-04-09
Update comments and remove unnecessary isVolatile() check.
Chad Rosier
2012-04-07
Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>
Bob Wilson
2012-04-06
Tidy up. 80 columns.
Jim Grosbach
2012-04-06
ARMPat is equivalent to Requires<[IsARM]>.
Jakob Stoklund Olesen
2012-04-06
Eliminate iOS-specific tail call instructions.
Jakob Stoklund Olesen
2012-04-06
There is no portable std::abs overload for int64_t, use the llvm::abs64
Chandler Carruth
2012-04-06
Allow negative immediates in ARM and Thumb2 compares.
Jakob Stoklund Olesen
2012-04-06
Deduplicate ARM call-related instructions.
Jakob Stoklund Olesen
2012-04-05
ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero.
Jim Grosbach
2012-04-05
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...
Silviu Baranga
2012-04-05
Added support for handling unpredictable arithmetic instructions on ARM.
Silviu Baranga
2012-04-05
ARM assembly aliases for two-operand V[R]SHR instructions.
Jim Grosbach
2012-04-05
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-04
Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
Jakob Stoklund Olesen
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-03
ARMDisassembler: drop bogus dependency on ARMCodeGen
Dylan Noblesmith
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-31
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-30
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
ARM encoding for VSWP got the second operand incorrect.
Jim Grosbach
2012-03-30
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
ARM target should allow codegenprep to duplicate ret instructions to enable t...
Evan Cheng
2012-03-29
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
Prefer even-odd D-register pairs.
Jakob Stoklund Olesen
2012-03-29
Try using vmov.i32 to materialize FP32 constants that can't be materialized by
Lang Hames
2012-03-29
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-29
Handle register copies for the new ARM register classes.
Jakob Stoklund Olesen
2012-03-28
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
Richard Barton
2012-03-27
ARMLoadStoreOptimizer invalidates register liveness.
Jakob Stoklund Olesen
2012-03-27
Invalidate liveness in Thumb2ITBlockPass.
Jakob Stoklund Olesen
2012-03-27
Prune some includes
Craig Topper
2012-03-27
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-26
ARM has a peephole optimization which looks for a def / use pair. The def
Evan Cheng
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-26
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-25
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
[prev]
[next]