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
/
MCTargetDesc
/
ARMAsmBackend.cpp
Age
Commit message (
Expand
)
Author
2013-01-14
Follow up of commit r172472.
Quentin Colombet
2013-01-14
Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...
Quentin Colombet
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2012-12-05
Correct ARM NOP encoding
David Sehr
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-24
ARM: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-05-03
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-04-30
ARM: Diagnostics for out of range fixups.
Jim Grosbach
2012-04-26
ARM: Thumb ldr(literal) base address alignment is 32-bits.
Jim Grosbach
2012-04-12
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-03-30
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-27
Prune some includes
Craig Topper
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-03-19
ARM branch relaxation for unconditional t1 branches.
Jim Grosbach
2012-02-27
ARM BL/BLX instruction fixups should use relocations.
Jim Grosbach
2012-01-19
Silence warnings about mixing enums.
Benjamin Kramer
2012-01-19
Thumb2 relaxation for tADR to t2ADR.
Jim Grosbach
2012-01-19
Add comment and fix range check in condition.
Jim Grosbach
2012-01-18
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
Thumb2 load/store fixups don't set the thumb bit.
Jim Grosbach
2012-01-18
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2011-12-22
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-19
ARM assembly parsing and encoding support for LDRD(label).
Jim Grosbach
2011-12-06
Tidy up value checking.
Jim Grosbach
2011-12-06
Fix ARM handling of tBcc branch relaxation.
Jim Grosbach
2011-12-06
Move target-specific logic out of generic MCAssembler.
Jim Grosbach
2011-12-05
Simple branch relaxation for Thumb2 Bcc instructions.
Jim Grosbach
2011-11-16
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
Fix encoding of NOP used for padding in ARM mode .align.
Jim Grosbach
2011-11-01
ARM VLD/VST assembly parsing for symbolic address operands.
Jim Grosbach
2011-09-30
Correct for my over-eager delete finger.
Jim Grosbach
2011-09-30
ARM Fixup valus for movt/movw are for the whole value.
Jim Grosbach
2011-08-24
ARM asm backend initialize isThumbMode based on target triple.
Jim Grosbach
2011-08-19
Thumb assembly parsing and encoding for LDR(literal).
Jim Grosbach
2011-08-18
ARM Thumb blx instruction fixup has same data range as bl.
Jim Grosbach
2011-08-16
ARM .align NOP padding uses different encoding pre-ARMv6.
Jim Grosbach
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
Sink ARM mc routines into MCTargetDesc.
Evan Cheng