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
/
include
/
llvm
/
Analysis
/
DSSupport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-2
/
+10
*
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-11-02
1
-1
/
+1
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
1
-13
/
+11
*
Remove #includes
Chris Lattner
2003-07-26
1
-1
/
+0
*
Use the C++ <cassert> header, not the C <assert.h> header
Chris Lattner
2003-07-25
1
-1
/
+1
*
Add new operator= impl
Chris Lattner
2003-07-01
1
-0
/
+9
*
Ok, I'm a moron. Fixed now
Chris Lattner
2003-07-01
1
-1
/
+1
*
Fix major problem that was causing all kinds of nasty foldings
Chris Lattner
2003-07-01
1
-0
/
+1
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+1
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Move node forwarding code from being inlined to being out-of-line.
Chris Lattner
2003-02-13
1
-0
/
+2
*
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-11
1
-11
/
+30
*
Move getNode() out of line
Chris Lattner
2003-02-10
1
-2
/
+2
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-17
/
+46
*
Eliminate unused resolving caller stuff
Chris Lattner
2003-02-03
1
-15
/
+3
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-7
/
+7
*
New API for traversing graph
Chris Lattner
2003-01-29
1
-0
/
+7
*
Inline DSTypeRec into DSNode
Chris Lattner
2002-11-18
1
-15
/
+0
*
Add code to be able to merge two call sites
Chris Lattner
2002-11-10
1
-0
/
+11
*
Implement support for swapping. Callsites now sort by callee
Chris Lattner
2002-11-10
1
-2
/
+16
*
Expose isPointerType to clients of dsanalysis
Chris Lattner
2002-11-07
1
-0
/
+5
*
Make PointerShift/Size be enums so they are constants instead of globals
Chris Lattner
2002-11-06
1
-2
/
+4
*
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
2002-11-06
1
-16
/
+9
*
Fixed comment on top of DSNode.h, added note to DSSupport.h as to why
Misha Brukman
2002-11-02
1
-0
/
+4
*
Refactored DSGraph.h:
Misha Brukman
2002-10-31
1
-0
/
+219