Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetMachine.cpp
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-17 Anton KorobeynikovFactor out asmprinter out of ppc
2008-07-31 Dale JohannesenAdd a flag to disable jump table generation (all
2008-07-19 Anton KorobeynikovUnbreak build: 'DarwinTargetAsmInfo' was already taken...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-07-20 Evan ChengAdded -print-emitted-asm to print out JIT generated...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-05-22 Dale Johannesenname change requested by review of previous patch
2007-05-22 Dale JohannesenMake tail merging the default, except on powerPC. ...
2007-02-25 Chris LattnerImprove JIT support for linux/ppc: Patch by Nicolas...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
2007-01-24 Bill WendlingAdd a field for and construction of the PPCMachOWriterI...
2007-01-17 Bill WendlingRevert patch.
2007-01-17 Bill WendlingCreate the specified TargetObjInfo and use it.
2007-01-06 Chris LattnerDisable the macho writer until it is 100% functional...
2006-12-21 Jim LaskeyChanges from Nick Lewycky with a simplified PPCTargetAs...
2006-12-11 Chris LattnerAnother step forward in PPC64 JIT support: we now no...
2006-12-08 Chris Lattnerthis is an initial patch to switch the ppc64 jit over...
2006-11-18 Chris Lattnermake sure to safe LR8 in the right stack slot for PPC64
2006-09-20 Chris LattnerThe DarwinAsmPrinter need not check for isDarwin. ...
2006-09-08 Nate BegemanWe actually do support object file writing, so don...
2006-09-07 Jim Laskey1. Remove condition on delete.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-08-29 Nate BegemanMake ppc64 jit kinda work right. About 2/3 of Olden...
2006-08-23 Nate BegemanInitial checkin of the Mach-O emitter. There's plenty...
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 LattnerAn overaggressive #ifdef allows a function to fall...
2006-07-06 Chris LattnerUndisable ppc64 jit
2006-06-17 Chris LattnerImplement the getPointerRegClass method, which is requi...
2006-06-16 Chris LattnerRemove the -darwin and -aix llc options, inferring...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-16 Chris LattnerFirst baby step towards ppc64 support. This adds a...
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-21 Nate BegemanFix the comment
2006-04-21 Nate BegemanChange the PPC JIT to use a Static relocation model
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-13 Evan ChengPPC LSR pass should use target lowering hooks.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-02-23 Evan ChengPPC JIT relocation model should be DynamicNoPIC.
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-01-12 Chris LattnerGoodbye PPC pattern isel. You have served us well...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
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 LattnerMerge PPCJITInfo.h and PPC32JITInfo.h. Note that the...
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-10-14 Chris LattnerNuke the PowerPCTargetMachine.h header. Note that...
2005-09-29 Chris LattnerMake the JIT default to the DAG isel instead of the...
2005-09-27 Chris LattnerMove the post-lsr simplify cfg pass after lowereh,...
2005-09-02 Chris Lattnerturn on dag isel by default
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-18 Nate BegemanRemove the X86 and PowerPC Simple instruction selectors...
2005-08-17 Chris Lattneradd a beta option for turning on dag->dag isel
2005-08-15 Chris LattnerTurn loop strength reduction on by default.
2005-08-13 Nate BegemanRemove support for 64b PPC, it's been broken for a...
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-05 Chris Lattnerdon't crash when running the PPC backend on non-ppc...
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-21 Nate BegemanSupport building non-PIC
2005-07-21 Chris Lattnerrevert to using 4-byte alignment for doubles, as specif...
2005-07-20 Nate BegemanGenerate mfocrf when targeting g5. Generate fsqrt...
2005-07-19 Nate BegemanIntegrate SelectFPExpr into SelectExpr. This gets...
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-04-05 Nate BegemanRemove 64 bit simple ISel, it never worked correctly
2005-03-24 Nate BegemanImplement more of the PPC32 Pattern ISel:
2005-03-24 Nate BegemanAddition of the PPC32 Pattern ISel. While it is far...
2005-03-02 Chris Lattnercleanup the cfg after lsr
2005-03-02 Chris LattnerAdd a temporary option for llc-beta: -enable-lsr-for...
next