OSDN Git Service

Sort the remaining #include lines in include/... and lib/....
[android-x86/external-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMAsmBackend.cpp
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-06 Peter Smith[ARM] Add curly braces around switch case [NFC]
2017-06-05 Peter Smith[ARM] Support fixup for Thumb2 modified immediate
2017-06-01 Florian Hahn[ARM] Create relocations for Thumb functions calling...
2017-04-05 Alex BradburyAdd MCContext argument to MCAsmBackend::applyFixup...
2017-03-14 Artyom SkrobovFix typo in comment
2017-01-18 Chad Rosier[Assembler] Fix crash when assembling .quad for AArch32.
2016-08-25 Tim NorthoverARM: by default don't set the Thumb bit on MachO reloca...
2016-08-24 Tim NorthoverARM: don't diagnose cbz/cbnz to Thumb functions.
2016-08-17 Justin BognerReplace a few more "fall through" comments with LLVM_FA...
2016-08-17 Justin BognerReplace "fallthrough" comments with LLVM_FALLTHROUGH
2016-08-16 Prakhar BahugunaCorrect the upper bound for a CBZ/CBNZ branch target.
2016-08-16 Prakhar Bahuguna[Thumb] Validate branch target for CBZ/CBNZ instructions.
2016-08-15 Matthias BraunRevert "[Thumb] Validate branch target for CBZ/CBNZ...
2016-08-15 Prakhar Bahuguna[Thumb] Validate branch target for CBZ/CBNZ instructions.
2016-07-25 Joel JonesMC] Provide an MCTargetOptions to implementors of MCAsm...
2016-07-11 Nirav DaveFix branch relaxation in 16-bit mode.
2016-05-10 Tim NorthoverARM: report an error when attempting to target a misalg...
2016-04-01 James MolloyFix for pr24346: arm asm label calculation error in sub
2016-03-15 Davide Italiano[MC] Rename TLSCALL as it's not ARM specific.
2016-01-27 Benjamin KramerDon't put classes in headers into anonymous namespaces.
2016-01-25 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2016-01-15 Bradley Smith[ARM] Add B.W and CBZ instructions to ARMv8-M Baseline
2015-12-16 Reid KlecknerRevert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-12 Artyom SkrobovCull non-standard variants of ARM architectures (NFC)
2015-11-05 Rafael EspindolaGo back to producing relocations for out of range symbols.
2015-11-04 Rafael EspindolaSlightly saner handling of thumb branches.
2015-10-28 Tim NorthoverARM: add support for WatchOS's compact unwind information.
2015-10-02 Tim NorthoverARM: diagnose invalid local fixups on Thumb1
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-08-30 Chandler Carruth[Triple] Stop abusing a class to have only static metho...
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-14 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-04-07 Aaron BallmanSilencing several "enumeral and non-enumeral type in...
2015-04-06 Tim NorthoverARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is...
2015-04-06 Rafael EspindolaRemove unnecessary uses of AliasedSymbol.
2014-09-16 Joe AbbeyARMAsmBackend uses a factory method to generate binary...
2014-09-02 JF BastienAdd missing override on ARMAsmBackend's dtor.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-05-20 Christian PirkerARMEB: Additional test files for ARM fixups
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-06 Christian PirkerARM: For thumb fixups store halfwords high first and...
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-31 Christian PirkerARM: change parameter names of the ELFARMAsmBackend...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
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-06 Rafael EspindolaJust returning false is the default.
2014-02-05 Logan ChienARM: Resolve thumb_bl fixup in same MCFragment.
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-26 Saleem AbdulrasoolMC: whitespace
2014-01-15 Bob WilsonRemove support for armv7f slice. <rdar://problem/12478440>
2014-01-10 Kevin EnderbyFix a bug with the ARM thumb2 CBNZ and CBNZ instruction...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-06-11 NAKAMURA TakumiRework r183728, suppress assert(0) for now. Its behavio...
2013-06-11 NAKAMURA TakumiTweak a couple of tests on win32 hosts with +Asserts.
2013-06-11 NAKAMURA TakumiARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF()...
2013-06-11 NAKAMURA TakumiWhitespace.
2013-01-14 Quentin ColombetFollow up of commit r172472.
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-05 David SehrCorrect ARM NOP encoding
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-24 Benjamin KramerARM: Share applyFixup between ELF and Darwin.
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-04-30 Jim GrosbachARM: Diagnostics for out of range fixups.
2012-04-26 Jim GrosbachARM: Thumb ldr(literal) base address alignment is 32...
2012-04-12 Jim GrosbachARM 'adr' fixups don't need the interworking addend...
2012-03-30 Jim GrosbachARM fix encoding fixup resolution for ldrd and friends.
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-27 Craig TopperPrune some includes
2012-03-26 Craig TopperPrune some includes and forward declarations.
next