summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix MSVC '*/' found outside of comment warning. NFCI.Simon Pilgrim2018-06-061-1/+1
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-3/+6
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-6/+5
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-4/+4
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-1/+2
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+3
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-2/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+2
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-2/+4
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-3/+3
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-2/+2
* [lanai] Update for Target API (TargetRegistry::RegisterMCAsmBackend) changeJacques Pienaar2016-07-291-4/+4
* [lanai] Small cleanup: remove/comment out unused argsJacques Pienaar2016-07-151-10/+13
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* [lanai] Add Lanai backend.Jacques Pienaar2016-03-281-0/+168
OpenPOWER on IntegriCloud