Fix a SETCC / BRCOND folding bug.
[oota-llvm.git] / lib / Target / PowerPC /
2006-01-12 Chris Lattnerahem :)
2006-01-12 Chris Lattnerthese cases are autogenerated
2006-01-12 Chris Lattnerremove dead code
2006-01-12 Chris LattnerGoodbye PPC pattern isel. You have served us well...
2006-01-11 Chris LattnerFix an off-by-one error that Nate's eagle eyes caught
2006-01-11 Chris LattnerUse the auto-insert BuildMI constructor to avoid an...
2006-01-11 Chris LattnerIf a function has a non-zero sized frame, use an add...
2006-01-11 Nate BegemanAdd bswap, rotl, and rotr nodes
2006-01-11 Chris LattnerFix calls that need to store values in stack slots...
2006-01-11 Chris LattnerDead FP arguments still use an incoming FP reg. This...
2006-01-10 Nate BegemanRemove a comment that no longer applies.
2006-01-09 Chris LattnerGive PPCISD:: nodes legible names in dumps.
2006-01-09 Chris Lattneradd ret void support back
2006-01-09 Evan ChengNew DAG node properties SNDPInFlag, SNDPOutFlag, and...
2006-01-07 Chris LattnerFix the PPC JIT failures last night, which were due...
2006-01-06 Chris Lattnerlinkonce symbols have an extra indirection, just like...
2006-01-05 Chris LattnerFix a compile crash building MultiSource/Applications...
2006-01-05 Jim LaskeyHad expand logic backward.
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 LaskeyAdd unique id to debug location for debug label use...
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2005-12-30 Nate BegemanAdd support for generating v4i32 altivec code
2005-12-30 Nate BegemanRemove a fixme
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-24 Nate BegemanFix one of the things in the todo file, and get a bit...
2005-12-23 Evan Cheng* Removed the use of FLAG. Now use hasFlagIn and hasFla...
2005-12-23 Chris Lattnermake sure bit_converts are expanded
2005-12-23 Chris LattnerSimplify some code by using BIT_CONVERT
2005-12-22 Chris Lattnerremove dead code
2005-12-22 Chris Lattnerfix handling of weak linkage
2005-12-22 Chris Lattnermove some random notes out of my email into someplace...
2005-12-22 Evan ChengBye bye HACKTROCITY.
2005-12-20 Evan ChengFlip the meaning of FPContractions to reflect Requires...
2005-12-20 Nate BegemanPattern-match return. Includes gross hack!
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-18 Chris LattnerThis is handled by the autogen'd code
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 Nate BegemanAdd a second vector type to the VRRC register class...
2005-12-16 Chris LattnerUpdate the darwin handling of linkonce & weak functions...
2005-12-14 Nate BegemanRemove a now unused statistic.
2005-12-14 Nate BegemanUse the new predicate support that Evan Cheng added...
2005-12-14 Evan ChengAdded predicate !NoExcessFPPrecision to FMADD, FMADDS...
2005-12-14 Nate BegemanAdd support for fmul node of type v4f32.
2005-12-13 Nate BegemanPrepare support for AltiVec multiply, divide, and sqrt.
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-11 Chris LattnerFix the JIT failures from last night.
2005-12-10 Nate BegemanAdd support for TargetConstantPool nodes to the dag...
2005-12-09 Nate BegemanAdd support patterns to many load and store instruction...
2005-12-09 Chris LattnerTeach the PPC backend about the ctor and dtor list...
2005-12-08 Chris LattnerAdd another important case we miss
2005-12-06 Chris LattnerSilence another annoying GCC warning
2005-12-06 Chris LattnerUse new PPC-specific nodes to represent shifts which...
2005-12-05 Chris LattnerAdd some explicit type casts so that tblgen knows the...
2005-12-04 Chris LattnerThe basic fneg cases are already autogen'd
2005-12-04 Chris LattnerAutogen matching code for ADJCALLSTACK[UP|DOWN], thanks...
2005-12-04 Chris LattnerFinish moving uncond br over to .td file, remove from...
2005-12-04 Chris LattnerDefine BR in the .td file now that Evan made tblgen...
2005-12-01 Chris LattnerMake sure these get added into the codegenmap when...
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-12-01 Nate BegemanCosmetic change, better reflects actual values
2005-12-01 Chris LattnerFix a regression caused by a patch earlier today
2005-12-01 Evan ChengUse a getCopyToReg() variant to generate a flaggy CopyT...
2005-11-30 Chris LattnerSelectNodeTo now returns N. Use it instead of return...
2005-11-30 Chris LattnerFix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-30 Nate BegemanFirst chunk of actually generating vector code for...
2005-11-29 Nate BegemanRepresent the encoding of the SPR instructions as they...
2005-11-29 Nate BegemanHook up one type, v4f32, to the VR RegisterClass for...
2005-11-29 Nate BegemanAdd the remainder of the AltiVec 4 x float instructions...
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-29 Evan ChengFixed a comment bug:
2005-11-29 Chris Lattnerdon't say this is i128, because it isn't yet. Hopefull...
2005-11-26 Nate BegemanSmall tweaks noticed while on the plane.
2005-11-23 Nate BegemanSome first bits of AltiVec stuff: Instruction Formats...
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-17 Chris Lattneradd an option to generate completely non-pic code,...
2005-11-17 Chris LattnerFix a bug that resistor on IRC hit where we tried to...
2005-11-17 Chris LattnerEnable global address legalization, fixing a todo and...
2005-11-17 Chris LattnerTeach the selector to fold lo(g) into load instruction...
2005-11-17 Chris LattnerGenerate LA and ADDIS when possible.
2005-11-17 Chris LattnerUse the right accessor to create this node
2005-11-17 Chris LattnerAdd an initial hack at legalizing GlobalAddress into...
2005-11-17 Chris LattnerLI could theoretically be used for the lo-part of a...
2005-11-17 Chris LattnerWhen lowering direct calls, lower them to use a targetg...
next