index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-02-05
Remove getBundleSize methods from NaCl Asm backends
Derek Schuff
2013-02-04
Cherry-pick not-yet-committed upstream change to fix relaxation at bundle end
Derek Schuff
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
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-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2012-12-05
Correct ARM NOP encoding
David Sehr
2012-12-04
Fix NOP encoding
David Sehr
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-29
Add isOSNaCl, and add Asm subclasses for NaCl
David Sehr
2012-11-29
Leave NOPS as upstream defines
David Sehr
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-24
ARM: Share applyFixup between ELF and Darwin.
Benjamin Kramer
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
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
[next]