aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-22Prune some includes from headers and sink some inline functionsReid Kleckner1-0/+1
2016-03-09This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst1-2/+20
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-1/+1
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein1-1/+1
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-1/+1
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein1-1/+1
2015-03-28[SparcInstPrinter] Use the subtarget that is passed to the print functionAkira Hatanaka1-21/+22
2015-03-27[MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka1-2/+1
2015-03-24Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-1/+1
2015-03-24Use std::bitset for SubtargetFeaturesMichael Kuperstein1-1/+1
2015-02-19Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein1-1/+1
2015-02-19Use std::bitset for SubtargetFeaturesMichael Kuperstein1-1/+1
2014-06-19Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper1-1/+1
2014-05-16TableGen: fix operand counting for aliasesTim Northover1-0/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-02[Sparc] Add support for decoding jmpl/retl/ret instruction.Venkatraman Govindaraju1-1/+9
2014-03-02[Sparc] Add fcmpe* instructions to Sparc backend.Venkatraman Govindaraju1-6/+8
2014-03-02[Sparc] Add support for parsing branches and conditional move instructions wi...Venkatraman Govindaraju1-5/+6
2014-03-02[Sparc] Add support for parsing fcmp with %fcc registers.Venkatraman Govindaraju1-0/+24
2014-03-01[SparcV9] Add support for parsing branch instructions with prediction.Venkatraman Govindaraju1-0/+4
2014-03-01[Sparc] Add support for parsing annulled branch instructions.Venkatraman Govindaraju1-0/+1
2014-03-01[Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the ...Venkatraman Govindaraju1-0/+8
2014-02-07[Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.Venkatraman Govindaraju1-1/+0
2014-01-10[Sparc] Add support for parsing jmpl instruction and make indirect call and j...Venkatraman Govindaraju1-1/+26
2014-01-08[Sparc] Add support for parsing branch instructions and conditional moves.Venkatraman Govindaraju1-0/+11
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-2/+1
2013-12-26[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.Venkatraman Govindaraju1-2/+1
2013-12-25[Sparc] Add MCInstPrinter implementation for SPARC.Venkatraman Govindaraju1-0/+95