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-11-10
Move LDM predicate operand encoding into base clase. Add STM missing STM
Jim Grosbach
2010-11-10
ARM LDM encoding for the mode (ia, ib, da, db) operand.
Jim Grosbach
2010-11-10
Fix ARM encoding of non-return LDM instructions.
Jim Grosbach
2010-11-10
Fix ARM encoding of LDM+Return instruction.
Jim Grosbach
2010-11-10
Fix an issue where we tried to turn a v2f32 build_vector into a v4i32 build v...
Nate Begeman
2010-11-10
Simplify and clean up MC symbol lookup for ARM constant pool values. This fixes
Jim Grosbach
2010-11-10
Update ARMConstantPoolValue to not use a modifier string. Use an explicit
Jim Grosbach
2010-11-10
Emit a '!' if this is a "writeback" register or memory address.
Bill Wendling
2010-11-10
Rename a parameter to avoid confusion with a local variable
Matt Beaumont-Gay
2010-11-09
Emit the warning about the register list not being in ascending order only once.
Bill Wendling
2010-11-09
s/std::vector/SmallVector/
Bill Wendling
2010-11-09
Delete the allocated vector.
Bill Wendling
2010-11-09
Define the subtarget feature for the architecture version,
Bob Wilson
2010-11-09
Do not use MEMBARRIER_MCR for any Thumb code.
Bob Wilson
2010-11-09
Two types of instructions have register lists:
Bill Wendling
2010-11-09
Change the ARMConstantPoolValue modifier string to an enumeration. This will
Jim Grosbach
2010-11-09
Handle ARM constant pool values that need an explicit reference to the '.'
Jim Grosbach
2010-11-09
Trailing whitespace.
Jim Grosbach
2010-11-09
Further MCize ARM constant pool values. This allows basic PIC references for
Jim Grosbach
2010-11-09
Add encoding of Rt to ARM LDR/STR w/ reg+reg offset encoding.
Jim Grosbach
2010-11-09
For ARM load/store instructions, encode [reg+reg] with no shifter immediate as
Jim Grosbach
2010-11-09
ARM .word data fixups don't need an adjustment.
Jim Grosbach
2010-11-09
Add encoder method for ARM load/store shifted register offset operands.
Jim Grosbach
2010-11-09
Add support for a few simple fixups to the ARM Darwin asm backend. This allows
Jim Grosbach
2010-11-09
Revert r118457 and r118458. These won't hold for GPRs.
Bill Wendling
2010-11-08
Get the register and count from the register list operands.
Bill Wendling
2010-11-08
reglist has two operands.
Bill Wendling
2010-11-08
The "addRegListOperands()" function returns the start register and the total
Bill Wendling
2010-11-08
Add support for ARM's specialized vector-compare-against-zero instructions.
Owen Anderson
2010-11-08
Add "write back" bit encoding.
Bill Wendling
2010-11-08
Revert 118422 in search of bot verdancy.
Dale Johannesen
2010-11-08
Support -mcpu=cortex-a8 in ARM attributes - Has Fixme. 1 Test modified.
Jason W Kim
2010-11-08
Complete listing of ARM/MC/ELF relocation enums
Jason W Kim
2010-11-08
Make RegList an ASM operand so that TableGen will generate code for it. This is
Bill Wendling
2010-11-08
Revert.
Bill Wendling
2010-11-07
In this context, a reglist is a reg.
Bill Wendling
2010-11-06
Add support for parsing register lists. We can't use a bitfield to keep track of
Bill Wendling
2010-11-06
Return the base register of a register list for the "getReg()" method. This is
Bill Wendling
2010-11-06
General cleanup:
Bill Wendling
2010-11-06
Add a RegList (register list) object to ARMOperand. It will be used soon to hold
Bill Wendling
2010-11-06
Fix grammar.
Bill Wendling
2010-11-06
Fix grammar.
Bill Wendling
2010-11-06
MatchRegisterName() returns 0 if it can't match the register.
Bill Wendling
2010-11-06
Use TryParseRegister() instead of MatchRegisterName(). The former returns -1
Bill Wendling
2010-11-06
Make sure we have movw on the target before using it.
Eric Christopher
2010-11-05
Hook up the '.code {16|32}' directive to the streamer.
Jim Grosbach
2010-11-05
Hook up the '.thumb_func' directive to the streamer.
Jim Grosbach
2010-11-05
Fix past-o.
Jim Grosbach
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
Disallow the certain NEON modified-immediate forms when generating vorr or vbic.
Owen Anderson
[prev]
[next]