summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Sparc] Emit correct relocations for PIC code when integrated assembler is used.Venkatraman Govindaraju2014-02-07
* [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju2014-02-07
* [Sparc] Fix breakage in r200345David Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Fix the DWARF EH encodings for Sparc PIC code.Jakob Stoklund Olesen2014-01-28
* [Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...Venkatraman Govindaraju2014-01-22
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-12
* [Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...Venkatraman Govindaraju2014-01-11
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* SPARC: Make helper function static.Benjamin Kramer2014-01-05
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* [SparcV9] Use separate instruction patterns for 64 bit arithmetic instruction...Venkatraman Govindaraju2013-12-29
* [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.Venkatraman Govindaraju2013-12-26
* [SparcV9]: Do not emit .register directives for global registers that are clo...Venkatraman Govindaraju2013-11-24
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* [Sparc] Add support for TLS in sparc.Venkatraman Govindaraju2013-09-22
* [Sparc] Emit .register directive to declare the use of global registers %g2, ...Venkatraman Govindaraju2013-09-22
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,Venkatraman Govindaraju2013-06-04
* Sparc: Add support for indirect branch and blockaddress in Sparc backend.Venkatraman Govindaraju2013-06-03
* Use target flags for printing SPARC asm operands.Jakob Stoklund Olesen2013-04-14
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks.Venkatraman Govindaraju2011-12-25
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to Venkatraman Govindaraju2011-01-12
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-14
* Separate sparc asmprinter. This should unbreak the native buildAnton Korobeynikov2008-11-11
* Ignore extra 'r' modifier for nowAnton Korobeynikov2008-10-10
* Add rudimentary asmprinter support for printing inline asm operands for sparc.Anton Korobeynikov2008-10-10
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-29
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-24
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-24
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-08
* Use EmitAlignment consistentlyAnton Korobeynikov2008-08-07
* CleanupAnton Korobeynikov2008-08-07
* Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov2008-08-07
* Fix the build by adding a #include.Owen Anderson2008-07-10
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-14
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-28