Somehow this wasn't committed last time. M_CLOBBERS_PRED is gone.
[oota-llvm.git] / lib / VMCore /
2007-07-09 Devang PatelFix memory leak.
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-05 Chris LattnerThis enum is dead
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-27 Devang PatelRemove ETForest.
2007-06-27 Dan GohmanRename ("shrinkify") MVT::isExtendedValueType to MVT...
2007-06-26 Dan GohmanUse utostr from StringExtras.h instead of ostringstream...
2007-06-25 Dan GohmanGeneralize MVT::ValueType and associated functions...
2007-06-21 Devang PatelMove code to update dominator information after basic...
2007-06-18 Devang PatelFix quotes in debug messages.
2007-06-15 Chris Lattneradd a Constant::getAllOnesValue helper function, which...
2007-06-15 Chris LattnerEnhance BinaryOperator::isNot to support vector not.
2007-06-12 Devang PatelisReachableFromEntry() is not suitable for post dominator.
2007-06-12 Devang PatelRemove redundant check.
2007-06-12 Devang PatelCheck A dominates B and vise versa first while searchin...
2007-06-12 Devang PatelBreak DominatorTree from ETNode.
2007-06-12 Devang PatelUse SmallPtrSet instaed of std::set
2007-06-12 Devang PatelCheck immediate dominators first while searching for...
2007-06-12 Devang PatelMaintain DFS number in DomTreeNode itself.
2007-06-11 Devang PatelAdd and use DominatorTreeBase::findNearestCommonDominat...
2007-06-11 Devang PatelUse DominatorTree instead of ETForest.
2007-06-08 Devang PatelUpdate LoopSimplify to require and preserve DominatorTr...
2007-06-07 Devang PatelAdd instruction level dominates(A,B) interface.
2007-06-07 Devang PatelMaintain ETNode as part of DomTreeNode.
2007-06-07 Zhou ShengAdd assert to check if the attributes ZExt/SExt, NoAlia...
2007-06-06 Devang PatelAdd new dominator tree node into dominator tree node...
2007-06-05 Chris LattnerFix a user-reported error building with GCC 3.4.4 on...
2007-06-05 Zhou ShengCommit first round work of PR1373. "noalias" is now...
2007-06-04 Devang PatelAdd FIXMEs.
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
2007-05-24 Dan GohmanMinor comment cleanups.
2007-05-24 Dan GohmanAdd cases for v2f32.
2007-05-23 Devang PatelAdd dump() routines for debugging assistance.
2007-05-23 Devang PatelIf user wants to run instcombine twice, do not block it.
2007-05-22 Reid SpencerReinstate the patch for escaping non-printing character...
2007-05-22 Chris Lattnertemporarily revert reid's asmwriter patch, it is missin...
2007-05-19 Reid SpencerGet the order of the hext digits right!
2007-05-19 Reid SpencerAdjust how LLVM names are produced:
2007-05-11 Dan GohmanUpdate comments to say "vector" instead of "packed".
2007-05-05 Chris Lattnerhandle gep aliasee
2007-05-04 Chris Lattnerif functiontype is going to have a pointer to a paramat...
2007-05-03 Jeff CohenUnbreak VC++ build.
2007-05-03 Devang PatelUse iterative while loop instead of recursive function...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Devang PatelRe-install patch to enable use of PassID.
2007-05-02 Chris Lattnerrevert enough of devang's recent patches to get the...
2007-05-02 Chris Lattnerdisable this assertion as a hack to get the build more...
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-30 Anton KorobeynikovFix typo. Interesting, but old variant worked too :)
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovLet Verifier check aliasees
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattneradd a way to make this less brittle
2007-04-28 Chris Lattnerrepresent indirect operands explicitly in inline asm...
2007-04-27 Chris Lattneradd a GEP helper function
2007-04-26 Devang PatelMove ~Pass() from Pass.h into Pass.cpp
2007-04-26 Devang PatelUse toplevel function pass manager as OnTheFly manager.
2007-04-26 Chris Lattnerprint aliases before functions
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Chris Lattnersimplify some code
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-21 Devang PatelReset vertex.
2007-04-21 Chris LattnerFix a bug that prevented the JIT from working correctly...
2007-04-20 Chris LattnerFix regressions introduced by my previous patch: opt...
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-20 Chris Lattnercatch a case that was biting jeffc
2007-04-18 Chris Lattnerdon't access argument list of prototypes
2007-04-17 Chris Lattnereliminate a use of Instruction::getPrev(), patch by...
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-16 Devang PatelProivde getAnalysis<FPAnalysis>(Func) support.
2007-04-16 Devang PatelDo not assert during analysis implementation initializa...
2007-04-16 Devang PatelPrint and delete on the fly pass managers.
2007-04-16 Devang PatelUpdate module pass manager to support module passes...
2007-04-16 Devang PatelGive each pass manager chance to manage lower level...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerDon't return 0 if the len == 5, let the assert handle...
2007-04-16 Reid SpencerFix test/CodeGen/Generic/vector-constantexpr.ll
2007-04-16 Reid SpencerFor PR1328:
2007-04-15 Owen AndersonTabs -> Spaces
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-14 Owen AndersonFix some unsafe code. Also, tabs -> spaces.
2007-04-14 Owen AndersonMake ETForest depend on DomTree rather than IDom. ...
2007-04-14 Chris Lattneradd GetElementPtrInst::hasAllZeroIndices, a long-overdu...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-12 Reid SpencerFor PR1284:
2007-04-11 Reid SpencerFix a bug where ICmpInst objects instantiated directly...
2007-04-11 Reid SpencerFor PR1146:
2007-04-10 Chris Lattnerunbreak the build :(
2007-04-10 Jeff CohenFix build problem.
2007-04-09 Reid SpencerFor PR1146:
next