remove dead variable.
[oota-llvm.git] / lib / Target / PowerPC /
2006-05-12 Chris Lattnerremove dead variable.
2006-05-12 Chris LattnerFix PowerPC/2006-05-12-rlwimi-crash.ll
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-10 Chris LattnerFix the PowerPC JIT-only failure on UnitTests/Vector...
2006-05-09 Chris LattnerIndent .data/.text in the .s file
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-08 Nate BegemanYet more readme updating
2006-05-08 Nate BegemanNew note about something bad happening in target indepe...
2006-05-08 Nate BegemanProving once again that I am not as smart as the compiler
2006-05-08 Nate BegemanFold more shifts into inserts, and update the README
2006-05-08 Nate BegemanUpdate some stuff now that the new rlwimi code has...
2006-05-07 Nate BegemanNew rlwimi implementation, which is superior to the...
2006-05-05 Chris LattnerPrint a grouping around inline asm blocks so that we...
2006-05-05 Chris LattnerNew note, Nate, please check to see if I'm full of...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRevert Nate's CR patch from last night, which caused...
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerFix a purely hypothetical problem (for now): emitWord...
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Nate BegemanSince we don't handle callee-save CRs right yet, don...
2006-05-02 Nate BegemanHooray, everyone now uses the same printBasicBlockLabel...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-05-02 Nate BegemanUpdate the PPC compilation callback code to not need...
2006-04-28 Chris LattnerFix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll
2006-04-28 Chris LattnerAdd a note
2006-04-25 Nate BegemanNo functionality changes, but cleaner code with correct...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-22 Chris LattnerTeach the JIT how to relocate LI, this fixes the JIT...
2006-04-21 Nate BegemanFix the comment
2006-04-21 Nate BegemanChange the PPC JIT to use a Static relocation model
2006-04-20 Chris LattnerFix the CodeGen/PowerPC/buildvec_canonicalize.ll regres...
2006-04-20 Chris LattnerMake sure that the new instructions selected have the...
2006-04-19 Chris Lattneradd a note
2006-04-19 Chris Lattneradd a note
2006-04-18 Chris LattnerThese are correctly encoded by the JIT. I checked :)
2006-04-18 Chris Lattneradd a note
2006-04-18 Chris LattnerFix a crash on:
2006-04-18 Chris Lattnerpretty print node name
2006-04-18 Chris LattnerImplement an important entry from README_ALTIVEC:
2006-04-18 Chris Lattnermove some stuff around, clean things up
2006-04-18 Chris LattnerUse vmladduhm to do v8i16 multiplies which is faster...
2006-04-18 Chris LattnerImplement v16i8 multiply with this code:
2006-04-18 Chris LattnerLower v8i16 multiply into this code:
2006-04-18 Chris LattnerCustom lower v4i32 multiplies into a cute sequence...
2006-04-17 Chris Lattnerremove done item
2006-04-17 Chris LattnerDon't diddle VRSAVE if no registers need to be added...
2006-04-17 Chris LattnerVectors that are known live-in and live-out are clearly...
2006-04-17 Chris LattnerPrefer to allocate V2-V5 before V0,V1. This lets us...
2006-04-17 Chris LattnerMove some knowledge about registers out of the code...
2006-04-17 Chris LattnerUse a small table instead of macros to do this conversion.
2006-04-17 Chris LattnerMake sure to check splats of every constant we can...
2006-04-17 Chris LattnerTeach the ppc backend to use rol and vsldoi to generate...
2006-04-17 Chris Lattneradd a note
2006-04-17 Chris LattnerMake some code more general, adding support for constan...
2006-04-17 Chris LattnerLearn how to make odd splatted constants in range ...
2006-04-17 Chris LattnerPull some code out into a helper function.
2006-04-17 Chris LattnerImplement a TODO: for any shuffle that can be viewed...
2006-04-17 Chris LattnerRegenerate with adjusted costs
2006-04-17 Chris LattnerRegenerate with correct offset
2006-04-17 Chris LattnerIncrease the opcodes by one each to disambiguate COPY...
2006-04-17 Chris LattnerCheck in a table, generated by llvm-PerfectShuffle...
2006-04-16 Chris LattnerImplement a TODO: have the legalizer canonicalize a...
2006-04-16 Chris LattnerMake the BUILD_VECTOR lowering code much more aggressiv...
2006-04-15 Chris LattnerFix a crash when faced with a shuffle vector that has...
2006-04-15 Chris LattnerAdd patterns for matching vnots with bit converted...
2006-04-14 Chris LattnerAllow undef in a shuffle mask
2006-04-14 Chris LattnerMove the rest of the PPCTargetLowering::LowerOperation...
2006-04-14 Chris LattnerPull the VECTOR_SHUFFLE and BUILD_VECTOR lowering code...
2006-04-13 Chris LattnerForce non-darwin targets to use a static relo model...
2006-04-13 Chris Lattneradd a note, move an altivec todo to the altivec list.
2006-04-13 Reid SpencerAdd the README files to the distribution.
2006-04-12 Chris LattnerAdd a new way to match vector constants, which make...
2006-04-12 Chris LattnerRename get_VSPLI_elt -> get_VSPLTI_elt
2006-04-12 Chris LattnerEnsure that zero vectors are always v4i32, which forces...
2006-04-11 Nate BegemanFix SingleSource/UnitTests/Vector/sumarray-dbl
2006-04-11 Nate BegemanFix PR727, correctly handling large stack aligments...
2006-04-11 Chris Lattnerwe have a shuffle instr, add an example.
2006-04-11 Jim LaskeySuppress debug label when not debug.
2006-04-11 Chris LattnerVector function results go into V2 according to GCC...
2006-04-11 Chris LattnerMove some return-handling code from lowerarguments...
2006-04-08 Chris Lattnerproperly mark vector selects as expanded to select_cc
2006-04-08 Chris LattnerAdd VRRC select support
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-04-08 Chris LattnerImplement PowerPC/CodeGen/vec_splat.ll:spltish to use...
2006-04-08 Chris LattnerChange the interface to the predicate that determines...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-06 Chris LattnerAdd an item
2006-04-06 Chris LattnerMake sure to return the result in the right type.
2006-04-06 Chris LattnerMatch vpku[hw]um(x,x).
2006-04-06 Chris LattnerAdd support for matching vmrg(x,x) patterns
2006-04-06 Chris LattnerPattern match vmrg* instructions, which are now lowered...
next