summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-4/+4
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-4/+4
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+2
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors.Eric Christopher2015-03-301-1/+1
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-1/+1
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-0/+11
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-4/+4
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-4/+4
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-3/+3
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-21/+19
* two or more, use a for.Rafael Espindola2015-03-181-97/+40
* [ARM] Add support for ARMV6K subtarget (LLVM)Renato Golin2015-03-171-0/+3
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-6/+4
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+3
* There is only one Asm streamer, there is no need for targets to register it.Rafael Espindola2015-03-161-4/+8
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-4/+4
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-4/+4
* MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.Peter Collingbourne2015-02-191-6/+0
* 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
OpenPOWER on IntegriCloud