Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / Sparc / SparcAsmPrinter.cpp
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...
2004-12-09 Brian GaekeFix asm-printing directives (how did we not see this...
2004-11-23 Brian GaekeSupport printing ConstantAggregateZeros.
2004-11-19 Misha BrukmanHandle GhostLinkage case for completeness (should not...
2004-11-14 Brian GaekeSupport UndefValue emission.
2004-09-29 Brian GaekeDon't use .quad to output double constants. The assembl...
2004-09-29 Brian GaekePut quotes around argument to .section directive.
2004-09-02 Brian GaekeBack to compiling land for v8
2004-08-04 Chris LattnergetValues is gone
2004-07-18 Chris LattnerCPR fixes
2004-07-16 Brian GaekeAdd special handling for pseudo-instructions (print...
2004-07-08 Brian GaekeFix bug where SwitchSection would fail to change to...
2004-06-27 Brian GaekeSupport printing constant pool indices.
2004-06-24 Misha Brukman* LowercaseString moved to StringExtras.h
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-18 Brian Gaeke.zero doesn't work in the Solaris assembler.
2004-06-18 Brian GaekeSupport printing base+offset pairs where the offset...
2004-06-17 Brian GaekeEmit stores correctly; don't fail an assertion.
2004-06-17 Brian GaekeUse addGlobalAddress and addMBB for call & branch targe...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Brian GaekeAllow special-casing of operand printing based on opcod...
2004-06-02 Chris LattnerAdjust to new TM interfaces
2004-04-07 Brian GaekeDon't print [%reg + 0], just print [%reg]
2004-04-07 Brian GaekeFix bug in printing loads.
next