Minor tweak to get isel opt
[oota-llvm.git] / lib /
2005-12-11 Chris LattnerMinor tweak to get isel opt
2005-12-11 Chris Lattneradd selectcc
2005-12-11 Chris LattnerRemove type casts that are no longer needed
2005-12-11 Chris LattnerRealize the constant pool & global addrs must always...
2005-12-11 Chris LattnerFix the JIT failures from last night.
2005-12-11 Andrew LenharthFP select improvements (and likely breakage), oh and...
2005-12-10 Nate BegemanAdd support for TargetConstantPool nodes to the dag...
2005-12-10 Evan ChengUse SDTCisPtrTy type property for store address.
2005-12-10 Evan Cheng* Added X86 store patterns.
2005-12-10 Evan ChengAdded new getNode and getTargetNode variants for X86...
2005-12-09 Nate BegemanAdd support patterns to many load and store instruction...
2005-12-09 Chris LattnerAdd SDTCisPtrTy and use it for loads, to indicate that...
2005-12-09 Evan ChengAdded patterns for ADD8rm, etc. These fold load operand...
2005-12-09 Chris LattnerAvoid emitting two tabs when switching to a named section
2005-12-09 Chris LattnerTeach the PPC backend about the ctor and dtor list...
2005-12-09 Chris LattnerTeach legalize how to promote sext_inreg to fix a probl...
2005-12-09 Andrew Lenharthit helps if your conditionals are not reversed
2005-12-08 Chris Lattnerimprove code insertion in two ways:
2005-12-08 Chris LattnerAdd another important case we miss
2005-12-08 Evan ChengAdded support for ComplexPattern.
2005-12-08 Evan ChengAdded explicit type field to ComplexPattern.
2005-12-08 Evan Cheng* Added intelligence to X86 LEA addressing mode matchin...
2005-12-07 Nate BegemanFix a crash where ConstantVec nodes were being generate...
2005-12-07 Chris LattnerOnly transform (sext (truncate x)) -> (sextinreg x...
2005-12-07 Chris LattnerX86 doesn't support sextinreg for 8-bit things either.
2005-12-07 Chris LattnerTeach the dag combiner to turn a truncate/sign_extend...
2005-12-06 Andrew Lenharthfix divide and remainder
2005-12-06 Chris LattnerSilence another annoying GCC warning
2005-12-06 Andrew Lenharthmore decent branches for FP. I might have to make...
2005-12-06 Andrew LenharthOK, this does wonders for broken stuff
2005-12-06 Sumant KowshikCollapsing node if variable length struct with final...
2005-12-06 Chris LattnerFix test/Regression/Linker/2005-12-06-AppendingZeroLeng...
2005-12-06 Nate BegemanTeach the SelectionDAG ISel how to turn ConstantPacked...
2005-12-06 Chris LattnerUse new PPC-specific nodes to represent shifts which...
2005-12-06 Andrew Lenharthadded instructions with inverted immediates
2005-12-05 Andrew Lenharthyea, it helps to have your path set right when testing
2005-12-05 Andrew LenharthThese never trigger, but whatever
2005-12-05 Evan ChengRemove unnecessary let hasCtrlDep=1 now it can be inferred.
2005-12-05 Andrew Lenharthmove this over to the dag
2005-12-05 Chris LattnergetRawValue zero extens for unsigned values, use getsex...
2005-12-05 Andrew Lenharthfix constant pool loads
2005-12-05 Chris LattnerFix the #1 code quality problem that I have seen on...
2005-12-05 Chris LattnerAdd a flag to Module::getGlobalVariable to allow it...
2005-12-05 Chris LattnerWrap a long line, never internalize llvm.used.
2005-12-05 Chris LattnerSeveral things:
2005-12-05 Chris LattnerOn some targets (e.g. X86), shift amounts are not the...
2005-12-05 Chris LattnerAdd some explicit type casts so that tblgen knows the...
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-04 Evan ChengAdded isel patterns for RET, JMP, and WRITEPORT.
2005-12-04 Evan Cheng* Added instruction property hasCtrlDep for those which...
2005-12-04 Chris LattnerFix PR672 another way which should be more robust
2005-12-03 Chris Lattnerdbg.stoppoint returns a value, don't forget to init it
2005-12-03 Chris LattnerFix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
2005-12-03 Chris LattnerFix test/Regression/ExecutionEngine/2005-12-02-TailCall...
2005-12-02 Andrew Lenharthbah, must generate all results
2005-12-02 Andrew Lenharthcycle counter fix
2005-12-02 Chris Lattneradd a note
2005-12-01 Chris LattnerDon't remove two operand, two result nodes from the...
2005-12-01 Chris LattnerPromote line and column number information for our...
2005-12-01 Chris LattnerIA64 doesn't support the LOCATION node, and for some...
2005-12-01 Chris LattnerMake sure these get added into the codegenmap when...
2005-12-01 Chris LattnerThis is a bugfix for SelectNodeTo. In certain situatio...
2005-12-01 Andrew Lenharthmajor think-o
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 Andrew LenharthFlags where I think I need them, quick, before the...
2005-12-01 Evan ChengProper support for shifts with register shift value.
2005-12-01 Evan ChengUse a getCopyToReg() variant to generate a flaggy CopyT...
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
2005-11-30 Chris LattnerPay attn to the node returned by SelectNodeTo
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
2005-11-30 Chris LattnerSelectNodeTo now returns N. Use it instead of return...
2005-11-30 Chris LattnerMake SelectNodeTo return N
2005-11-30 Chris LattnerFix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
2005-11-30 Chris LattnerFix a bug where we didn't realize that vaarg reads...
2005-11-30 Nate BegemanFix a typo in my latest change
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-30 Chris LattnerCALLSEQ_START/END nodes don't get memoized, do not...
2005-11-30 Andrew Lenharthremove redundant code
2005-11-30 Andrew LenharthAt long last, you can say that f32 isn't supported...
2005-11-30 Andrew LenharthMake typesafe that which isn't: FCMOVxx
2005-11-30 Andrew LenharthFPSelect and more custom lowering
2005-11-30 Nate BegemanFirst chunk of actually generating vector code for...
2005-11-30 Andrew LenharthAll sorts of stuff.
2005-11-30 Andrew Lenharthadd support for custom lowering SINT_TO_FP
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-11-30 Chris LattnerFix a bug in a recent patch that broke shifts
2005-11-30 Evan ChengAdded support to STORE and shifts to DAG to DAG isel.
2005-11-30 Evan ChengFixed a bug introduced by my last commit: TargetGlobalV...
2005-11-30 Evan ChengAdded an index field to GlobalAddressSDNode so it can...
2005-11-30 Evan ChengFixed a minor bug: - -offset != offset iff offset ...
2005-11-29 Nate BegemanRepresent the encoding of the SPR instructions as they...
2005-11-29 Evan ChengAdd more X86 ISel patterns.
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...
next