summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-8/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-6/+5
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-3/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-304-14/+14
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-2/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-3/+3
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-6/+6
* [Sparc] Repair fixups in little endian mode.James Y Knight2015-05-011-12/+57
* [Sparc] Really add sparcel architecture support.Douglas Katzman2015-04-296-25/+36
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-143-5/+5
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-2/+3
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-091-2/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused MCSubtargetInfo argument from the Sparc MCInstPrinter ctors.Eric Christopher2015-03-301-1/+1
OpenPOWER on IntegriCloud