index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
add some missing externals
Andrew Lenharth
2006-06-28
1
-3
/
+18
*
better c99 struct handling
Andrew Lenharth
2006-04-25
1
-2
/
+1
*
deal with memchr
Andrew Lenharth
2006-04-19
1
-0
/
+7
*
stupid stuff
Andrew Lenharth
2006-04-19
1
-3
/
+7
*
I understand now. Shoot.
Andrew Lenharth
2006-04-18
1
-21
/
+3
*
llvm.memc* improvements. helps PA a lot in some specmarks
Andrew Lenharth
2006-04-18
1
-2
/
+7
*
llvm.memc* improvements. helps PA a lot in some specmarks
Andrew Lenharth
2006-04-18
1
-4
/
+11
*
Handle some kernel code than ends in [0 x sbyte]. I think this is safe
Andrew Lenharth
2006-04-13
1
-2
/
+11
*
revert this, this is safe, if conservative. leave a note to that effect
Andrew Lenharth
2006-04-05
1
-9
/
+7
*
no heap is happening here
Andrew Lenharth
2006-03-15
1
-1
/
+1
*
remove qsort for now
Andrew Lenharth
2006-03-15
1
-9
/
+0
*
improve mem intrinsics and add a few things povray uses
Andrew Lenharth
2006-03-15
1
-3
/
+30
*
Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving
Chris Lattner
2006-03-03
1
-3
/
+6
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Prefix DSA specific options with dsa.
John Criswell
2005-12-19
1
-4
/
+4
*
Added an option to specify the names of heap freeing functions.
John Criswell
2005-12-19
1
-0
/
+20
*
Added a command line option that allows the user to specify a list of
John Criswell
2005-12-19
1
-0
/
+19
*
Collapsing node if variable length struct with final field of length zero
Sumant Kowshik
2005-12-06
1
-1
/
+18
*
core changes for varargs
Andrew Lenharth
2005-06-18
1
-5
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-22
/
+22
*
Remove an iteration pass over the entire scalarmap for each function created
Chris Lattner
2005-03-22
1
-15
/
+8
*
Build EC's for globals twice. The first is after constructing the initial
Chris Lattner
2005-03-20
1
-23
/
+99
*
some methods got renamed
Chris Lattner
2005-03-20
1
-2
/
+2
*
comment cleanup
Chris Lattner
2005-03-20
1
-1
/
+1
*
Create an equivalence class of global variables that DSA will never be able
Chris Lattner
2005-03-19
1
-7
/
+36
*
another fastpath
Chris Lattner
2005-03-18
1
-1
/
+2
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-2
/
+2
*
Make sure the two arguments of a setcc instruction point to the same node.
Chris Lattner
2005-03-05
1
-1
/
+8
*
Trivial cleanup patch
Chris Lattner
2005-03-04
1
-2
/
+2
*
Handle null a bit more carefully.
Chris Lattner
2005-02-25
1
-1
/
+11
*
This instruction:
Chris Lattner
2005-02-24
1
-1
/
+2
*
* Make some methods more const correct.
Chris Lattner
2005-01-30
1
-2
/
+2
*
Silence VC++ warnings.
Chris Lattner
2005-01-12
1
-3
/
+4
*
Work correctly with ICC, Patch contributed by Bjørn Wennberg
Chris Lattner
2004-12-08
1
-8
/
+16
*
Handle assert_fail special
Chris Lattner
2004-11-08
1
-0
/
+7
*
Don't call Constant::getNullValue when the argument could be VoidTy
Chris Lattner
2004-11-03
1
-2
/
+3
*
Fix more undefined behavior
Chris Lattner
2004-10-30
1
-10
/
+13
*
add support for UndefValue
Chris Lattner
2004-10-26
1
-1
/
+1
*
Add support for undef
Chris Lattner
2004-10-16
1
-0
/
+3
*
Dont' let null nodes sneak past cast instructions
Chris Lattner
2004-10-06
1
-1
/
+4
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Hide this option
Chris Lattner
2004-08-02
1
-1
/
+1
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
bug 122:
Reid Spencer
2004-07-18
1
-13
/
+8
*
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
1
-2
/
+2
*
As much as I hate to say it, the whole setNode interface for DSNodeHandles
Chris Lattner
2004-07-07
1
-2
/
+1
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Recognize memalign and friends, and handle them specially.
Vikram S. Adve
2004-05-25
1
-1
/
+2
*
Fix a really nasty bug with the -disable-ds-field-sensitivity option
Chris Lattner
2004-05-23
1
-0
/
+3
[next]