Kill ModuleProvider and ghost linkage by inverting the relationship between
[oota-llvm.git] / lib / Target / XCore / AsmPrinter / XCoreAsmPrinter.cpp
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Chris LattnerSwitch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-22 Chris Lattneradd missing break, PR6114, patch by M Wahab.
2010-01-20 Chris Lattnerreduce redundant are's.
2010-01-19 Chris Lattnereliminate AsmPrinter::EmitZeros: just use MCStreamer...
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris Lattnereliminate uses of mangler and simplify code.
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Bob WilsonThe AsmPrinter base class contains a DwarfWriter member...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-15 Richard OsborneMove XCore AsmPrinter to XCore/AsmPrinter directory.