Added getTargetLowering() to TargetMachine. Refactored targets to support this.
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmPrinter.cpp
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
2006-02-24 Chris LattnerAdd memory printing support for PPC. Input memory...
2006-02-23 Chris LattnerImplement the PPC inline asm "L" modifier. This allows...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-18 Evan ChengMoved PICEnabled to include/llvm/Target/TargetOptions.h
2006-02-14 Chris LattnerIf we have zero initialized data with external linkage...
2006-02-14 Chris LattnerMake sure that weak functions are aligned properly
2006-02-08 Chris LattnerDarwin doesn't support #APP/#NO_APP
2006-02-08 Chris LattnerEmit the 'mr' pseudoop for easier reading.
2006-02-06 Chris LattnerChange prototype
2006-02-06 Jim LaskeyWe seem to have settled to __DWARF for section name.
2006-02-05 Chris LattnerUse the asmprinter to find out what the preferred align...
2006-02-01 Chris Lattneradd a method
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-21 Chris Lattnertrivial formatting improvement: don't insert extra...
2006-01-18 Jim LaskeyAdded minimum Dwarf aranges. Cleaned up some section...
2006-01-17 Jim LaskeyAdd frame work for additional dwarf sections. Comments...
2006-01-17 Jim LaskeyAdding basic support for Dwarf line number debug inform...
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-24 Nate BegemanFix one of the things in the todo file, and get a bit...
2005-12-22 Chris Lattnerfix handling of weak linkage
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
next