aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
AgeCommit message (Expand)Author
2008-08-17Factor out asmprinter out of ppcAnton Korobeynikov
2008-08-08Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov
2008-08-08Use chars, where possibleAnton Korobeynikov
2008-08-08Convert PPC/Linux to new section printing stuffAnton Korobeynikov
2008-08-08Switch PPC/Darwin to new section handling stuffAnton Korobeynikov
2008-08-08CleanupAnton Korobeynikov
2008-07-09Remove extra call to DW.SetModuleInfo on Linux.Dale Johannesen
2008-07-09Emit debug into for data-only files for Linux PPC.Dale Johannesen
2008-07-09Emit debug info for data-only files. This versionDale Johannesen
2008-07-09Back out 53254. It broke ppc debug info codegen.Evan Cheng
2008-07-08Make debug info come out in data-only files.Dale Johannesen
2008-05-24Put initialized const weak objects into correctDale Johannesen
2008-05-19Handle quoted names when constructing $stub's,Dale Johannesen
2008-05-16Record weak external linkage in a case where we wereDale Johannesen
2008-05-14Add CommonLinkage; currently tentative definitionsDale Johannesen
2008-04-02Recommitting EH patch; this should answer most of theDale Johannesen
2008-04-01Revert 49006 for the moment.Dale Johannesen
2008-03-31Emit exception handling info for functions which areDale Johannesen
2008-03-25Smaller function alignment when optimizing for size.Evan Cheng
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
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-15Handle \n's in value names for more targets. The asm printers Chris Lattner
2008-02-14Rewrite tblgen handling of subtarget features soDale Johannesen
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-05Ident mnemonics appropriatelyNate Begeman
2008-02-02Get rid of the annoying blank lines before labels.Evan Cheng
2008-01-26If there's no instructions being emitted on X86 for a function, emit aBill Wendling
2008-01-26If there are no machine instructions emitted for a function, then insertBill Wendling
2008-01-23Honor explicit section information on Darwin.Dale Johannesen
2008-01-17Revert the part of 45848 that treated weak globalsDale Johannesen
2008-01-11Weak things initialized to 0 don't go in bss on Darwin.Dale Johannesen
2008-01-02leopard and above support alignment for common symbols.Chris Lattner
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-20Fix .eh table linkage issues on Darwin. Some EH supportDale Johannesen
2007-11-05Eliminate the remaining uses of getTypeSize. ThisDuncan Sands
2007-11-04Fix crash before main on ppc/linux with static constructors. PR1771Nick Lewycky
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-10-03Use empty() member functions when that's what's being tested for insteadDan Gohman
2007-09-21Honor user-defined section specification of a global, ignores whether its ini...Evan Cheng
2007-09-20Do not override user specified section.Devang Patel
2007-09-14Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-07-25Fix debug info and globals filled with zeros.Nick Lewycky
2007-05-03add support for printing offset of globalChris Lattner
2007-04-24Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.llChris Lattner
2007-03-08Putting more constants which do not contain relocations into .literal{4|8|16}Evan Cheng