summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* ARM: Don't emit R_ARM_NONE relocations to compact unwinding decoders in .ARM....Peter Collingbourne2019-11-121-1/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-111-5/+20
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Revert rL362953 and its followup rL362955.Simon Tatham2019-06-101-20/+5
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-101-5/+20
* [ARM] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [ARM] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-5/+6
* ARM: Deduplicate code and remove unnecessary declaration. NFCI.Peter Collingbourne2018-05-161-13/+6
* [ARM] Simplify constructing the ARMArchFeature string. NFC.Martin Storsjo2018-03-261-12/+9
* [ARM] Error out on .arm assembler directives on windowsMartin Storsjo2018-03-231-0/+7
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-8/+10
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-6/+10
* Fix ARMv4 supportJoerg Sonnenberger2017-08-281-2/+2
* [Triple] Add isThumb and isARM functions.Florian Hahn2017-08-121-4/+1
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-271-2/+2
* 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
OpenPOWER on IntegriCloud