Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2005-12-19 Nate BegemanFix a couple of the FIXMEs, thanks to suggestion from...
2005-12-19 Nate BegemanConvert load/store over to being pattern matched
2005-12-16 Jim LaskeyAdded source file/line correspondence for dwarf (PowerP...
2005-12-16 Chris LattnerWeak and linkonce global vars should still have a ...
2005-12-16 Chris LattnerUpdate the darwin handling of linkonce & weak functions...
2005-12-13 Chris LattnerUse the shared asmprinter code for printing special...
2005-12-13 Chris Lattnerreindent a loop, unswitch a loop. No functionality...
2005-12-11 Chris LattnerRemove type casts that are no longer needed
2005-12-09 Chris LattnerTeach the PPC backend about the ctor and dtor list...
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-21 Chris LattnerUse generic constant pool emission code in the AsmPrint...
2005-11-21 Chris LattnerUse the FunctionNumber provided by the AsmPrinter class
2005-11-21 Chris LattnerUse CommentString where possible, fix a bug where aix...
2005-11-21 Chris Lattnerunify the darwin and aix constant pool printers
2005-11-21 Chris LattnerAdjust to capitalized AsmPrinter method names
2005-11-21 Chris Lattneruse PrivateGlobalPrefix for basic blocks
2005-11-21 Chris LattnerThis is now implemented in common codegen code
2005-11-21 Chris Lattnerset PrivateGlobalPrefix on darwin, use it when printing...
2005-11-17 Chris Lattneronly use dyld stubs if not in ppc-static mode. This...
2005-11-17 Chris Lattnerrefactor call operand handling to eliminate special...
2005-11-17 Chris Lattnerdisentangle call operands from branch operands a bit
2005-11-16 Nate BegemanPatch to clean up function call pseudos and support...
2005-11-15 Chris LattnerMake sure to use SwitchSection to switch sections so...
2005-11-14 Chris LattnerHandle globals with explicit alignment requests
2005-11-14 Chris LattnerTeach the PPC asmwriter to honor globals with explicit...
2005-11-10 Chris LattnerMake BB and CPI labels use the function number, not...
2005-11-10 Chris LattnerDarwin supports quoted labels. This implements:
2005-11-10 Chris LattnerMake the aix asm printer interface properly with the...
2005-11-01 Chris LattnerAdd a flag to enable a darwin linker optimization
2005-10-31 Chris LattnerMake constant pool entries use private labels. This...
2005-10-28 Chris LattnerDo not globalize internal symbols
2005-10-18 Chris LattnerFix the JIT encoding of LWA, LD, STD, and STDU.
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-10-14 Chris LattnerNuke the PowerPCTargetMachine.h header. Note that...
2005-10-14 Chris LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-10-14 Chris LattnerLike the comment says...
2005-10-14 Chris LattnerNuke PowerPCInstrFormats.h, its contents are dead....
2005-10-03 Chris LattnerSpeed up the asm printer a lot by not printing formatte...
2005-09-01 Chris LattnerAlign functions to 16-byte boundaries, to eliminate...
2005-09-01 Chris LattnerLocal labels on darwin apparently start with just ...
2005-08-26 Nate BegemanRemove operand type 'crbit', since it is no longer...
2005-08-22 Chris LattnerNate noticed that 30% of the malloc/frees in llc come...
2005-08-21 Chris LattnerDon't print out the MBB label for the entry mbb
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-04 Nate BegemanHack to naturally align doubles in the constant pool...
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-07-26 Chris LattnerWrap some long lines, fix emission of weak global variables
2005-07-21 Nate BegemanSupport building non-PIC
2005-07-21 Nate BegemanSupport assembling fsqrt on darwin. This will be imple...
2005-07-20 Nate BegemanGenerate mfocrf when targeting g5. Generate fsqrt...
2005-07-12 Nate BegemanRemove some code that moved to the generic asm printer...
2005-07-08 Nate BegemanAdd support for assembling .s files on mac os x for...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-14 Nate BegemanAdd the necessary support to codegen condition register...
2005-04-10 Nate BegemanMake sure that BRCOND branches can be converted into...
2005-04-05 Nate BegemanBehold, rlwinm with certain immediate arguments is...
2005-03-30 Nate BegemanFix external symbol printing in the AsmPrinter. Tell...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-12-12 Chris LattnerFix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommo...
2004-12-12 Chris LattnerCSE calls to getTypeSize.
2004-11-27 Nate BegemanRemove the ISel->AsmPrinter link via the TargetMachine...
2004-11-25 Nate BegemanEnable optimization suggested by Chris Lattner to not...
2004-11-14 Misha BrukmanHandle GhostLinkage (should not ever reach the assembly...
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-10-26 Nate BegemanRemove file that is no longer used, and move include...
2004-10-23 Misha BrukmanAlign function arguments in function headers
2004-10-17 Nate BegemanGenerate correct stubs for weak-linked symbols
2004-09-22 Nate Begemanadd optimized code sequences for setcc x, 0
2004-09-05 Misha Brukman* Change PPC32AsmPrinter => PowerPCAsmPrinter since...
2004-09-04 Nate BegemanInclude MathExtras.h to fix build breakage, thanks...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-30 Nate BegemanMove yet more instructions over to being printed by...
2004-08-21 Chris LattnerFix warning
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-19 Nate BegemanClean up floating point instruction selection.
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerPrint comments with ;
2004-08-17 Chris LattnerUse the emitGlobalConstant defined in AsmPrinter
2004-08-17 Chris LattnerNew, more general, interface.
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...
2004-08-17 Chris LattnerPrint float constants as 4 byte values.
2004-08-17 Chris LattnerMake sure to put an _ prefix on all identifiers!
2004-08-16 Chris LattnerMore changes to make PPC32 and X86 more similar
2004-08-16 Chris LattnerMinor changes to make the diff be nothing against the...
2004-08-16 Chris LattnerFinegrainify namespacification
2004-08-15 Chris LattnerZimm16 is now dead. Its entry is not removed from...
2004-08-15 Chris LattnerConvert all of the DForm_6* operations, which makes...
2004-08-15 Chris LattnerConvert the DForm_4 over to the asmprintergen
2004-08-15 Nate BegemanRemove dead code
2004-08-14 Chris LattnerPrint mflr using the asmwriter generator
2004-08-14 Nate BegemanAdd initial support for using the generated asm writer...
2004-08-13 Nate BegemanFix siod by switching BoolTy to byte rather than int...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-09 Misha BrukmanCodePrinter -> AsmPrinter
next