For MVNr and MVNs, we need to set Inst{25} = 0 so as not to confuse the decoder.
[oota-llvm.git] / lib / Target / PowerPC /
2010-01-29 Evan ChengPPC is not ready for sibcall optimization.
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-27 Chris Lattnerppc/linux isn't ready for this and it was an accident...
2010-01-27 Chris LattnerSwitch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-24 Chris Lattnerlinux/ppc does use alignment in bytes, not pow-2. ...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-24 Chris Lattnermove PR5945 here.
2010-01-24 Chris Lattnerchange the canonical form of "cond ? -1 : 0" to be
2010-01-23 Chris Lattneradd a note
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris Lattnerremove unneeded directive set.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-21 Chris Lattnerremove dead .erase.
2010-01-21 Chris Lattnerfix a problem with a missing _, testcase pending.
2010-01-20 Chris Lattnereliminate FnStubInfo, using MachineModuleInfoMachO...
2010-01-20 Chris Lattnersplit function stub printing out to its own function,
2010-01-20 Chris Lattnereliminate the GVStubs and HiddenGVStubs maps, and use
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris Lattneruse BSSLocal classifier to identify 'lcomm' data instead of
2010-01-19 Chris Lattnernow that elf weak bss symbols are handled correctly...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Bill WendlingEven more explanation.
2010-01-19 Chris Lattnerchange an accessor to a predicate.
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-18 Bill Wendling- Add getLSDAEncoding to the PowerPC backend.
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnermore string -> sym, getMangledName is now gone from...
2010-01-16 Chris Lattneruse symbols instead of strings, eliminating a bunch...
2010-01-16 Chris Lattnersimplify some code.
2010-01-16 Chris Lattnerswitch more stuff onto MCSymbols
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2010-01-14 Jeffrey YasskinTeach PPC how to replaceMachineCodeForFunction correctl...
2010-01-13 Chris Lattnerjust finish MCizing FnStubInfo which cleans it up and...
2010-01-13 Chris Lattnerdon't call getNameWithPrefix repeatedly and unnecesarily.
2010-01-13 Chris Lattnerproperly use MCSymbol to print the strings aquired...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-07 Chris Lattnerconstant materialization could be improved.
2010-01-06 Dale JohannesenReenable debug info on PPC. Works well enough to
2010-01-06 Dale JohannesenMake sure debug info hook gets called when emitting
2010-01-05 Jakob Stoklund OlesenDon't specify CR sub-registers as implicit defs of...
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-18 Tilmann SchellerFix wrong frame pointer save offset in the 64-bit Power...
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-25 Bob WilsonTail duplicate indirect branches for PowerPC, too.
2009-11-25 Dale JohannesenFix compiler warnings.
2009-11-25 Devang PatelRevert r89803.
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-24 Devang PatelEnable debug info for ppc-darwin.
2009-11-24 Dale JohannesenMake capitalization of names starting "is" more consistent.
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-20 Dale JohannesenRemove an incorrect overaggressive optimization
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-13 Dale JohannesenAdjust isConstantSplat to allow for big-endian targets.
2009-11-12 David GreeneMake the MachineFunction argument of getFrameRegister...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-10 Bill WendlingModify how the prologue encoded the "move" information...
2009-11-09 Bill WendlingSimilar to r86588, but for Darwin this time.
2009-11-09 Bill WendlingThe jump table was being generated before the end label...
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-12 Dale JohannesenRevert the kludge in 76703. I got a clean
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
next