summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne2015-02-191-0/+10
* MC: address some comments in deprecation checksSaleem Abdulrasool2014-12-241-4/+4
* ARM: further improve deprecated diagnosis (LDM)Saleem Abdulrasool2014-12-201-0/+32
* ARM: correct an off-by-one in an assertSaleem Abdulrasool2014-12-171-1/+4
* ARM: diagnose deprecated syntaxSaleem Abdulrasool2014-12-161-0/+14
* ARM: 80-columnSaleem Abdulrasool2014-12-161-4/+5
* Revert "ADT: correctly report isMSVCEnvironment for windows itanium"Reid Kleckner2014-11-171-1/+1
* ADT: correctly report isMSVCEnvironment for windows itaniumSaleem Abdulrasool2014-11-171-1/+1
* Use triple predicate functions instead of checking values directly. NFC.Bob Wilson2014-10-191-24/+7
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-6/+3
* ARM: cover all sub-architecture enumerators to keep compiler happy.Tim Northover2014-09-051-0/+2
* Wrap to 80 columns, no behavior change.Nico Weber2014-07-251-2/+4
* Suppress 'not handled in switch' warningRenato Golin2014-07-181-0/+2
* Refactor ARM subarchitecture parsingRenato Golin2014-07-181-82/+74
* Revert "Refactor ARM subarchitecture parsing"Renato Golin2014-07-081-78/+82
* Refactor ARM subarchitecture parsingRenato Golin2014-07-071-82/+78
* Allow a target to create a null streamer.Rafael Espindola2014-06-201-0/+6
* Add WoA object file emission supportSaleem Abdulrasool2014-04-271-7/+10
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* ARM MC: 80 columnSaleem Abdulrasool2014-04-091-3/+5
* ARM: update subtarget information for Windows on ARMSaleem Abdulrasool2014-04-021-3/+24
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-011-54/+54
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-27/+70
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-3/+3
* Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...David Peixotto2014-02-041-2/+5
* ARM MC: Fix the initial DWARF CFI unwind info at the start of a functionMark Seaborn2014-01-271-2/+8
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Clean up an inconsistency in v7s feature default.Evan Cheng2014-01-091-2/+2
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-061-2/+2
* Correctly handle the degenerated triple "thumb".Rafael Espindola2013-12-181-6/+3
* Make Triple's isOSBinFormatXXX functions partition triple-space.Tim Northover2013-12-101-1/+1
* ARM: Add subtarget feature for CRCBernard Ogden2013-10-291-2/+2
* Add subtarget feature support for Cortex-A53Bernard Ogden2013-10-141-2/+7
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-0/+4
* [ARM] Improve build attributes emission.Amara Emerson2013-10-071-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-2/+1
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-031-0/+11
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-261-1/+1
* [ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.Joey Gouly2013-09-171-8/+25
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-1/+17
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-1/+4
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-101-0/+2
* Follow up of the introduction of MCSymbolizer.Quentin Colombet2013-05-241-4/+5
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-4/+5
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+14
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+1
* Remove unused argument.Rafael Espindola2013-05-101-1/+1
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-1/+11
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
OpenPOWER on IntegriCloud