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-05-27
Update the saved stack pointer in the sjlj function context following either
Jim Grosbach
2010-05-27
Use report_fatal_error, not llvm_unreachable.
Evan Cheng
2010-05-27
back out 104862/104869. Can reuse stacksave after all. Very cool.
Jim Grosbach
2010-05-27
llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error.
Evan Cheng
2010-05-27
Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases
Bob Wilson
2010-05-27
add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EH
Jim Grosbach
2010-05-26
Give SubRegIndex names to all ARM subregisters. This will be required by
Jakob Stoklund Olesen
2010-05-26
Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in
Jim Grosbach
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
Coding style change (Adding 1 missing space.)
Shih-wei Liao
2010-05-26
Adding the missing implementation for ARM::SBFX and ARM::UBFX.
Shih-wei Liao
2010-05-26
fix off by 1 (insn) error in eh.sjlj.setjmp thumb code sequence.
Jim Grosbach
2010-05-26
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
Adding the missing implementation of Bitfield's "clear" and "insert".
Shih-wei Liao
2010-05-26
To handle s* registers in emitVFPLoadStoreMultipleInstruction().
Shih-wei Liao
2010-05-25
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
Add missing implementation to the materialization of VFP misc. instructions (...
Zonr Chang
2010-05-25
Add support to MOVimm32 using movt/movw for ARM JIT
Zonr Chang
2010-05-25
Allow t2MOVsrl_flag and t2MOVsra_flag instructions to be predicated.
Bob Wilson
2010-05-25
Fix up instruction classes for Thumb2 RSB instructions to be consistent with
Bob Wilson
2010-05-25
Clean up indentation.
Bob Wilson
2010-05-25
Use enums instead of literals in the ARM backend.
Jakob Stoklund Olesen
2010-05-24
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
Allow Thumb2 MVN instructions to set condition codes. The immediate operand
Bob Wilson
2010-05-24
Lose the dummies
Jakob Stoklund Olesen
2010-05-24
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
Clean up some extra whitespace.
Bob Wilson
2010-05-24
Thumb2 RSBS instructions were being printed without the 'S' suffix.
Bob Wilson
2010-05-24
LR is in GPR, not tGPR even in Thumb1 mode.
Evan Cheng
2010-05-24
Fix a few places that depended on the numeric value of subreg indices.
Jakob Stoklund Olesen
2010-05-24
Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums
Jakob Stoklund Olesen
2010-05-23
VDUP doesn't support vectors with 64-bit elements.
Bob Wilson
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.
Jim Grosbach
2010-05-22
Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that can be implemented by
Bob Wilson
2010-05-21
Change ARM scheduling default to list-hybrid if the target supports floating ...
Evan Cheng
2010-05-20
Allow targets more controls on what nodes are scheduled by reg pressure, what...
Evan Cheng
2010-05-20
Handle Neon v2f64 and v2i64 vector shuffles as register copies.
Bob Wilson
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...
Evan Cheng
2010-05-19
Use 'adr' for LEApcrel and LEApcrel. Mark LEApcrel re-materializable.
Evan Cheng
2010-05-19
Mark pattern-less mayLoad / mayStore instructions neverHasSideEffects. These ...
Evan Cheng
2010-05-19
Target instruction selection should copy memoperands.
Evan Cheng
2010-05-19
Mark a few more pattern-less instructions with neverHasSideEffects. This is e...
Evan Cheng
2010-05-18
Sink dag combine's post index load / store code that swap base ptr and index ...
Evan Cheng
2010-05-17
ARMBaseRegisterInfo::estimateRSStackSizeLimit() could return prematurely with a
Jakob Stoklund Olesen
2010-05-17
vmov of immediates are trivially re-materializable.
Evan Cheng
2010-05-17
Fix a regression in 464.h264 for thumb1 and thumb2 nightly tests.
Bob Wilson
2010-05-17
Turn on -neon-reg-sequence by default.
Evan Cheng
[prev]
[next]