Handle quoted names when constructing $stub's,
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
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
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Evan ChengDarwin -static should codegen static ctors / dtors...
2007-01-26 Jim LaskeyChange the MachineDebugInfo to MachineModuleInfo to...
2007-01-25 Chris LattnerFix test/CFrontend/2007-01-24-InlineAsmCModifier.c...
2007-01-14 Chris Lattneradd support for hidden visibility to darwin/ppc and...
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-20 Jim LaskeyOops.
2006-12-20 Jim LaskeyOriginal patch was overly complicated.
2006-12-20 Jim LaskeyChanges to target powerpc for non-Darwin assemblers.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-18 Rafael Espindolamove ExtWeakSymbols to AsmPrinter
2006-12-12 Jim LaskeyHonor cpu directive, take two.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
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-01 Evan ChengAdd weak reference directive.
2006-12-01 Evan ChengCopy and paste error. An initialized global cannot...
2006-12-01 Jim LaskeyExternalWeak case in wrong location.
2006-12-01 Evan ChengA initialized global variable cannot be extern weak...
2006-12-01 Evan ChengDarwin PPC external weak linkage support.
2006-11-28 Jim LaskeyPrime text sections to improve branch locality in large...
2006-11-18 Chris LattnerPretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2...
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-16 Chris Lattnerfix a regression that I introduced. stdu should scale...
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-11-02 Reid SpencerFor PR786:
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-28 Evan ChengDoh. Must check if GV is constant first before putting...
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-05 Chris LattnerPass the MachineFunction into EmitJumpTableInfo.
2006-10-05 Chris LattnerMove getSectionForFunction to AsmPrinter, change it...
2006-10-05 Chris Lattnerimplement DarwinTargetAsmInfo::getSectionForFunction...
2006-10-05 Chris Lattneremit jump table before debug info
2006-10-05 Chris LattnerAlways emit the jump table after the function so it...
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-20 Chris LattnerWrap some darwin'isms with isDarwin checks.
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-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-25 Evan ChengEncode pc-relative conditional branch offset as pc...
2006-08-12 Nate BegemanEmit .set directives for jump table entries when possib...
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-07-12 Chris LattnerPrint negative immediates as negative values instead...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Chris Lattnershrink libllvmgcc.dylib another 25K
2006-06-27 Chris LattnerPrint stubs for external globals right.
2006-06-27 Chris LattnerAdd a pattern for i64 sra. Print 8-byte units with...
2006-06-27 Chris LattnerPrint darwin stub stuff correctly in 64-bit mode. ...
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
2006-06-20 Chris LattnerRename OR4 -> OR. Move some PPC64-specific stuff to...
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-05-15 Chris LattnerRemove some dead code, identified by coverity.
2006-05-12 Chris Lattnerremove dead variable.
next