Make getTargetStreamer return a possibly null pointer.
[oota-llvm.git] / lib / Target / Sparc / SparcAsmPrinter.cpp
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-12 Jakob Stoklund OlesenHandle bundled terminators in isBlockOnlyReachableByFal...
2014-01-11 Venkatraman Govind... [Sparc] Bundle instruction with delay slow and its...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-05 Benjamin KramerSPARC: Make helper function static.
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-29 Venkatraman Govind... [SparcV9] Use separate instruction patterns for 64...
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-11-24 Venkatraman Govind... [SparcV9]: Do not emit .register directives for global...
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-09-22 Venkatraman Govind... [Sparc] Emit .register directive to declare the use...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-04 Venkatraman Govind... Sparc: No functionality change. Cleanup whitespaces...
2013-06-03 Venkatraman Govind... Sparc: Add support for indirect branch and blockaddress...
2013-04-14 Jakob Stoklund OlesenUse target flags for printing SPARC asm operands.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2011-12-25 Venkatraman Govind... Sparc: Implement emitFrameIndexDebugValue and getDebugV...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-01-12 Venkatraman Govind... Remove SPARC backend getpcx instruction's Uses. Also...
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2008-11-11 Anton KorobeynikovSeparate sparc asmprinter. This should unbreak the...
2008-10-10 Anton KorobeynikovIgnore extra 'r' modifier for now
2008-10-10 Anton KorobeynikovAdd rudimentary asmprinter support for printing inline...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-07 Anton KorobeynikovUse EmitAlignment consistently
2008-08-07 Anton KorobeynikovCleanup
2008-08-07 Anton KorobeynikovSwitch Sparc to new section handling stuff. Refactor...
2008-07-10 Owen AndersonFix the build by adding a #include.
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Chris LattnerThese asm printers shouldn't use assembly/writer.h
2006-11-02 Reid SpencerFor PR786:
2006-10-05 Chris LattnerUse getSectionForFunction
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-02-27 Chris LattnerDon't print constant initializers, they may span lines...
2006-02-15 Chris LattnerSparc actually *DOES* have a directive for emitting...
2006-02-10 Chris LattnerUse the auto-generated call matcher. Remove a broken...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-01-31 Chris Lattnercompactify all of the integer conditional moves into...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-15 Chris LattnerDon't print a label for the first MBB in a function.
2005-12-18 Chris LattnerThe sun assembler only supports .xword in V9 mode.
2005-12-18 Chris LattnerConfigure the asmwriter to allow constant pools to...
2005-12-18 Chris LattnerAdd constant pool support, including folding into addre...
2005-12-18 Chris LattnerTeach the addressing mode stuff to fold "%lo" into...
2005-12-17 Chris LattnerAdd basic addressing mode support and one load.
2005-12-17 Chris LattnerUse the AsmPrinter for global variable init printing...
2005-12-17 Chris LattnerSwitch constant pool printing over to use the Shared...
2005-12-17 Chris LattnerUse the shared AsmPrinter code for some basic stuff...
2005-12-17 Chris LattnerConvert the remaining instructions over, branches and...
2005-12-16 Chris Lattnerremove some dead code
2005-12-16 Chris Lattnerasmprint pseudo instrs
2005-12-16 Chris LattnerAutogenerate asmprinter for F3_2 instructions
2005-12-16 Chris LattnerSwitch F3_1 instructions over to use AsmStrings
2005-12-16 Chris LattnerPlug in basic hooks for an autogenerated asm printer...
2005-08-17 Jim LaskeyPromote dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
next