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-10-21
Implement correct encodings for NEON vadd, both integer and floating point.
Owen Anderson
2010-10-21
Custom lower f64 args passed in integer registers.
Eric Christopher
2010-10-20
Add encoding for moving a value between two ARM core registers and a doublework
Bill Wendling
2010-10-20
Add encodings for movement between ARM core registers and single-precision
Bill Wendling
2010-10-20
Fix crash introduced in 116852. 8573915.
Dale Johannesen
2010-10-20
Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three
Chandler Carruth
2010-10-20
Fix a TODO by removing some unnecesary copies.
Eric Christopher
2010-10-20
Fix backwards conditional.
Jim Grosbach
2010-10-20
Add dynamic realignment when rematerializing the base register.
Jim Grosbach
2010-10-19
Nuke a commented out bit that got missed a while back.
Jim Grosbach
2010-10-19
Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any
Jim Grosbach
2010-10-19
Update comments to remove obsolete references.
Jim Grosbach
2010-10-19
Enable using vdup for vector constants which are splat of
Dale Johannesen
2010-10-19
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-19
Support alignment for NEON vld-lane and vst-lane instructions.
Bob Wilson
2010-10-18
ARM encoding information for [SU]SAT* instructions.
Jim Grosbach
2010-10-18
Revert r116220 - thus turning arm fast isel back on by default.
Eric Christopher
2010-10-18
Don't recompute MachineRegisterInfo in the Optimize* method.
Bill Wendling
2010-10-18
For Thumb2, try to use frame pointer references for stack slots even when a
Jim Grosbach
2010-10-18
ARM addrmode4 instructions (ldm, stm and friends) can't encode an immediate
Jim Grosbach
2010-10-18
Grammar tweak.
Jim Grosbach
2010-10-18
Remove the check for invalid calling conventions. Testing shows that they're
Eric Christopher
2010-10-18
Lift arg promotion from the X86 backend. This should be unified at some point.
Eric Christopher
2010-10-17
Now that we handle all allocas via a non-SP reg offset remove all of the
Eric Christopher
2010-10-17
Allow more load types to be materialized through the allocas.
Eric Christopher
2010-10-17
Optimize GEP off of intermediate allocas.
Eric Christopher
2010-10-17
Fix comment.
Eric Christopher
2010-10-17
Turn on AddOperator folding in GEP.
Eric Christopher
2010-10-17
Use the i12 immediate versions of the load instructions - they're handled
Eric Christopher
2010-10-16
Add a MCObjectFormat class so that code common to all targets that use a
Rafael Espindola
2010-10-16
Fix some funky formatting that got through.
Eric Christopher
2010-10-15
ARMCodeEmitter::emitMiscInstruction is dead. Long live
Bill Wendling
2010-10-15
Make sure offset is 0 for load/store register to the stack call.
Eric Christopher
2010-10-15
Formatting.
Eric Christopher
2010-10-15
Fix else if -> if in store machinery.
Eric Christopher
2010-10-15
Reformatting. No functionalogicality changes.
Bill Wendling
2010-10-15
Refactor ARM fast-isel reg + offset to be a base + offset.
Eric Christopher
2010-10-15
Encoding information for the various ARM saturating add/sub instructions.
Jim Grosbach
2010-10-15
ARM binary encoding information for RSB and RSC instructions.
Jim Grosbach
2010-10-15
Don't mark argument value stores as immutable, as otherwise the post-RA
Jim Grosbach
2010-10-15
Use simple RegState::Define flag instead of getDefRegState(true).
Bob Wilson
2010-10-15
Expand GEP handling for constant offsets.
Eric Christopher
2010-10-15
When expanding the MOVsr[la]_flag pseudos, the CPSR implicit def becomes
Jim Grosbach
2010-10-15
ARM mode encoding information for UBFX and SBFX instructions.
Jim Grosbach
2010-10-15
Remove unused ARMISD::AND selection DAG node.
Bob Wilson
2010-10-15
ARM instructions that are both predicated and set the condition codes
Bob Wilson
2010-10-15
Encoding info for extension instructions.
Jim Grosbach
2010-10-14
Add missing Rd encoding for MOVs instruction.
Jim Grosbach
[prev]
[next]