Add another important case we miss
[oota-llvm.git] / lib /
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...
2005-11-29 Chris LattnerAdd support for a new STRING and LOCATION node for...
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 Lattnerrefix typo
2005-11-29 Chris Lattnerdon't say this is i128, because it isn't yet. Hopefull...
2005-11-29 Chris Lattnerrevert my change for the time being, which broke the...
2005-11-28 Chris Lattnerfix a typo :)
2005-11-28 Andrew Lenhartha few more comments on the interfaces and functions
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Jeff CohenFix VC++ warning.
2005-11-28 Chris LattnerAdd a missed optimization
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-11-26 Nate BegemanSmall tweaks noticed while on the plane.
2005-11-25 Andrew Lenharthsince reg2mem requires it, might as well mention that...
2005-11-25 Duraid Madinaadd support for dynamic_stackalloc to the dag isel...
2005-11-23 Nate BegemanSome first bits of AltiVec stuff: Instruction Formats...
2005-11-22 Andrew LenharthReg2Mem is something a pass may depend on, so allow...
next