summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [ARM] Fix triple format in test branch disassemble testAndre Vieira2017-03-171-4/+26
* Reverting r297821 due to breaking lld test.Sam Parker2017-03-151-55/+33
* [ARM] Fix for branch label disassembly for ThumbSam Parker2017-03-151-33/+55
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-8/+10
* [Thumb] Set correct initial mapping symbol for big-endian thumbOliver Stannard2016-09-191-1/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* Delete Reloc::Default.Rafael Espindola2016-05-181-4/+0
* [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
OpenPOWER on IntegriCloud