Move TargetData to DataLayout.
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Roman DivackyOn PPC64 emit the environment pointer. Patch by Adhemer...
2012-09-03 Roman DivackyRemove always true checks. Noticed by Adhemerval Zanella.
2012-08-29 Hal FinkelReserve space for the mandatory traceback fields on...
2012-08-28 Roman DivackyEmit word of zeroes after the last instruction as a...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-11 Hal FinkelRename the PPC target feature gpul to mfocrf.
2012-06-11 Hal FinkelAdd POWER6 and POWER7 CPU types to the PPC backend.
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Roman DivackyProperly MCize the section switch, removing a FIXME.
2012-02-27 Roman DivackyReapply r151278 with fixes.
2012-02-25 Hal FinkelRevert r151278, breaks static linking.
2012-02-23 Roman DivackyMCize function entry label emission on PowerPC64 properly.
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-07 Hal Finkelmake CR spill and restore 64-bit clean (no functional...
2011-12-01 Eli FriedmanSmall fix for assembler generation on Darwin PPC64...
2011-11-09 Devang PatelRemove unnecessary include.
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-03-21 Bill WendlingWe need to pass the TargetMachine object to the InstPri...
2010-11-15 Chris LattnerWire up primitive support in the assembler backend...
2010-11-15 Chris Lattnerfix a regression with the new instprinter: we lost...
2010-11-15 Chris Lattnerstrength reduce TOC temp label generation, no functiona...
2010-11-15 Chris Lattnerrip out a ton of old instruction printing junk now...
2010-11-15 Chris LattnerTurn on the new instprinter by default.
2010-11-15 Chris Lattnerremove some extraneous quotes to make the new instprint...
2010-11-14 Chris Lattnerwith the picbase nonsense starting to be figured out...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-11-14 Chris Lattnerlower PPC::MFCRpseud when transforming to MC, avoiding...
2010-11-14 Chris Lattnerproperly wire up the instprinter to the ppc64 backend...
2010-11-14 Chris Lattnerswitch PPC to a simplified MCInstLowering model.
2010-11-14 Chris LattnerImplement support for printing register and immediate...
2010-11-14 Chris Lattnerstub out PPCMCInstLowering, add a new option that uses...
2010-11-14 Chris Lattnerstub out a powerpc MCInstPrinter implementation.
2010-11-14 Chris Lattnermove PPCAsmPrinter into the main PPC library, like...
2008-08-17 Anton KorobeynikovFactor out asmprinter out of ppc
2008-08-08 Anton KorobeynikovHandle visibility printing with all generality. Remove...
2008-08-08 Anton KorobeynikovUse chars, where possible
2008-08-08 Anton KorobeynikovConvert PPC/Linux to new section printing stuff
2008-08-08 Anton KorobeynikovSwitch PPC/Darwin to new section handling stuff
2008-08-08 Anton KorobeynikovCleanup
2008-07-09 Dale JohannesenRemove extra call to DW.SetModuleInfo on Linux.
2008-07-09 Dale JohannesenEmit debug into for data-only files for Linux PPC.
2008-07-09 Dale JohannesenEmit debug info for data-only files. This version
2008-07-09 Evan ChengBack out 53254. It broke ppc debug info codegen.
2008-07-08 Dale JohannesenMake debug info come out in data-only files.
2008-05-24 Dale JohannesenPut initialized const weak objects into correct
2008-05-19 Dale JohannesenHandle quoted names when constructing $stub's,
2008-05-16 Dale JohannesenRecord weak external linkage in a case where we were
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
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-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-05 Nate BegemanIdent mnemonics appropriately
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-01-26 Bill WendlingIf there's no instructions being emitted on X86 for...
2008-01-26 Bill WendlingIf there are no machine instructions emitted for a...
2008-01-23 Dale JohannesenHonor explicit section information on Darwin.
2008-01-17 Dale JohannesenRevert the part of 45848 that treated weak globals
2008-01-11 Dale JohannesenWeak things initialized to 0 don't go in bss on Darwin.
2008-01-02 Chris Lattnerleopard and above support alignment for common symbols.
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-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-11-04 Nick LewyckyFix crash before main on ppc/linux with static construc...
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-09-21 Evan ChengHonor user-defined section specification of a global...
2007-09-20 Devang PatelDo not override user specified section.
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-07-25 Dan GohmanDon't ignore the return value of AsmPrinter::doInitiali...
2007-07-25 Nick LewyckyFix debug info and globals filled with zeros.
2007-05-03 Chris Lattneradd support for printing offset of global
2007-04-24 Chris LattnerFix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm...
2007-03-08 Evan ChengPutting more constants which do not contain relocations...
2007-03-08 Evan ChengFor Darwin, put constant data into .const, .const_data...
2007-03-03 Nick LewyckyEmit low/high immediate loads properly for Linux/PPC.
2007-02-21 Jim LaskeyAdd support for changes in DwarfWriter.
2007-02-01 Chris LattnerFix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
next