aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
AgeCommit message (Expand)Author
2007-02-21Add support for changes in DwarfWriter.Jim Laskey
2007-02-01Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.llChris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-30Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2007-01-25Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPCChris Lattner
2007-01-14add support for hidden visibility to darwin/ppc and linux/ppc targetsChris Lattner
2006-12-21Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey
2006-12-20Oops.Jim Laskey
2006-12-20Original patch was overly complicated.Jim Laskey
2006-12-20Changes to target powerpc for non-Darwin assemblers.Jim Laskey
2006-12-19eliminate static ctors for Statistic objects.Chris Lattner
2006-12-18move ExtWeakSymbols to AsmPrinterRafael Espindola
2006-12-12Honor cpu directive, take two.Jim Laskey
2006-12-12Rollback changes to take a different tack.Jim Laskey
2006-12-12Honor the command line specification for machine type.Jim Laskey
2006-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-01Add weak reference directive.Evan Cheng
2006-12-01Copy and paste error. An initialized global cannot be a weak reference.Evan Cheng
2006-12-01ExternalWeak case in wrong location.Jim Laskey
2006-12-01A initialized global variable cannot be extern weak. However, if a global val...Evan Cheng
2006-12-01Darwin PPC external weak linkage support.Evan Cheng
2006-11-28Prime text sections to improve branch locality in large object files.Jim Laskey
2006-11-18Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'.Chris Lattner
2006-11-17start using PPC predicates more consistently.Chris Lattner
2006-11-16fix a regression that I introduced. stdu should scale the offset by 4Chris Lattner
2006-11-04Go through all kinds of trouble to mark 'blr' as having a predicate operandChris Lattner
2006-11-02For PR786:Reid Spencer
2006-10-311. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov
2006-10-28Doh. Must check if GV is constant first before putting it in .cstring.Evan Cheng
2006-10-26Place cstrings in .cstring section.Evan Cheng
2006-10-24Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel
2006-10-05Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner
2006-10-05Move getSectionForFunction to AsmPrinter, change it to return a string.Chris Lattner
2006-10-05implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputtingChris Lattner
2006-10-05emit jump table before debug infoChris Lattner
2006-10-05Always emit the jump table after the function so it's part of the same 'atom'Chris Lattner
2006-09-20The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPassChris Lattner
2006-09-20Wrap some darwin'isms with isDarwin checks.Chris Lattner
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-08-25Encode pc-relative conditional branch offset as pc+(num of bytes / 4). TheEvan Cheng
2006-08-12Emit .set directives for jump table entries when possible, which reducesNate Begeman
2006-07-27Support jump tables when in PIC relocation modelNate Begeman
2006-07-26Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner
2006-07-15Remove what little AIX support we have. It has never been tested and isn'tChris Lattner
2006-07-12Print negative immediates as negative values instead of large constantsChris Lattner
2006-06-28Use hidden visibility to make symbols in an anonymous namespace getChris Lattner