oota-llvm.git
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...
2005-08-05 Chris Lattneradjust to change in getSubtarget() api
2005-08-05 Chris LattnerSince getSubtarget() always provides a const Subtarget...
2005-08-05 Chris LattnerEnable gp optimizations by default when available,...
2005-08-05 Chris Lattnerteach TestRunner about prcontext
2005-08-05 Chris Lattnertwo simple testcases loopreduce should handle but does...
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 Lattnernew testcase that condprop should handle. The PHI...
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 Lattneradd a testcase nate requested
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 LattnerThis should not run lli, that is for llvm-test.
2005-08-04 Chris LattnerNone of these tests should require a working lli, they...
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 Chris LattnerThis testcase now passes
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 Lattnerthis is not implemented by lsr yet
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 Lattnerthis now passes
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 this to test the BE we care about
2005-08-03 Chris LattnerFix an obvious bug in the Log2 stuff that broke SingleS...
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 Lattnernew testcase for PR612
2005-08-03 Chris LattnerWhen inserting code, make sure not to insert it before...
2005-08-03 Chris Lattnernew testcase for PR612
2005-08-03 Nate BegemanAdd a couple rlwinm tests for bitfield clears
2005-08-03 Nate BegemanUpdate rlwimi tests to catch all the cases we care...
2005-08-03 Chris LattnerTestcase that used to crash simplifycfg
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 LattnerWrap comments to 80 cols, fix code sequence for CountLe...
2005-08-03 Chris Lattnerminor capitalization thing, patch by Jim Laskey
2005-08-03 Chris LattnerFix another bug in the clz patch that caused miscompila...
2005-08-03 Chris LattnerFinally, add the required constraint checks to fix...
2005-08-03 Chris Lattnerun-xfail this
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...
2005-08-03 Chris LattnerRip some code out of the main SimplifyCFG function...
2005-08-03 Chris LattnerThis fails for now
2005-08-02 Chris LattnerDisable this patch:
2005-08-02 Chris LattnerChange a place to use an arbitrary value instead of...
2005-08-02 Chris LattnerIf the user interrupts bugpoint, don't extract loops
2005-08-02 Chris LattnerAdd a note, people are responsible for requesting that...
2005-08-02 Chris LattnerPass -export-dynamic to gcc when compiling with -native...
2005-08-02 Chris LattnerFix the non-gcc 4.0 paths for countleadingzeros
2005-08-02 Chris LattnerFix inverted conditionals
2005-08-02 Chris Lattnerone more hunk that got dropped
2005-08-02 Chris LattnerThis hunk accidentally got dropped. Patch by Jim Laskey
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-08-02 Chris LattnerFix the non-gcc 4.0 path to compile
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-08-02 Chris LattnerConsolidate all of the various log2 computing functions...
2005-08-02 Chris LattnerUpdate a doc, patch contributed by Jim Laskey!
2005-08-02 Chris Lattneradd a pass name to make debugging dumps nicer
2005-08-02 Misha BrukmanFix grammar: it's == "it is".
2005-08-02 Chris LattnerLike the comment says, do not insert cast instructions...
2005-08-02 Jeff CohenIt's dangerous coding on Mondays.
next