Fix a misoptimization in aha.
[oota-llvm.git] / lib / VMCore /
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
2007-07-31 Reid SpencerThe InReg parameter attribute is valid on function...
2007-07-30 Dan GohmanFix pastos in comments for doFinalization functions.
2007-07-27 Devang PatelAdd facility to dump pass manager structure
2007-07-27 Devang PatelFix edge cases in handling basic block split.
2007-07-27 Duncan SandsIt seems logical that InReg should be incompatible
2007-07-27 Duncan SandsAs the number of parameter attributes increases,
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-26 Dan GohmanMove the GET_SIDE_EFFECT_INFO logic from isInstructionT...
2007-07-26 Dan GohmanDummyInst's member functions don't need to be virtual.
2007-07-26 Christopher LambAdd support for 3 element 32-bit vector ValueTypes.
2007-07-24 Reid SpencerMake output match actual condition tested. Thanks,...
2007-07-23 Reid Spencer1. Make sure we print the Function Value for parameter...
2007-07-23 Reid SpencerAdd better verification of attributes on function types...
2007-07-20 Chris Lattnerzext(undef) = 0 and sext(undef) = 0, not undef.
2007-07-20 Devang PatelUse SmallVector instead of std::vector.
2007-07-19 Reid SpencerFor PR1553:
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Devang PatelSet up ground work to verify preserved analysis info.
2007-07-18 Dan GohmanAdd constructor overloads for LoadInst and StoreInst...
2007-07-17 Rafael Espindoladetect invalid combination of sret and byval
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-10 Rafael Espindolacheck for correct usage of the byval attribute
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...
next