index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2006-02-04
Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments.
Chris Lattner
2006-02-04
Value# select instructions, allowing -gcse to remove duplicates
Chris Lattner
2006-01-22
Add explicit iostream #includes
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2006-01-16
For PR411:
Reid Spencer
2006-01-14
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-14
Add a new CallGraph::getOrInsertFunction for clients to use when updating
Chris Lattner
2006-01-14
add a dump method to CallGraph
Chris Lattner
2006-01-14
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-11
Switch loopinfo to using ETForest instead of DominatorSet to compute itself.
Chris Lattner
2006-01-10
Remove unused inclusion of SymbolTable.h
Reid Spencer
2006-01-08
Fix a problem exposed by the et-forest work. Load-vn needs these passes live
Chris Lattner
2006-01-08
Initial implementation of the ET-Forest data structure for dominators and
Chris Lattner
2006-01-03
Make the -print-alias-sets pass work for printing out something other than
Chris Lattner
2005-12-22
Separate the call graph implementation from its interface. This implements
Chris Lattner
2005-12-19
Prefix DSA specific options with dsa.
John Criswell
2005-12-19
Added an option to specify the names of heap freeing functions.
John Criswell
2005-12-19
Added a command line option that allows the user to specify a list of
John Criswell
2005-12-06
Collapsing node if variable length struct with final field of length zero
Sumant Kowshik
2005-11-18
post-dom-frontiers requires proper post-dominance
Chris Lattner
2005-11-11
prevent cse of readcyclecounter
Andrew Lenharth
2005-11-11
continued readcyclecounter support
Andrew Lenharth
2005-10-30
Fix a problem that Nate noticed with LSR:
Chris Lattner
2005-10-29
remove a dead file
Chris Lattner
2005-10-27
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
2005-10-27
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-24
Remove this pass, it is not useful
Chris Lattner
2005-10-24
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2005-10-24
don't bother building the archive version of this library
Chris Lattner
2005-10-24
expose a ctor
Chris Lattner
2005-10-24
implement some prototypes
Chris Lattner
2005-10-24
move this to the analyze tool
Chris Lattner
2005-09-28
wrap a long line
Chris Lattner
2005-09-12
Add a new getLoopLatch() method.
Chris Lattner
2005-08-24
floor/ceil don't read/write memory. This allows gcse to eliminate 6 calls
Chris Lattner
2005-08-16
Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
Chris Lattner
2005-08-15
Teach LLVM to know how many times a loop executes when constructed with
Chris Lattner
2005-08-10
Fix an obvious oops
Chris Lattner
2005-08-09
implement two helper methods
Chris Lattner
2005-08-04
* Unbreak optimized build (noticed by Eric van Riet Paap)
Misha Brukman
2005-08-03
add support for Graphviz when viewing CFGs
Chris Lattner
2005-07-30
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-11
Remove glibc specific functions, and mark a couple as C99
Andrew Lenharth
2005-07-11
because on alpha:
Andrew Lenharth
2005-06-20
the correct fix was to fix AliasAnalysis.getModRefInfo
Andrew Lenharth
2005-06-20
prevent GCSE from forwarding stores to loads around vaarg. This is uggly, an...
Andrew Lenharth
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-08
By definition, 'tail' calls cannot access the stack frame of their caller.
Chris Lattner
[next]