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
/
DataStructure
/
Local.cpp
Age
Commit message (
Expand
)
Author
2006-12-13
Remove DSA.
John Criswell
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-17
Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.
Bill Wendling
2006-11-07
Optionally allow comparison operations from affect DSGraphs
Andrew Lenharth
2006-11-03
Split the External and Intrinsic handling into seperate functions. This
Andrew Lenharth
2006-11-02
For PR786:
Reid Spencer
2006-10-23
[SU]int update - inactive code may get activated someday
Jim Laskey
2006-10-20
For PR950:
Reid Spencer
2006-10-13
Move some warnings to debug mode.
Andrew Lenharth
2006-08-27
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-06-28
add some missing externals
Andrew Lenharth
2006-04-25
better c99 struct handling
Andrew Lenharth
2006-04-19
deal with memchr
Andrew Lenharth
2006-04-19
stupid stuff
Andrew Lenharth
2006-04-18
I understand now. Shoot.
Andrew Lenharth
2006-04-18
llvm.memc* improvements. helps PA a lot in some specmarks
Andrew Lenharth
2006-04-18
llvm.memc* improvements. helps PA a lot in some specmarks
Andrew Lenharth
2006-04-13
Handle some kernel code than ends in [0 x sbyte]. I think this is safe
Andrew Lenharth
2006-04-05
revert this, this is safe, if conservative. leave a note to that effect
Andrew Lenharth
2006-03-15
no heap is happening here
Andrew Lenharth
2006-03-15
remove qsort for now
Andrew Lenharth
2006-03-15
improve mem intrinsics and add a few things povray uses
Andrew Lenharth
2006-03-03
Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
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-06-18
core changes for varargs
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-22
Remove an iteration pass over the entire scalarmap for each function created
Chris Lattner
2005-03-20
Build EC's for globals twice. The first is after constructing the initial
Chris Lattner
2005-03-20
some methods got renamed
Chris Lattner
2005-03-20
comment cleanup
Chris Lattner
2005-03-19
Create an equivalence class of global variables that DSA will never be able
Chris Lattner
2005-03-18
another fastpath
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-05
Make sure the two arguments of a setcc instruction point to the same node.
Chris Lattner
2005-03-04
Trivial cleanup patch
Chris Lattner
2005-02-25
Handle null a bit more carefully.
Chris Lattner
2005-02-24
This instruction:
Chris Lattner
2005-01-30
* Make some methods more const correct.
Chris Lattner
2005-01-12
Silence VC++ warnings.
Chris Lattner
2004-12-08
Work correctly with ICC, Patch contributed by Bjørn Wennberg
Chris Lattner
2004-11-08
Handle assert_fail special
Chris Lattner
2004-11-03
Don't call Constant::getNullValue when the argument could be VoidTy
Chris Lattner
2004-10-30
Fix more undefined behavior
Chris Lattner
2004-10-26
add support for UndefValue
Chris Lattner
[next]