implement vector.ll:test_undef
[oota-llvm.git] / lib / Target / PowerPC /
2006-03-17 Nate BegemanFix subfic to match subc by default instead of sub...
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-16 Chris Lattnerremove dead variable
2006-03-16 Nate BegemanNotes on how to kill the eeevil brtwoway, and make...
2006-03-16 Chris LattnerStrangely, calls clobber call-clobbered vector regs...
2006-03-16 Chris Lattneradd a note
2006-03-16 Chris Lattnerteach the ppc backend how to spill/reload vector regs
2006-03-16 Chris Lattneradd callee saved vector regs
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-16 Chris Lattnerin functions that use a lot of callee saved regs, this...
2006-03-16 Chris LattnerAdd support for copying registers. still needed: spilli...
2006-03-16 Nate BegemanAnother case we could do better on.
2006-03-16 Chris LattnerSave/restore VRSAVE once per function, not once per...
2006-03-15 Nate BegemanUpdate scheduling info for vrsave instruction
2006-03-14 Chris LattnerFix an off by one error that caused PPC LLC failures...
2006-03-13 Evan ChengPPC LSR pass should use target lowering hooks.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-13 Chris LattnerFor functions that use vector registers, save VRSAVE...
2006-03-13 Chris LattnerFix a couple of bugs that broke the alpha tester build
2006-03-13 Chris LattnerHandle cracked instructions in dispatch group formation.
2006-03-13 Chris LattnerMark instructions that are cracked by the PPC970 decode...
2006-03-12 Chris LattnerSeveral big changes:
2006-03-11 Chris Lattnerblr is a branch too
2006-03-10 Chris Lattnerteach the JIT to encode vector registers
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-08 Chris Lattneradd a note
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
2006-03-07 Chris Lattneradd another missing store.
2006-03-07 Chris Lattneradd a couple more load/store instrs, add a newline...
2006-03-07 Nate BegemanThis kinda sorta implements "things that have to lead...
2006-03-07 Chris Lattneradd some new instructions to the classifier. With...
2006-03-07 Chris Lattneradd some comments that describe what we model
2006-03-07 Chris LattnerImplement a very very simple hazard recognizer for...
2006-03-07 Chris Lattneradd a note
2006-03-05 Chris Lattnerimplement TII::insertNoop
2006-03-05 Chris LattnerCopysign needs to be expanded everywhere. Note that...
2006-03-01 Chris LattnerImplement CodeGen/PowerPC/or-addressing-mode.ll, which...
2006-03-01 Chris Lattneradd a note
2006-03-01 Chris LattnerCompile this:
2006-03-01 Chris LattnerUse a target-specific dag-combine to implement CodeGen...
2006-03-01 Evan ChengVector op lowering.
2006-02-28 Chris LattnerAdd a subtarget feature for the stfiwx instruction...
2006-02-28 Chris Lattnerremove implemented item
2006-02-27 Nate Begemanreadme updates
2006-02-24 Chris LattnerAdd memory printing support for PPC. Input memory...
2006-02-24 Chris LattnerImplement selection of inline asm memory operands
2006-02-23 Evan ChengPPC JIT relocation model should be DynamicNoPIC.
2006-02-23 Chris LattnerImplement the PPC inline asm "L" modifier. This allows...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-22 Chris Lattnersplit register class handling from explicit physreg...
2006-02-21 Chris LattnerUpdates to match change of getRegForInlineAsmConstraint...
2006-02-18 Evan ChengMoved PICEnabled to include/llvm/Target/TargetOptions.h
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
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...
next