aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* [Sparc] Move SparcTargetStreamer.h to the MC Desc, where the implementation i...Benjamin Kramer2018-09-101-0/+48
* [Target] Untangle disassemblersBenjamin Kramer2018-09-101-1/+1
* [Sparc] Avoid writing outside array in applyFixupDaniel Cederman2018-08-271-3/+17
* [Sparc] Add support for 13-bit PICDaniel Cederman2018-06-115-0/+23
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-2/+4
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-213-13/+9
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-9/+9
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-8/+3
* [Sparc] Include __tls_get_addr in symbol table for TLS calls to itJonas Devlieghere2018-02-211-2/+14
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-032-4/+5
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-103-7/+11
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-45/+0
* [Sparc] invalid adjustments in TLS_LE/TLS_LDO relocations removedFedor Sergeev2017-07-251-8/+7
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-1/+1
* [Sparc] Fix -Wimplicit-fallthrough warning. NFCI.Simon Pilgrim2017-07-071-0/+1
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-5/+7
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-062-2/+1
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-1/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-1/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-142-4/+9
* [Sparc] Fix some Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2017-02-041-14/+23
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-4/+13
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-10/+11
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-2/+5
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-25/+10
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-221-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+4
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-155-22/+20
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-155-20/+22
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-155-22/+20
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-155-20/+22
* Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...Daniel Sanders2015-09-151-0/+1
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-3/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-233-4/+4
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-193-4/+4
* [SPARC] Repair GOT references to internal symbols.James Y Knight2015-06-181-0/+25
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-4/+3
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-5/+4
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-092-6/+3