1. Have the ExecutionContext keep track of the APInt's allocated and
[oota-llvm.git] / lib / Transforms / Scalar /
2007-03-03 Chris Lattnermy recent change caused a failure in a bswap testcase...
2007-03-03 Nick LewyckyTranslate bit operations to English.
2007-03-03 Chris Lattneradd a top-level iteration loop to instcombine. This...
2007-03-03 Reid SpencerAPIntify this pass.
2007-03-02 Reid SpencerFinally get this patch right :)
2007-03-02 Reid SpencerDang, I've done that twice now! Undo previous commit.
2007-03-02 Reid SpencerUse more efficient test for one value in a ConstantInt.
2007-03-02 Reid SpencerGuard against huge loop trip counts in an APInt safe...
2007-03-02 Chris LattnerFix a significant algorithm problem with the instcombin...
2007-03-02 Chris Lattnerminor cleanup
2007-03-02 Reid SpencerReverse a premature commital.
2007-03-02 Reid SpencerPrefer non-virtual calls to ConstantInt::isZero over...
2007-03-01 Reid SpencerAlthough probably not necessary, guard against a potent...
2007-03-01 Reid SpencerUse isUnitValue() instead of getZExtValue() == 1 which...
2007-03-01 Reid SpencerThe 64-bit constructor for ConstantInt changes from...
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-26 Devang PatelUse efficient container SmallPtrSet
2007-02-26 Devang PatelDo not unswitch loop on same value again and again.
2007-02-24 Chris LattnerFix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217
2007-02-15 Chris Lattnerconvert more vectors to smallvectors, 2.8% speedup
2007-02-15 Chris Lattnerchange some vectors to smallvectors. This speeds up...
2007-02-15 Chris Lattnerswitch an std::set to a SmallPtr set, this speeds up...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerChange an assert that mentions Packed Type -> Vector...
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-12 Chris Lattnerstop using methods that take vectors.
2007-02-11 Chris LattnerSimplify code by using value::takename
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Chris LattnerFix miscompilations of consumer-typeset, telecomm-gsm...
2007-02-05 Chris Lattnerfix a miscompilation of 176.gcc
2007-02-05 Chris Lattnerrewrite shift/shift folding, now that types are not...
2007-02-04 Nick LewyckyFix indenting, remove tabs.
2007-02-04 Reid SpencerFor PR1163:
2007-02-03 Chris Lattnerremove some dead code
2007-02-03 Chris LattnerSwitch inliner over to use DenseMap instead of std...
2007-02-02 Chris LattnerSwitch this back to using an std::map. DenseMap entrie...
2007-02-02 Chris LattnerRemove more malloc thrashing, this speeds up IPSCCP...
2007-02-02 Chris LattnerConvert an std::set to SmallSet, this speeds up IPSCCP...
2007-02-02 Chris Lattnereliminate a malloc/free for (almost) every GEP processe...
2007-02-02 Chris Lattnerswitch hash_map's over to DenseMap in SCCP. This speed...
2007-02-02 Reid SpencerRemove dead code and fix indentation per Chris' review...
2007-02-02 Reid SpencerUse short form of binary operator create functions.
2007-02-02 Chris Lattnerbugfix for reid's shift patch.
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Chris LattnerFix Transforms/InstCombine/2007-02-01-LoadSinkAlloca...
2007-01-31 Chris Lattnerremove temporary vectors.
2007-01-31 Chris LattnerRevert another incorrectly applied chunk, which fixes...
2007-01-31 Chris Lattnereliminate temporary vectors
2007-01-31 Chris LattnerMove symbolic constant folding code to libanalysis.
2007-01-30 Chris LattnerAdjust #includes to match movement of constant folding...
2007-01-30 Chris Lattnerpass TD to constant folding apis
2007-01-30 Chris Lattneruse smallvector instead of vector to make constant...
2007-01-30 Chris Lattnerremove some bits that are not yet meant to land.
2007-01-30 Chris LattnerSymbolically evaluate constant expressions like &A...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Nick LewyckySimplify names of lattice values. SGTUNE becomes SGT...
2007-01-27 Chris LattnerFix test/Transforms/InstCombine/2007-01-27-AndICmp...
2007-01-25 Devang PatelInherit BasicBlockPass directly from Pass.
2007-01-22 Reid SpencerCleanup checks in the load and store of casted pointer...
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Reid SpencerRevise the store V, (cast P) -> store (cast V) -> P...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-19 Reid SpencerFor this transform: store V, (cast P) -> store (cast...
2007-01-19 Reid SpencerFor PR1043:
2007-01-18 Chris LattnerFix InstCombine/2007-01-18-VectorInfLoop.ll, a case...
2007-01-18 Reid SpencerClean up some code around the store V, (cast P) ->...
2007-01-17 Reid SpencerFor PR1094:
2007-01-15 Chris LattnerFix a regression in my isIntegral patch that broke...
2007-01-15 Nick LewyckyDon't print address of ETNode. Print the DFSNumIn which...
2007-01-15 Chris LattnerImplement InstCombine/phi.ll:test7, deletion of trivial...
2007-01-15 Chris Lattnersimplify some code now that types are signless
2007-01-15 Chris Lattnerdelete stores to allocas with one use. This is a trivi...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerEliminate calls to isInteger, generalizing code and...
2007-01-14 Chris Lattnerinstcombine has always been miscompiling fcmp x, x...
2007-01-13 Chris LattnerFix Transforms/InstCombine/2007-01-13-ExtCompareMiscomp...
2007-01-13 Reid SpencerFix indentation to prior level for easier diffs.
2007-01-13 Nick Lewycky"Default context" blocks can occur after a non-default...
2007-01-13 Chris LattnerFix a minor bug handling constant exprs, introduced...
2007-01-13 Chris Lattnerfix a bug in a recent patch
2007-01-12 Chris Lattnersimplify some code
2007-01-12 Chris Lattnereliminate redundant check
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-12 Nick LewyckyIf we know that it's a constant being casted, propagate...
2007-01-12 Nick LewyckyClean up logic after ConstantBool removal.
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengRemove unnecessary boolean type check.
2007-01-11 Zhou ShengFor PR1043:
2007-01-11 Zhou ShengFixed indentation.
2007-01-11 Nick LewyckyQuiet compiler warning. The only reason the function...
2007-01-11 Nick LewyckyNew predicate simplifier!
2007-01-08 Jeff CohenUnbreak VC++ build.
next