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
/
ARMFixupKinds.h
Age
Commit message (
Expand
)
Author
2011-07-23
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-05-27
Fix comment.
Eric Christopher
2011-02-04
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-01-14
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2011-01-12
Added clarifying comment
Jason W Kim
2011-01-12
1. Support ELF pcrel relocations for movw/movt:
Jason W Kim
2010-12-16
Remove fixup_arm_thumb_ldst. The code was never calling the "fixup" stuff for
Bill Wendling
2010-12-15
Add fixups for Thumb LDR/STR instructions.
Bill Wendling
2010-12-14
Add support for MC-ized encoding of tLEApcrel and tLEApcrelJT. rdar://8755755
Jim Grosbach
2010-12-14
Fix comment.
Bill Wendling
2010-12-14
trailing whitespace
Jim Grosbach
2010-12-14
Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ...
Owen Anderson
2010-12-13
Revert r121721, which broke buildbots.
Owen Anderson
2010-12-13
Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid...
Owen Anderson
2010-12-13
In Thumb2, direct branches can be encoded as either a "short" conditional bra...
Owen Anderson
2010-12-10
Thumb unconditional branch binary encoding. rdar://8754994
Jim Grosbach
2010-12-10
Thumb conditional branch binary encodings. rdar://8745367
Jim Grosbach
2010-12-09
Rename CB/CBZ specific fixup accordingly.
Jim Grosbach
2010-12-09
Fix Thumb2 fixups for ldr.
Owen Anderson
2010-12-09
The BLX instruction is encoded differently than the BL, because why not? In
Bill Wendling
2010-12-09
Fix Thumb2 BCC encoding and fixups.
Owen Anderson
2010-12-08
Support the "target" encodings for the CB[N]Z instructions.
Bill Wendling
2010-12-08
Add support for loading from a constant pool.
Bill Wendling
2010-12-08
VLDR fixups need special handling under Thumb. While the encoding is the same,
Owen Anderson
2010-12-06
Add fixup for Thumb1 BL/BLX instructions.
Jim Grosbach
2010-12-02
Add support for binary encoding of ARM 'adr' instructions referencing constant
Jim Grosbach
2010-12-01
Add correct encodings for STRD and LDRD, including fixup support. Additional...
Owen Anderson
2010-12-01
10 bits, not 12.
Jim Grosbach
2010-11-18
Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...
Jason W Kim
2010-11-11
Encoding of destination fixup for ARM branch and conditional branch
Jim Grosbach
2010-11-04
Add ARM fixup info for load/store label references. Probably will need a bit of
Jim Grosbach