summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [Sparc] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [Sparc] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-7/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sparc] Move SparcTargetStreamer.h to the MC Desc, where the implementation i...Benjamin Kramer2018-09-101-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-3/+3
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* Use isPositionIndependent(). NFC.Rafael Espindola2016-06-271-1/+1
* [sparc] Remove some unused (and undefined) declarations.Benjamin Kramer2016-05-271-1/+0
* [Sparc] Extend the assembler printing support for Sparc back-end.Chris Dewhurst2016-05-261-0/+4
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith2016-02-221-2/+2
* CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFCDuncan P. N. Exon Smith2016-02-211-2/+2
* Sparc: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-2/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-2/+2
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-10/+10
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-4/+4
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-7/+7
* [Sparc] Really add sparcel architecture support.Douglas Katzman2015-04-291-0/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-17/+17
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-18/+0
* Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher2015-01-301-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-3/+2
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-2/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-6/+6
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-071-2/+2
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-071-55/+31
* [Sparc] Fix breakage in r200345David Woodhouse2014-01-281-9/+10
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-22/+30
* Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen2014-01-281-0/+20
* [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...Venkatraman Govindaraju2014-01-221-30/+94
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-141-1/+2
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-121-35/+0
* [Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...Venkatraman Govindaraju2014-01-111-3/+7
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-3/+3
* SPARC: Make helper function static.Benjamin Kramer2014-01-051-2/+2
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+2
* [SparcV9] Use separate instruction patterns for 64 bit arithmetic instruction...Venkatraman Govindaraju2013-12-291-2/+2
* [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.Venkatraman Govindaraju2013-12-261-60/+143
* [SparcV9]: Do not emit .register directives for global registers that are clo...Venkatraman Govindaraju2013-11-241-1/+1
OpenPOWER on IntegriCloud