index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
DataStructure
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove DSA.
John Criswell
2006-12-13
1
-1333
/
+0
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-2
/
+2
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
1
-3
/
+2
*
For PR950:
Reid Spencer
2006-11-27
1
-15
/
+22
*
Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.
Bill Wendling
2006-11-17
1
-7
/
+7
*
Optionally allow comparison operations from affect DSGraphs
Andrew Lenharth
2006-11-07
1
-1
/
+6
*
Split the External and Intrinsic handling into seperate functions. This
Andrew Lenharth
2006-11-03
1
-497
/
+505
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
[SU]int update - inactive code may get activated someday
Jim Laskey
2006-10-23
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-10-20
1
-1
/
+1
*
Move some warnings to debug mode.
Andrew Lenharth
2006-10-13
1
-3
/
+7
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-1
/
+1
*
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
[next]