Whoops, didn't mean to check this in yet.
[oota-llvm.git] / lib / Target / PowerPC /
2006-02-16 Evan ChengIf the false case is the current basic block, then...
2006-02-14 Chris LattnerIf we have zero initialized data with external linkage...
2006-02-14 Chris LattnerMake sure that weak functions are aligned properly
2006-02-13 Chris LattnerSwitch to using getCALLSEQ_START instead of using our...
2006-02-12 Nate BegemanAdd missing patterns for andi. and andis., fixing test...
2006-02-09 Evan ChengMatch getTargetNode() changes (now return SDNode* inste...
2006-02-09 Evan ChengChange Select() from
2006-02-08 Chris LattnerDarwin doesn't support #APP/#NO_APP
2006-02-08 Chris LattnerRename BSel -> PPCBSel for the benefit of doxygen users.
2006-02-08 Chris LattnerEmit the 'mr' pseudoop for easier reading.
2006-02-08 Chris LattnerMove emails from nate into public places
2006-02-07 Chris LattnerImplement getConstraintType for PPC.
2006-02-07 Chris LattnerAdd the simple PPC integer constraints
2006-02-06 Chris LattnerChange prototype
2006-02-06 Jim LaskeyWe seem to have settled to __DWARF for section name.
2006-02-05 Evan ChengComplex pattern isel code shouldn't select nodes.
2006-02-05 Evan ChengUse SelectRoot() as entry of any tblgen based isel.
2006-02-05 Chris Lattneradd a note
2006-02-05 Chris LattnerUse the asmprinter to find out what the preferred align...
2006-02-04 Nate BegemanRemove some stuff that now works
2006-02-03 Chris Lattneradd a note
2006-02-03 Chris Lattnerremove some target-indep and implemented notes
2006-02-03 Nate BegemanFlesh out a couple of the items in the README
2006-02-03 Chris LattnerAdd a note
2006-02-02 Chris Lattnerupdate a note
2006-02-02 Nate Begemanadd 64b gpr store to the possible list of isStoreToStac...
2006-02-02 Chris Lattnerimplement isStoreToStackSlot for PPC
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-02 Chris Lattnernew example
2006-02-02 Nate BegemanUpdate the README
2006-02-01 Chris Lattneradd a method
2006-02-01 Chris Lattneradd a note
2006-02-01 Nate BegemanFix some of the stuff in the PPC README file, and clean...
2006-02-01 Chris Lattneranother testcase.
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-31 Chris Lattneradd info about the inline asm register constraints...
2006-01-31 Nate BegemanCodegen
2006-01-31 Chris Lattnerexample nate pointed out
2006-01-31 Chris Lattneradd the 'lucas' optimization
2006-01-29 Chris LattnerFunctions that are lazily streamed in from the .bc...
2006-01-29 Chris LattnerNow that OpActions is big enough, we can specify action...
2006-01-29 Chris Lattnerdisable this for now
2006-01-29 Chris LattnerRequest expansion of ConstantVec nodes.
2006-01-29 Chris LattnerTargets all now request ConstantFP to be legalized...
2006-01-28 Chris LattnerFix a bug in my elimination of ISD::CALL this morning...
2006-01-28 Chris Lattneradd a note about how we should implement this FIXME...
2006-01-28 Nate BegemanAdd a couple more things to the readme.
2006-01-27 Chris LattnerUse PPCISD::CALL instead of ISD::CALL
2006-01-27 Chris LattnerMake llvm.frame/returnaddr not crash on ppc
2006-01-27 Nate BegemanRemove TLI.LowerReturnTo, and just let targets custom...
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
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...
next