Set SchedulingForLatency to be the default scheduling preference for all.
[oota-llvm.git] / lib / Target / PowerPC /
2006-01-25 Evan ChengSet SchedulingForLatency to be the default scheduling...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Evan ChengDefault scheduling preference is SchedulingForLatency.
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-21 Chris Lattnertrivial formatting improvement: don't insert extra...
2006-01-19 Chris Lattneradd a note
2006-01-18 Chris LattnerDon't assert on 'select_cc SETUO'
2006-01-18 Chris Lattnerfix out of date comment
2006-01-18 Chris LattnerFix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranch...
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-16 Chris Lattneradd notes from my *other* email acct.
2006-01-16 Chris Lattnertransfer some notes from my email to somewhere useful.
2006-01-15 Chris LattnerUse the default impl of DYNAMIC_STACKALLOC, allowing...
2006-01-14 Nate Begemanbswap implementation
2006-01-14 Nate BegemanRemove some redundant stuff out of the readme.
2006-01-13 Chris Lattnerimplement stacksave/stackrestore on PPC
2006-01-13 Chris Lattnerexpand unsupported stacksave/stackrestore nodes
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.
next