summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
Commit message (Expand)AuthorAge
* ARMEB: Additional test files for ARM fixupsChristian Pirker2014-05-20
* ARM: support FK_SecRel_2 relocations on WoASaleem Abdulrasool2014-05-08
* ARM: For thumb fixups store halfwords high first and low secondChristian Pirker2014-05-06
* MC: support FK_SecRel_4 for Windows on ARMSaleem Abdulrasool2014-05-04
* Add WoA object file emission supportSaleem Abdulrasool2014-04-27
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-24
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-01
* ARM: change parameter names of the ELFARMAsmBackend constructorChristian Pirker2014-03-31
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Add const.Rafael Espindola2014-03-28
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-28
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-10
* Just returning false is the default.Rafael Espindola2014-02-06
* ARM: Resolve thumb_bl fixup in same MCFragment.Logan Chien2014-02-05
* ARM: support tlscall relocationsSaleem Abdulrasool2014-01-30
* MC: whitespaceSaleem Abdulrasool2014-01-26
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-15
* Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions thatKevin Enderby2014-01-10
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* 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