Fix epic fail: full-width muls are not commutable. This unbreaks bunch of stuff from...
[oota-llvm.git] / lib / Target / PowerPC /
2009-07-16 Anton KorobeynikovDo not put bunch of target-specific stuff into common...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-16 Chris Lattnerfix section switching to ensure that stubs are emitted...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarReplace large swaths of copy-n-paste code with obvious...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-15 Chris Lattnerget the PPC stub temporary label from the mangler inste...
2009-07-15 Chris Lattnerturn some if/then's into ?:
2009-07-15 Chris Lattnereliminate a bunch of printSuffixedName's by using info...
2009-07-15 Chris Lattnerconvert FnStubs to using a more structured form, elimin...
2009-07-15 Chris Lattnersimplify "EmitExternalGlobal": it is only used to output a
2009-07-15 Chris LattnerConvert GVStubs and HiddenGVStubs to work more like...
2009-07-15 Chris Lattnerminor cleanups: only switch sections once before all...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Torok Edwineliminate extra space.
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-03 Tilmann SchellerVarious small changes related to the Condition Register...
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2009-07-03 Tilmann SchellerImplement the SVR4 ABI for PowerPC.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-03 Tilmann SchellerSmall cleanups in the PowerPC backend.
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-02 Chris Lattnersimplify some logic by using isWeakForLinker(). Thanks...
2009-07-02 Chris Lattnerclarify: stub emission depends on the version of the...
2009-07-01 Dale JohannesenAdd darwin stub removal to wishlist.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Chris LattnerFix codegen for references to available_externally...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-20 Devang PatelInitialize MMI
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-07 Eli FriedmanPR3628: Add patterns to match SHL/SRL/SRA to the corres...
2009-06-05 Dan GohmanAdd explicit keywords.
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Dale JohannesenFix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
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-05-28 Eli FriedmanReturn the operand rather than a null SDValue when...
2009-05-27 Eli FriedmanGer rid of some dead code.
2009-05-24 Eli FriedmanMake the PPC backend use a legal type for the operands...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-11 Jay FoadDon't #include DerivedTypes.h from TargetData.h.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-08 Evan ChengPPC::B and PPC::BCC's target operand may be an immediate.
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-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-23 Dan GohmanFix spurious indentation in a comment.
2009-04-17 Chris LattnerFix some failures in targets on available_externally...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-03-26 Chris Lattnerfix warning in -asserts build.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-03 Bob WilsonUse early exit to reduce indentation. No functional...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-03-02 Bob WilsonGeneralize BuildVectorSDNode::isConstantSplat to use...
2009-03-01 Bob WilsonCombine PPC's GetConstantBuildVectorBits and isConstant...
2009-02-27 Dale JohannesenAlignment values for i64 and f64 on ppc64 were wrong,
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Scott MichelRemove all "cached" data from BuildVectorSDNode, prefer...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
next