fix a pasto
[oota-llvm.git] / lib / Analysis /
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
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-11 Andrew LenharthRemove glibc specific functions, and mark a couple...
2005-07-11 Andrew Lenharthbecause on alpha:
2005-06-20 Andrew Lenharththe correct fix was to fix AliasAnalysis.getModRefInfo
2005-06-20 Andrew Lenharthprevent GCSE from forwarding stores to loads around...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-08 Chris LattnerBy definition, 'tail' calls cannot access the stack...
2005-05-06 Chris LattnerThese intrinsics do not access memory
2005-05-05 Misha BrukmanRemove extra blank line
2005-04-30 Chris LattnerAdd llvm.sqrt intrinsic, patch contributed by Morten...
2005-04-28 Chris LattnerThese functions can set errno!
2005-04-26 Chris LattnerMake interval partition print correctly, patch contribu...
2005-04-25 Chris LattnerCorrectly handle global-argument aliases induced in...
2005-04-25 Chris LattnerDon't mess up SCC traversal when a node has null edges...
2005-04-23 Chris LattnerPropagate eq sets through the bu graphs to the cbu...
2005-04-22 Chris LattnerMalloc/Free have mod/ref effects. Do not allow CSE...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris Lattneradd support for taking and resolving the address of...
2005-04-12 Chris LattnerFix a crash analyzing MultiSource/Benchmarks/MallocBench/gs
2005-04-06 Chris LattnerDon't make this require loopsimplify. It works BETTER...
2005-04-05 Chris Lattnerdo not crash when using -debug
2005-04-04 Chris Lattnerdo not dereference an extra layer of pointers to determ...
2005-04-02 Chris Lattnerfix some VC compilation problems, thanks to Jeff C...
2005-04-02 Chris LattnerEquivClassGraphs is now in DataStructure.h
2005-04-02 Chris Lattneruse a callee_iterator typedef.
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-03-29 Chris Lattnerimport all of the rest of the stubs that dsa uses for...
2005-03-29 Chris Lattnerlearn about some more functions.
2005-03-29 Chris LattnerFix a problem where we not marking incoming arguments...
2005-03-29 Chris Lattnerthere is no point comparing against null pointer.
2005-03-29 Chris LattnerFix a major problem with global variable initializers...
2005-03-29 Chris Lattneradd some more functions, ignore setcc for constraints!
2005-03-29 Chris LattnerHandle "known" external calls context sensitively,...
2005-03-28 Chris LattnerTeach andersens that non-escaping memory cannot be...
2005-03-28 Misha BrukmanFix grammar
2005-03-28 Chris LattnerMake anders-aa much more precise by not being completel...
2005-03-27 Chris Lattnerwrap some long lines
2005-03-27 Chris Lattnerremove ...
2005-03-27 Chris Lattnerspeed up steens by using spliceFrom, improve its precis...
2005-03-27 Chris Lattnerteach andersens about undef
2005-03-27 Chris LattnerDon't give up completely, maybe other AA can say someth...
2005-03-26 Chris LattnerFactor out percentage printing into its own function...
next