Add a new ShuffleVectorInst::getMaskValue method.
[oota-llvm.git] / lib / Analysis /
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2008-02-26 Bill WendlingDe-tabify.
2008-02-25 Evan ChengTemporarily reverting 46959.
2008-02-21 Dan GohmanChange a C-style cast to const_cast, to avoid a -Wcast...
2008-02-21 Nick LewyckySimplify this code, no functionality change.
2008-02-21 Nick LewyckyGlobalValues are Constants, remove redundant code....
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Nick LewyckyUse getConstant for ConstantInts.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-19 Duncan SandsFix a compiler warning.
2008-02-19 Owen AndersonIn addition to arguments passed to it, memcpy (and...
2008-02-18 Chris Lattnerdon't bother calling getUnderlyingObject for non-pointers.
2008-02-18 Owen AndersonSince we're not checking for the more general Allocatio...
2008-02-18 Owen AndersonThis check is not correct for mallocs, so exclude them...
2008-02-18 Owen AndersonFix a comment, and a bug where we weren't applying...
2008-02-18 Owen AndersonFix bugs that Chris noticed in my last patch.
2008-02-18 Chris Lattnerbitcasts of pointers are always pointers.
2008-02-17 Owen AndersonTeach getModRefInfo that memcpy, memmove, and memset...
2008-02-13 Wojciech MatyjewiczFix typo. Thanks to Duncan for noticing.
2008-02-13 Wojciech MatyjewiczAdd comments as per review feedback.
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-12 Wojciech MatyjewiczFix PR2002. Suppose n is the initial value for the...
2008-02-11 Wojciech MatyjewiczIf the LHS of the comparison is a loop-invariant we...
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2008-02-09 Wojciech MatyjewiczWe should check that existing cast operation has the...
2008-02-06 Tanya LattnerThrottle the non-local dependence analysis for basic...
2008-02-05 Owen AndersonFix an obscure read-after-free bug that Duncan found.
2008-01-31 Dan GohmanAvoid unnecessarily casting away const, fixing a FIXME.
2008-01-30 Owen AndersonFix an issue where, under very specific circumstances...
2008-01-24 Chris LattnergetUnderlyingObject can return null, handle this.
2008-01-24 Chris LattnerTeach basicaa that 'byval' arguments define a new memor...
2008-01-02 Nick LewyckyDon't be rude, emit debugging info where asked to.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-13 Wojciech MatyjewiczMake these loops follow GetGEPOperands() behavior.
2007-12-12 Duncan SandsRevert r44626, which turned off the use of readonly
2007-12-12 Chris LattnerFix a bug in my previous patch, thanks to Jay Foad for
2007-12-12 Daniel BerlinChanges from Curtis Dunham implementing lazy cycle...
2007-12-11 Chris LattnerImplement constant folding if vector<->vector bitcasts...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-12-08 Owen AndersonFix several cache coherence bugs in MemDep/GVN that...
2007-12-05 Duncan SandsCommit 44487 broke bootstrap of llvm-gcc-4.2. It is
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-11-30 Chris Lattnerchain update requests properly.
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-11-26 Owen AndersonFix a silly bug that Nicholas noticed.
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-23 Chris Lattnersimplify some code.
2007-11-23 Chris Lattnersplice some lines together, no functionality change.
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-11-23 Chris LattnerFix a bug where we'd try to find a scev value for a...
2007-11-22 Duncan SandsTeach alias analysis about readnone/readonly functions.
2007-11-22 Nick LewyckyInstead of calculating constant factors, calculate...
2007-11-22 Nick LewyckyCreate nodes for inline asm so that we don't crash...
2007-11-20 Nick LewyckySmall cleanup. Use APInt::getHighBitsSet method instead...
2007-11-20 Nick LewyckyBe more careful when transforming | to +. Patch from...
2007-11-16 Tanya LattnerFix for PR1801
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-11-15 Owen AndersonMore templatization.
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
2007-11-06 Chris LattnerFix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-29 Dan GohmanAdd explicit keywords.
2007-10-26 Owen AndersonMake a comment better.
2007-10-25 Hartmut KaiserSilenced a VC++ warning.
2007-10-25 Owen AndersonFix for PR1741.
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-29 Daniel BerlinSwitch to densemap rather than std::set
2007-09-28 Owen AndersonRemove unneeded #include.
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-27 Daniel BerlinIgnore redundant constraints
2007-09-27 Nick LewyckyBuild the correct range for loops with unusual bounds...
2007-09-25 Duncan SandsAdd a newline to the end of this file.
2007-09-24 Bill WendlingDon't execute dump unless NDEBUG isn't defined.
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-24 Owen AndersonMerge significant portions of the DomTree and PostDomTr...
2007-09-23 Owen AndersonFactor the calculation details for PostDomTree out...
2007-09-21 Owen AndersonAdd partial caching of non-local memory dependence...
2007-09-19 Owen AndersonAdd a flag to mark a dirty cache entry. This is not...
2007-09-18 Devang Patelooops...
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
next