Make an error message a little more intelligible.
[oota-llvm.git] / lib / Analysis /
2006-08-21 Chris LattnerFix PR885
2006-08-12 Chris LattnerMake Loop::getExitBlocks significantly faster for large...
2006-08-02 Chris LattnerSpeed up Loop::isLCSSAForm by using a binary search...
2006-07-12 Chris LattnerChange the callgraph representation to store the callsi...
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Andrew Lenharthadd some missing externals
2006-06-27 Chris LattnerHandle alias sets that have been unified, and thus...
2006-06-27 Chris LattnerDon't implement AliasSetTracker::remove in terms of...
2006-06-27 Reid SpencerFor PR801:
2006-06-26 Chris LattnerFix a stale pointer issue that caused 300.twolf to...
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-19 Andrew LenharthFix a bug, don't drop indirect call sites, especially...
2006-06-17 Chris LattnerConstant fold sqrtf
2006-06-16 Andrew LenharthAdd a error message to cbu to match bu
2006-06-16 Andrew Lenharthmove header
2006-06-13 Owen AndersonUpdate isLCSSAForm to handle PHI nodes specially for...
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-05 Reid SpencerFor PR798:
2006-06-01 Chris LattnerFix -pedantic warning
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-05-29 Andrew Lenharthmove calltarget to dsa
2006-05-29 Andrew LenharthSince there was interest on the mailing list, this...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-12 Chris LattnerRemove dead variable
2006-04-26 Chris LattnerImplement Transforms/IndVarsSimplify/complex-scev.ll...
2006-04-25 Andrew Lenharthslightly more useful error message
2006-04-25 Andrew Lenharthbetter c99 struct handling
2006-04-19 Andrew LenharthAnother simple case type merge case to try
2006-04-19 Andrew Lenharthdeal with memchr
2006-04-19 Andrew Lenharthfriendlier error message
2006-04-19 Andrew Lenharthstupid stuff
2006-04-18 Andrew LenharthI understand now. Shoot.
2006-04-18 Andrew Lenharthllvm.memc* improvements. helps PA a lot in some specmarks
2006-04-18 Andrew Lenharthllvm.memc* improvements. helps PA a lot in some specmarks
2006-04-14 Chris LattnerImplement value #'ing for vector operations, implementing
2006-04-13 Andrew LenharthHandle some kernel code than ends in [0 x sbyte]. ...
2006-04-05 Andrew Lenharthrevert this, this is safe, if conservative. leave...
2006-04-04 Chris LattnerSigned shr by a constant is not the same as sdiv by 2^k
2006-04-01 Chris LattnerFix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid...
2006-03-27 Andrew LenharthIf adding a link to a collapsed, node, ignore offset.
2006-03-15 Andrew Lenharthno heap is happening here
2006-03-15 Andrew Lenharthremove qsort for now
2006-03-15 Andrew Lenharthallow field sensitivity to be a tunable parameter
2006-03-15 Andrew LenharthHandle one offset with growth case seen in povray....
2006-03-15 Andrew Lenharthimprove mem intrinsics and add a few things povray...
2006-03-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-03-09 Chris LattnerUse autogenerated mod/ref info for intrinsics.
2006-03-04 Chris LattnerFix a crash compiling Obsequi
2006-03-04 Chris LattnerBe more conservative with our symbolic alias analysis...
2006-03-03 Chris Lattnerupdates for recent changes
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-02-14 Chris Lattneradd an assert
2006-02-04 Chris LattnerPull the InsertCastOfTo out of the header, implement...
2006-02-04 Chris LattnerValue# select instructions, allowing -gcse to remove...
2006-01-22 Chris LattnerAdd explicit iostream #includes
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-16 Reid SpencerFor PR411:
2006-01-14 Chris LattnerChange ET-Forest to automatically recalculate its DFSnu...
2006-01-14 Chris LattnerAdd a new CallGraph::getOrInsertFunction for clients...
2006-01-14 Chris Lattneradd a dump method to CallGraph
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-11 Chris LattnerSwitch loopinfo to using ETForest instead of DominatorS...
2006-01-10 Reid SpencerRemove unused inclusion of SymbolTable.h
2006-01-08 Chris LattnerFix a problem exposed by the et-forest work. Load...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2006-01-03 Chris LattnerMake the -print-alias-sets pass work for printing out...
2005-12-22 Chris LattnerSeparate the call graph implementation from its interfa...
2005-12-19 John CriswellPrefix DSA specific options with dsa.
2005-12-19 John CriswellAdded an option to specify the names of heap freeing...
2005-12-19 John CriswellAdded a command line option that allows the user to...
2005-12-06 Sumant KowshikCollapsing node if variable length struct with final...
2005-11-18 Chris Lattnerpost-dom-frontiers requires proper post-dominance
2005-11-11 Andrew Lenharthprevent cse of readcyclecounter
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-10-30 Chris LattnerFix a problem that Nate noticed with LSR:
2005-10-29 Chris Lattnerremove a dead file
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-24 Chris LattnerRemove this pass, it is not useful
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-24 Chris Lattnerdon't bother building the archive version of this library
2005-10-24 Chris Lattnerexpose a ctor
2005-10-24 Chris Lattnerimplement some prototypes
2005-10-24 Chris Lattnermove this to the analyze tool
2005-09-28 Chris Lattnerwrap a long line
2005-09-12 Chris LattnerAdd a new getLoopLatch() method.
2005-08-24 Chris Lattnerfloor/ceil don't read/write memory. This allows gcse...
2005-08-16 Chris LattnerFix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
2005-08-15 Chris LattnerTeach LLVM to know how many times a loop executes when...
2005-08-10 Chris LattnerFix an obvious oops
2005-08-09 Chris Lattnerimplement two helper methods
2005-08-04 Misha Brukman* Unbreak optimized build (noticed by Eric van Riet...
2005-08-03 Chris Lattneradd support for Graphviz when viewing CFGs
next