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
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
Remove warning: 'c0' may be used uninitialized in this function.
Chad Rosier
2011-06-28
ARM Thumb2 asm syntax optional destination operand for binary operators.
Jim Grosbach
2011-06-27
ARM Assembly support for Thumb mov-immediate.
Jim Grosbach
2011-06-27
ARM Asm parsing of Thumb2 move immediate.
Jim Grosbach
2011-06-27
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
Add exception necessitated by 133938.
Jim Grosbach
2011-06-27
ARM assembly carry set/clear condition code aliases for 'hi/lo'
Jim Grosbach
2011-06-27
ARM assembler support for ldmfd/stmfd mnemonics.
Jim Grosbach
2011-06-27
ARM assembler support for vpush/vpop.
Jim Grosbach
2011-06-27
ARM Assembly syntax support for arithmetic implied dest operand.
Jim Grosbach
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
ARM movw/movt fixups need to mask the high bits.
Jim Grosbach
2011-06-24
The Neon VCVT (between floating-point and fixed-point, Advanced SIMD)
Chad Rosier
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-23
Remove TargetOptions.h dependency from ARMSubtarget.
Evan Cheng
2011-06-22
Add missing header.
Jim Grosbach
2011-06-22
Move ARMMachObjectWriter to its own file.
Jim Grosbach
2011-06-21
Handle the memory-ness of all U+ ARM constraints.
Eric Christopher
2011-06-21
Reorg. No functionality change.
Evan Cheng
2011-06-21
Teach dag combine to match halfword byteswap patterns.
Evan Cheng
2011-06-18
Remove unused but set variables.
Benjamin Kramer
2011-06-18
Switch ARM to using AltOrders instead of MethodBodies.
Jakob Stoklund Olesen
2011-06-18
Reserve D16-D13 on subtargets that don't support them.
Jakob Stoklund Olesen
2011-06-17
Add an alternative rev16 pattern. We should figure out a better way to handle...
Evan Cheng
2011-06-17
Update an insertion point iterator after replacing a return instruction with a
Cameron Zwarich
2011-06-17
Explicitly invoke ArrayRef constructor to keep gcc happy.
Jakob Stoklund Olesen
2011-06-16
Rename TRI::getAllocationOrder() to getRawAllocationOrder().
Jakob Stoklund Olesen
2011-06-16
Change the REG_SEQUENCE SDNode to take an explict register class ID as its fi...
Owen Anderson
2011-06-16
Mark ldrexd/strexd w/ volatile memory by default
Bruno Cardoso Lopes
2011-06-16
Revision r128665 added an optimization to make use of NEON multiplier
Chad Rosier
2011-06-15
Use set operations instead of plain lists to enumerate register classes.
Jakob Stoklund Olesen
2011-06-15
Another revsh pattern. rdar://9609059
Evan Cheng
2011-06-15
A minor simplification: no functional change.
Bob Wilson
2011-06-15
PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iff
Evan Cheng
2011-06-14
Add an optimization that looks for a specific pair-wise add pattern and gener...
Tanya Lattner
2011-06-14
Also recognize ARM v4t and v5e variants.
Evan Cheng
2011-06-14
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
2011-06-13
Clean up a few 80 column violations.
Jim Grosbach
2011-06-13
Fix coordination for using R4 in Thumb1 as a scratch for SP restore.
Jim Grosbach
2011-06-10
Provide an ARMCCState subclass of CCState so that ARM clients will always set
Cameron Zwarich
2011-06-09
A CCState was being created without setting whether it is in the Call or Prol...
Cameron Zwarich
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-07
Fix for setjmp/longjmp exception handling on ARM. setjmp clobbers CPSR.
Andrew Trick
2011-06-03
Make the Uv constraint a memory operand. This doesn't solve the
Eric Christopher
2011-06-03
Add ARM fast-isel support for materializing the address of a global in cases ...
Eli Friedman
2011-06-02
Have LowerOperandForConstraint handle multiple character constraints.
Eric Christopher
2011-06-02
Flag unallocatable register classes instead of giving them empty
Jakob Stoklund Olesen
2011-06-02
Fix encoding for VEXTdf.
Tanya Lattner
[prev]
[next]