aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/MCTargetDesc
AgeCommit message (Expand)Author
2013-05-13Remove the MachineMove class.Rafael Espindola
2013-05-10Remove unused argument.Rafael Espindola
2013-05-10Implement AsmParser for ARM unwind directives.Logan Chien
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-04-16Fix build failure introduced in 179591 when assertions are disabled.Logan Chien
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-02-27ARM: permit full range of valid ADR immediates.Tim Northover
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30Add missing header and test cases for r173939.Logan Chien
2013-01-30Override virtual function for ARM EH directives.Logan Chien
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-14Follow up of commit r172472.Quentin Colombet
2013-01-14Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach
2012-12-12Add ARM NONE and PREL31 relocation types.Logan Chien
2012-12-08Simplify code. Sort includes. No functionality change.Benjamin Kramer
2012-12-08Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-05Correct ARM NOP encodingDavid Sehr
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-24ARM: Share applyFixup between ELF and Darwin.Benjamin Kramer
2012-11-09Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.Anton Korobeynikov
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach
2012-09-29Add LLVM support for Swift.Bob Wilson
2012-09-25ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach
2012-09-22Fix the handling of edge cases in ARM shifted operands.Tim Northover
2012-09-21Tidy up. Whitespace.Jim Grosbach
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-09-01Fix Thumb2 fixup kind in the integrated-as.Logan Chien
2012-08-24Fix undefined behavior (negation of INT_MIN) in ARM backend.Richard Smith
2012-08-09Remove getARMRegisterNumbering and replace with calls intoEric Christopher
2012-08-02Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu
2012-08-02Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu
2012-07-30Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-19Have ARM ELF use correct reloc for "b" instr.Jan Wen Voung
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-15Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach
2012-05-03Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bitsKevin Enderby
2012-05-01ARM: allow vanilla expressions for movw/movt.Jim Grosbach