aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2011-12-25Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks.Venkatraman Govindaraju
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-01-12Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to Venkatraman Govindaraju
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner
2008-11-11Separate sparc asmprinter. This should unbreak the native buildAnton Korobeynikov
2008-10-10Ignore extra 'r' modifier for nowAnton Korobeynikov
2008-10-10Add rudimentary asmprinter support for printing inline asm operands for sparc.Anton Korobeynikov
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-29Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands
2008-09-24Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov
2008-09-24Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-08Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov
2008-08-07Use EmitAlignment consistentlyAnton Korobeynikov
2008-08-07CleanupAnton Korobeynikov
2008-08-07Switch Sparc to new section handling stuff. Refactor printing of module-level...Anton Korobeynikov
2008-07-10Fix the build by adding a #include.Owen Anderson
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-02Get rid of the annoying blank lines before labels.Evan Cheng
2008-01-29Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-02-14Generalize TargetData strings, to support more interesting forms of data.Chris Lattner
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-06These asm printers shouldn't use assembly/writer.hChris Lattner
2006-11-02For PR786:Reid Spencer
2006-10-05Use getSectionForFunctionChris Lattner
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-09Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner
2006-05-04Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.Chris Lattner