aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-24MC: address some comments in deprecation checksSaleem Abdulrasool1-4/+4
2014-12-20ARM: further improve deprecated diagnosis (LDM)Saleem Abdulrasool1-0/+32
2014-12-17ARM: correct an off-by-one in an assertSaleem Abdulrasool1-1/+4
2014-12-16ARM: diagnose deprecated syntaxSaleem Abdulrasool1-0/+14
2014-12-16ARM: 80-columnSaleem Abdulrasool1-4/+5
2014-11-17Revert "ADT: correctly report isMSVCEnvironment for windows itanium"Reid Kleckner1-1/+1
2014-11-17ADT: correctly report isMSVCEnvironment for windows itaniumSaleem Abdulrasool1-1/+1
2014-10-19Use triple predicate functions instead of checking values directly. NFC.Bob Wilson1-24/+7
2014-10-15Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola1-6/+3
2014-09-05ARM: cover all sub-architecture enumerators to keep compiler happy.Tim Northover1-0/+2
2014-07-25Wrap to 80 columns, no behavior change.Nico Weber1-2/+4
2014-07-18Suppress 'not handled in switch' warningRenato Golin1-0/+2
2014-07-18Refactor ARM subarchitecture parsingRenato Golin1-82/+74
2014-07-08Revert "Refactor ARM subarchitecture parsing"Renato Golin1-78/+82
2014-07-07Refactor ARM subarchitecture parsingRenato Golin1-82/+78
2014-06-20Allow a target to create a null streamer.Rafael Espindola1-0/+6
2014-04-27Add WoA object file emission supportSaleem Abdulrasool1-7/+10
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-2/+2
2014-04-09ARM MC: 80 columnSaleem Abdulrasool1-3/+5
2014-04-02ARM: update subtarget information for Windows on ARMSaleem Abdulrasool1-3/+24
2014-04-01ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker1-54/+54
2014-03-28Add ARM big endian Target (armeb, thumbeb)Christian Pirker1-27/+70
2014-03-10[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-02-04Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto1-2/+5
2014-01-27ARM MC: Fix the initial DWARF CFI unwind info at the start of a functionMark Seaborn1-2/+8
2014-01-26Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola1-0/+1
2014-01-09Clean up an inconsistency in v7s feature default.Evan Cheng1-2/+2
2014-01-06ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover1-2/+2
2013-12-18Correctly handle the degenerated triple "thumb".Rafael Espindola1-6/+3
2013-12-10Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover1-1/+1
2013-10-29ARM: Add subtarget feature for CRCBernard Ogden1-2/+2
2013-10-14Add subtarget feature support for Cortex-A53Bernard Ogden1-2/+7
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola1-0/+4
2013-10-07[ARM] Improve build attributes emission.Amara Emerson1-1/+1
2013-10-05Remove some really nasty uses of hasRawTextSupport.Rafael Espindola1-2/+1
2013-10-03[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson1-0/+11
2013-09-26[ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson1-1/+1
2013-09-17[ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly1-8/+25
2013-09-12Add an instruction deprecation feature to TableGen.Joey Gouly1-1/+17
2013-06-26Add a subtarget feature 'v8' to the ARM backend.Joey Gouly1-1/+4
2013-06-10ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover1-0/+2
2013-05-24Follow up of the introduction of MCSymbolizer.Quentin Colombet1-4/+5
2013-05-24MC: Disassembled CFG reconstruction.Ahmed Bougacha1-4/+5
2013-05-24Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha1-0/+14
2013-05-13Remove the MachineMove class.Rafael Espindola1-1/+1
2013-05-10Remove unused argument.Rafael Espindola1-1/+1
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky1-1/+11
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-1/+1
2012-12-21Remove duplicate includes.Roman Divacky1-1/+0
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach1-1/+1