OSDN Git Service

Revert CMake: Make most target symbols hidden by default
[android-x86/external-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCTargetDesc.cpp
2019-06-11 Tom StellardRevert CMake: Make most target symbols hidden by default
2019-06-10 Tom StellardCMake: Make most target symbols hidden by default
2019-06-10 Simon TathamRevert rL362953 and its followup rL362955.
2019-06-10 Simon Tatham[ARM] Add the non-MVE instructions in Arm v8.1-M.
2019-05-14 Richard Trieu[ARM] Create a TargetInfo header. NFC
2019-05-11 Richard Trieu[ARM] Move InstPrinter files to MCTargetDesc. NFC
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-16 Peter CollingbourneARM: Deduplicate code and remove unnecessary declaratio...
2018-03-26 Martin Storsjo[ARM] Simplify constructing the ARMArchFeature string...
2018-03-23 Martin Storsjo[ARM] Error out on .arm assembler directives on windows
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-08-28 Joerg SonnenbergerFix ARMv4 support
2017-08-12 Florian Hahn[Triple] Add isThumb and isARM functions.
2017-07-27 Florian Hahn[TargetParser] Use enum classes for various ARM kind...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-03-17 Andre Vieira[ARM] Fix triple format in test branch disassemble...
2017-03-15 Sam ParkerReverting r297821 due to breaking lld test.
2017-03-15 Sam Parker[ARM] Fix for branch label disassembly for Thumb
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-09-19 Oliver Stannard[Thumb] Set correct initial mapping symbol for big...
2016-06-30 Rafael EspindolaDelete MCCodeGenInfo.
2016-05-18 Rafael EspindolaDelete Reloc::Default.
2015-11-16 Bradley Smith[ARM] Introduce subtarget features per ARM architecture.
2015-11-02 Tim NorthoverWatchOS: update default CPU for triple after t2dsp...
2015-10-28 Tim NorthoverARM: add backend support for the ABI used in WatchOS
2015-10-28 Tim NorthoverARM: support .watchos_version_min and .tvos_version_min.
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-07-14 Yaron KerenGenerate correct asm info for mingw and cygwin ARM...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-08 Duncan P. N. Exon... MC: Constify MCSubtargetInfo in getDeprecationInfo...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-22 John Brawn[ARM] Fix typo in subtarget feature list for 7em triple
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the ARM...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 Rafael EspindolaThere is only one Asm streamer, there is no need for...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Peter CollingbourneMC: Remove NullStreamer hook, as it is redundant with...
2015-02-19 Peter CollingbourneIntroduce Target::createNullTargetStreamer and use...
2014-12-24 Saleem AbdulrasoolMC: address some comments in deprecation checks
2014-12-20 Saleem AbdulrasoolARM: further improve deprecated diagnosis (LDM)
2014-12-17 Saleem AbdulrasoolARM: correct an off-by-one in an assert
2014-12-16 Saleem AbdulrasoolARM: diagnose deprecated syntax
2014-12-16 Saleem AbdulrasoolARM: 80-column
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-10-19 Bob WilsonUse triple predicate functions instead of checking...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-09-05 Tim NorthoverARM: cover all sub-architecture enumerators to keep...
2014-07-25 Nico WeberWrap to 80 columns, no behavior change.
2014-07-18 Renato GolinSuppress 'not handled in switch' warning
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-09 Saleem AbdulrasoolARM MC: 80 column
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-01-27 Mark SeabornARM MC: Fix the initial DWARF CFI unwind info at the...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-09 Evan ChengClean up an inconsistency in v7s feature default.
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-12-18 Rafael EspindolaCorrectly handle the degenerated triple "thumb".
2013-12-10 Tim NorthoverMake Triple's isOSBinFormatXXX functions partition...
2013-10-29 Bernard OgdenARM: Add subtarget feature for CRC
2013-10-14 Bernard OgdenAdd subtarget feature support for Cortex-A53
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
next