summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Introduce subtarget features per ARM architecture.Bradley Smith2015-11-161-103/+5
* WatchOS: update default CPU for triple after t2dsp -> dsp renameTim Northover2015-11-021-2/+2
* ARM: add backend support for the ABI used in WatchOSTim Northover2015-10-281-1/+2
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-1/+9
* [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-devArtyom Skrobov2015-10-231-5/+5
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-5/+5
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-33/+32
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-32/+33
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-33/+32
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-32/+33
* Generate correct asm info for mingw and cygwin ARM targets.Yaron Keren2015-07-141-2/+2
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFCDuncan P. N. Exon Smith2015-07-081-4/+4
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-4/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-10/+7
* Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.Daniel Sanders2015-06-101-3/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-5/+4
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-4/+4
* [ARM] Fix typo in subtarget feature list for 7em tripleJohn Brawn2015-05-221-1/+1
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* 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
OpenPOWER on IntegriCloud