remove some trickiness that broke yacr2 and some other programs last night
[oota-llvm.git] / lib /
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 LattnerAllow indvar simplify to canonicalize ANY affine IV...
2005-08-10 Chris LattnerFix an obvious oops
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-09 Chris LattnerFix some 80 column violations.
2005-08-09 Chris Lattnerimplement two helper methods
2005-08-09 Chris LattnerFix spelling, fix some broken canonicalizations by...
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 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 LattnerSCEVAddExpr::get() of an empty list is invalid.
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 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 LattnerImplement LoopStrengthReduce/share_code_in_preheader...
2005-08-08 Chris LattnerImplement a simple optimization for the termination...
2005-08-08 Chris Lattneradd new helper function
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-05 Chris LattnerConsolidate the GPOpt stuff to all use the Subtarget...
2005-08-05 Chris Lattneradjust to change in getSubtarget() api
2005-08-05 Chris LattnerEnable gp optimizations by default when available,...
2005-08-05 Chris Lattneradd a note
2005-08-05 Chris LattnerChange FindEarliestCallSeqEnd (used by libcall insertio...
2005-08-05 Chris LattnerFix a use-of-dangling-pointer bug, from the introductio...
2005-08-05 Chris LattnerFix a latent bug in the libcall inserter that was expos...
2005-08-05 Chris Lattnerdon't crash when running the PPC backend on non-ppc...
2005-08-05 Chris LattnerPHINode::hasConstantValue should never return the PHI...
2005-08-05 Chris LattnerFix an iterator invalidation problem when we decide...
2005-08-05 Chris LattnerMake sure to clean CastedPointers after casts are poten...
2005-08-05 Chris Lattnernow that hasConstantValue defaults to only returning...
2005-08-05 Chris LattnerInvoke instructions do not dominate all successors
2005-08-05 Chris LattnerNow that hasConstantValue is more careful w.r.t. return...
2005-08-05 Chris LattnerUse the bool argument to hasConstantValue to decide...
2005-08-05 Chris LattnerThis code can handle non-dominating instructions
2005-08-05 Chris LattnerMark hasConstantValue as a const method
2005-08-04 Nate BegemanAdd an extra parameter that Chris requested
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-08-04 Chris LattnerModify how immediates are removed from base expressions...
2005-08-04 Nate BegemanFix a fixme in LegalizeDAG
2005-08-04 Nate BegemanHack to naturally align doubles in the constant pool...
2005-08-04 Nate BegemanUse the new subtarget support to automatically choose...
2005-08-04 Chris Lattner* Refactor some code into a new BasedUser::RewriteInstr...
2005-08-04 Chris LattnerFix a case that caused this to crash on 178.galgel
2005-08-04 Chris LattnerTeach LSR about loop-variant expressions, such as loops...
2005-08-04 Nate BegemanRemove some more dead code.
2005-08-04 Chris LattnerRefactor this code substantially with the following...
2005-08-04 Andrew LenharthNo, IDEFs shouldn't be JITed
2005-08-04 Misha Brukman* Unbreak release build
2005-08-04 Misha Brukman* Unbreak optimized build (noticed by Eric van Riet...
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.
2005-08-04 Chris Lattnerrefactor some code
2005-08-04 Chris Lattnerinvert to if's to make the logic simpler
2005-08-04 Chris LattnerWhen processing outer loops and we find uses of an...
2005-08-03 Chris LattnerTeach loop-reduce to see into nested loops, to pull...
2005-08-03 Chris Lattnerimprove debug output
2005-08-03 Nate BegemanScalar SSE: load +0.0 -> xorps/xorpd
2005-08-03 Chris LattnerMove from Stage 0 to Stage 1.
2005-08-03 Andrew LenharthAlpha ABI specifies stack is always 16 byte alligned...
2005-08-03 Chris LattnerRename IVUse to IVUsersOfOneStride, use a struct instea...
2005-08-03 Chris LattnerFix a nasty dangling pointer issue. The ScalarEvolutio...
2005-08-03 Chris LattnerFix PR611, codegen'ing SREM of FP operands to fmod...
2005-08-03 Chris LattnerThe correct fix for PR612, which also fixes
2005-08-03 Chris LattnerWhen inserting code, make sure not to insert it before...
2005-08-03 Chris LattnerFix Transforms/SimplifyCFG/2005-08-03-PHIFactorCrash...
2005-08-03 Chris Lattneradd support for Graphviz when viewing CFGs
2005-08-03 Misha BrukmanFix grammar: apostrophe-s ('s) is possessive, not plura...
2005-08-03 Chris Lattnerminor capitalization thing, patch by Jim Laskey
2005-08-03 Chris LattnerFinally, add the required constraint checks to fix...
2005-08-03 Chris LattnerSimplify some code, add the correct pred checks
2005-08-03 Chris LattnerRefactor code out of PropagatePredecessorsForPHIs,...
2005-08-03 Chris Lattneruse splice instead of remove/insert to avoid some symta...
2005-08-03 Chris Lattnermove two functions up in the file, use SafeToMergeTermi...
next