summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
Commit message (Expand)AuthorAge
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-11
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-11
* ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().NAKAMURA Takumi2013-06-11
* Whitespace.NAKAMURA Takumi2013-06-11
* Follow up of commit r172472.Quentin Colombet2013-01-14
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-14
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Correct ARM NOP encodingDavid Sehr2012-12-05
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* ARM: Share applyFixup between ELF and Darwin.Benjamin Kramer2012-11-24
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Add LLVM support for Swift.Bob Wilson2012-09-29
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby2012-05-03
* ARM: Diagnostics for out of range fixups.Jim Grosbach2012-04-30
* ARM: Thumb ldr(literal) base address alignment is 32-bits.Jim Grosbach2012-04-26
* ARM 'adr' fixups don't need the interworking addend tweaking.Jim Grosbach2012-04-12
* ARM fix encoding fixup resolution for ldrd and friends.Jim Grosbach2012-03-30
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-30
* Prune some includesCraig Topper2012-03-27
* Prune some includes and forward declarations.Craig Topper2012-03-26
* ARM branch relaxation for unconditional t1 branches.Jim Grosbach2012-03-19
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Silence warnings about mixing enums.Benjamin Kramer2012-01-19
* Thumb2 relaxation for tADR to t2ADR.Jim Grosbach2012-01-19
* Add comment and fix range check in condition.Jim Grosbach2012-01-19
* Thumb2 relaxation for LDR(literal).Jim Grosbach2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Thumb2 load/store fixups don't set the thumb bit.Jim Grosbach2012-01-18
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-18
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* ARM assembly parsing and encoding support for LDRD(label).Jim Grosbach2011-12-19
* Tidy up value checking.Jim Grosbach2011-12-06
* Fix ARM handling of tBcc branch relaxation.Jim Grosbach2011-12-06
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Simple branch relaxation for Thumb2 Bcc instructions.Jim Grosbach2011-12-05
* Generalize the fixup info for ARM mode.Jim Grosbach2011-11-16
* Fix encoding of NOP used for padding in ARM mode .align.Jim Grosbach2011-11-16
* ARM VLD/VST assembly parsing for symbolic address operands.Jim Grosbach2011-11-01
* Correct for my over-eager delete finger.Jim Grosbach2011-09-30
* ARM Fixup valus for movt/movw are for the whole value.Jim Grosbach2011-09-30
* ARM asm backend initialize isThumbMode based on target triple.Jim Grosbach2011-08-24
* Thumb assembly parsing and encoding for LDR(literal).Jim Grosbach2011-08-19
* ARM Thumb blx instruction fixup has same data range as bl.Jim Grosbach2011-08-18