RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted.
[oota-llvm.git] / lib / VMCore /
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:
2007-04-09 Reid SpencerRemove a memory leak, until ParamAttrsList is uniqued.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris LattnerConvert ImmediateDominators::DFSPass from being recursi...
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnerminor cleanups
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Owen AndersonMove isReachableFromEntry out of line to avoid an unnec...
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
2007-04-08 Nick LewyckyDon't crash when encountering a BasicBlock that hasn...
2007-04-07 Owen AndersonAdd DomSet back, and revert the changes to LoopSimplify...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-06 Reid SpencerFor PR1209:
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-03-31 Chris Lattneradd a method to turn a type into a VT.
2007-03-28 Devang PatelIt is not possible to determine dominance between two...
2007-03-28 Reid SpencerNo need to generate the implementation keyword any...
2007-03-27 Devang PatelUse SmallPtrSet.
2007-03-27 Devang PatelSpell check.
2007-03-26 Devang PatelIt is not possible to determie dominance between two...
2007-03-26 Devang PatelUse std::vector<DFCalculateWorkObject> instead of
2007-03-26 Reid SpencerAdd a comment to explain a folding transform.
2007-03-25 Chris Lattnerfold constantexprs more aggressively, fixing PR1265
2007-03-24 Chris Lattneradd a valuetype for v1i64, which is needed by mmx.
2007-03-23 Reid SpencerFix constant fold of div by zero and rem by zero to...
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-22 Reid SpencerAdd the NoUnwind function attribute.
2007-03-20 Devang PatelDominanceFrontier::calculate().
2007-03-20 Devang PatelLoopSimplify::FindPHIToPartitionLoops()
2007-03-20 Chris LattnerFix a nasty memory leak, caused by my revamp of the...
2007-03-19 Reid SpencerAllow ConstantInt::get(Ty, uint64_t) to interpret the...
2007-03-19 Reid SpencerFor PR1258:
2007-03-08 Devang PatelSpeed Up Pass Manager.
2007-03-08 Evan ChengAdded ContainsRelocations() to check if a constant...
2007-03-06 Devang PatelKeep track of higher level analysis.
2007-03-06 Devang PatelKeep track of inherited analysis. For example, if a...
next