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
Age
Commit message (
Expand
)
Author
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
Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...
Bruno Cardoso Lopes
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
add a case we fail to devirt.
Chris Lattner
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
Fix trailing whitespace and style, no functionality change
Bruno Cardoso Lopes
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
Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...
Bruno Cardoso Lopes
2010-11-08
Add "write back" bit encoding.
Bill Wendling
2010-11-08
Fix PR8211
Bruno Cardoso Lopes
2010-11-08
Adding working version of assembly parser for the MBlaze backend
Wesley Peck
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
Add generating function declaration for PTX
Che-Liang Chiou
2010-11-08
Add physical register counting functions
Che-Liang Chiou
2010-11-08
Add a dummy PTXMCAsmStreamer class
Che-Liang Chiou
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
Fix a README item: when doing a comparison with the result
Duncan Sands
2010-11-07
In this context, a reglist is a reg.
Bill Wendling
2010-11-06
implement aliases for div/idiv that have an explicit A register operand,
Chris Lattner
2010-11-06
Add support for parsing register lists. We can't use a bitfield to keep track of
Bill Wendling
2010-11-06
add aliases for movs between seg registers and mem. There are multiple
Chris Lattner
2010-11-06
move the "sh[lr]d op,op" -> "shld $1, op,op" aliases to the .td file.
Chris Lattner
2010-11-06
Return the base register of a register list for the "getReg()" method. This is
Bill Wendling
2010-11-06
work-in-progress
Chris Lattner
2010-11-06
General cleanup:
Bill Wendling
2010-11-06
go to great lengths to work around a GAS bug my previous patch
Chris Lattner
2010-11-06
rework the rotate-by-1 instructions to be defined like the
Chris Lattner
[next]