oota-llvm.git
2005-08-14 Nate BegemanFix last night's PPC32 regressions by
2005-08-14 Nate BegemanFix last night's X86 regressions by putting code for...
2005-08-14 Andrew Lenharthonly build .a on alpha
2005-08-14 Nate BegemanFix FP_TO_UINT with Scalar SSE2 now that the legalizer...
2005-08-14 Nate BegemanTeach the legalizer how to legalize FP_TO_UINT.
2005-08-14 Nate BegemanMake FP_TO_UINT Illegal. This allows us to generate...
2005-08-13 Andrew LenharthTesting a variable before it is defined doesn't work...
2005-08-13 Chris LattnerOoops, don't forget to clear this. The real inner...
2005-08-13 Chris LattnerRecursively scan scev expressions for common subexpress...
2005-08-13 Nate BegemanRemove an unncessary argument to SimplifySelectCC and...
2005-08-13 Nate BegemanFix the fabs regression on x86 by abstracting the selec...
2005-08-13 Nate BegemanRemove support for 64b PPC, it's been broken for a...
2005-08-13 Andrew LenharthFix oversized GOT problem with gcc-4 on alpha
2005-08-13 Chris LattnerTeach SplitCriticalEdge to update LoopInfo if it is...
2005-08-13 Chris Lattnerremove dead code. The exit block list is computed...
2005-08-12 Chris Lattnerimplement a couple of simple shift foldings.
2005-08-12 Jim LaskeyFix for 2005-08-12-rlwimi-crash.ll. Make allowance...
2005-08-12 Jim LaskeyAdded test cases to guarantee use of ORC and ANDC.
2005-08-12 Jim Laskey1. This changes handles the cases of (~x)&y and x&...
2005-08-12 Chris Lattnertestcase that crashed the ppc backend, distilled from...
2005-08-12 Chris LattnerWhen splitting critical edges, make sure not to leave...
2005-08-12 Chris LattnerAdd a helper method
2005-08-12 Chris Lattneradd a helper method
2005-08-12 Chris LattnerFix a FIXME: if we are inserting code for a PHI argumen...
2005-08-12 Chris LattnerChange break critical edges to not remove, then insert...
2005-08-12 Andrew Lenharthmatch gcc's use of tabs, makes diffs easier
2005-08-12 Andrew Lenharth.section cleanup, patch from Nicholas Riley
2005-08-11 Chris LattnerFirst rev of Xcode 2.1 project
2005-08-11 Jim Laskey1. Added the function isOpcWithIntImmediate to simplify...
2005-08-11 Chris LattnerTidied up the use of dyn_cast<ConstantSDNode> by using...
2005-08-11 Chris LattnerUse a more efficient method of creating integer and...
2005-08-11 Nate BegemanAdd a select_cc optimization for recognizing abs(int...
2005-08-11 Nate BegemanSome SELECT_CC cleanups:
2005-08-10 Nate BegemanMake SELECT illegal on PPC32, switch to using SELECT_CC...
2005-08-10 Nate BegemanAdd new node, SELECT_CC. This node is for targets...
2005-08-10 Chris LattnerChanges for PPC32ISelPattern.cpp
2005-08-10 Chris LattnerFix an oversight that may be causing PR617.
2005-08-10 Chris Lattnernow that we handle non-constant strides, this testcase...
2005-08-10 Chris Lattnerremove some trickiness that broke yacr2 and some other...
2005-08-10 Chris LattnerChanged the XOR case to use the isOprNot predicate.
2005-08-10 Chris Lattner1. Refactored handling of integer immediate values...
2005-08-10 Duraid Madinasorry!! this is temporary; for some reason the nasty...
2005-08-10 Chris LattnerFix a bug compiling: select (i32 < i32), f32, f32
2005-08-10 Chris LattnerMake loop-simplify produce better loops by turning...
2005-08-10 Chris LattnerNew testcase
2005-08-10 Chris LattnerAllow indvar simplify to canonicalize ANY affine IV...
2005-08-10 Chris Lattnernew testcase
2005-08-10 Chris LattnerFix an obvious oops
2005-08-10 Chris Lattnernew testcase we handle
2005-08-10 Chris LattnerTeach LSR to strength reduce IVs that have a loop-invar...
2005-08-10 Chris LattnerFix Regression/Transforms/LoopStrengthReduce/phi_node_u...
2005-08-10 Chris Lattnernew testcase
2005-08-09 Chris LattnerFix some 80 column violations.
2005-08-09 Chris Lattnerimplement two helper methods
2005-08-09 Chris Lattneradd two helper methods
2005-08-09 Chris LattnerFix spelling, fix some broken canonicalizations by...
2005-08-09 Chris LattnerI can't believe I caught this before Misha! :)
2005-08-09 Chris Lattneradd a optimization note
2005-08-09 Chris Lattneradd cc nodes to the AllNodes list so they show up in...
2005-08-09 Chris LattnerAdd testcases for new rlwinm cases handled, patch by...
2005-08-09 Chris LattnerUpdate the targets to the new SETCC/CondCodeSDNode...
2005-08-09 Chris LattnerEliminate the SetCCSDNode in favor of a CondCodeSDNode...
2005-08-09 Chris LattnerMinor cleanup patch, no functionality changes. Written...
2005-08-09 Chris LattnerFix CodeGen/Generic/div-neg-power-2.ll, a regression...
2005-08-09 Chris Lattnernew reg test for a failure last night on ppc/darwin
2005-08-09 Chris LattnerSCEVAddExpr::get() of an empty list is invalid.
2005-08-09 Chris LattnerThis is now implemented
2005-08-09 Chris LattnerImplement: LoopStrengthReduce/share_ivs.ll
2005-08-08 Chris LattnerSuck the base value out of the UsersToProcess vector...
2005-08-08 Chris LattnerSplit MoveLoopVariantsToImediateField out from MoveImme...
2005-08-08 Nate BegemanFactor out some common code, and be smarter about when...
2005-08-08 Chris LattnerA testcase I don't want to break in the future
2005-08-08 Chris LattnerAllow tools with "consume after" options (like lli...
2005-08-08 Chris LattnerRemove getImmediateForOpcode, which is now dead.
2005-08-08 Chris LattnerAdd new immediate handling support for mul/div.
2005-08-08 Chris LattnerAdd support for OR/XOR/SUB immediates that are handled...
2005-08-08 Chris LattnerModify the ISD::AND opcode case to use new immediate...
2005-08-08 Chris LattnerModify the ISD::ADD opcode case to use new immediate...
2005-08-08 Chris LattnerModify existing support functions to use new immediate...
2005-08-08 Chris LattnerAdd support predicates for future immediate constant...
2005-08-08 Chris LattnerMove IsRunOfOnes to a more logical place and rename...
2005-08-08 Nate BegemanFix JIT encoding of ppc mfocrf instruction; the operand...
2005-08-08 Chris LattnerUse the new 'moveBefore' method to simplify some code...
2005-08-08 Chris LattnerReject command lines that have too many positional...
2005-08-08 Chris LattnerNot all constants are legal immediates in load/store...
2005-08-08 Chris Lattnernew testcase, not implemented yet
2005-08-08 Chris LattnerImplement LoopStrengthReduce/share_code_in_preheader...
2005-08-08 Chris LattnerIt is better to not depend on CSE to share multiplies...
2005-08-08 Chris LattnerThese are both implemented by a recent LSR patch
2005-08-08 Chris LattnerImplement a simple optimization for the termination...
2005-08-08 Chris Lattneradd new helper function
2005-08-08 Chris Lattneradd a new helper method
2005-08-08 Chris LattnerHandle 64-bit constant exprs on 64-bit targets.
2005-08-07 Chris LattnerAll stats are "Number of ..."
2005-08-07 Chris LattnerAdd some simple folds that occur in bitfield cases...
2005-08-07 Chris LattnerFix typoCVS: -------------------------------------...
2005-08-07 Chris Lattneradd a small simplification that can be exposed after...
2005-08-07 Chris Lattner* Use the new PHINode::hasConstantValue method to simpl...
2005-08-07 Chris LattnerNew testcases for PR615
2005-08-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
next