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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-29
1
-4
/
+2
*
s/convertable/convertible/g
Misha Brukman
2003-05-20
1
-2
/
+2
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-1
/
+2
*
Don't apply type information to load instructions if it will cause collapsing
Chris Lattner
2003-03-03
2
-6
/
+7
*
Adjust to implement new AA interface
Chris Lattner
2003-02-26
2
-31
/
+17
*
Fix resolution of indirect function calls... whoops
Chris Lattner
2003-02-14
1
-1
/
+1
*
Mark function edges
Chris Lattner
2003-02-14
1
-0
/
+2
*
- Eliminate provably non-pointer nodes from graphs.
Chris Lattner
2003-02-14
1
-5
/
+22
*
Don't put integer pointers (longs) into the scalar map.
Chris Lattner
2003-02-14
1
-0
/
+10
*
Hax0r around a deficiency in the Pass infrastructure
Chris Lattner
2003-02-13
1
-2
/
+5
*
Use the new tailclip property new added to graphviz CVS to make call nodes
Chris Lattner
2003-02-13
1
-5
/
+4
*
Move node forwarding code from being inlined to being out-of-line.
Chris Lattner
2003-02-13
1
-0
/
+21
*
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-11
4
-238
/
+126
*
Minor tweaks to printing. Close the file before viewing it in viewGraph
Chris Lattner
2003-02-11
1
-1
/
+3
*
Modest speedup which seems to help steens quite a bit on large graphs
Chris Lattner
2003-02-10
1
-1
/
+2
*
Fix problem breaking GAP, use hasNoReferrers more
Chris Lattner
2003-02-10
1
-4
/
+4
*
Implement a new "viewGraph" method which can be used to instantly view a grap...
Chris Lattner
2003-02-10
1
-0
/
+17
*
Rearrange code
Chris Lattner
2003-02-10
1
-11
/
+13
*
Fix problem breaking Fhourstones
Chris Lattner
2003-02-10
1
-1
/
+2
*
Make steensgaards performance not shameful
Chris Lattner
2003-02-10
1
-6
/
+12
*
Don't insert null entries into the scalar map for constexpr (cast null to Ty)
Chris Lattner
2003-02-09
1
-5
/
+11
*
Switch to using the right call vector
Chris Lattner
2003-02-09
1
-0
/
+2
*
Fix major bugs in incompleteness marking that were pessimizing results
Chris Lattner
2003-02-09
1
-96
/
+101
*
Print out the steens graph if -debug is specified
Chris Lattner
2003-02-09
1
-1
/
+2
*
* Fix a bug where global incompleteness marking would not mark the global
Chris Lattner
2003-02-09
1
-8
/
+5
*
Add a special case for main because we know it's incoming arguments don't alias
Chris Lattner
2003-02-08
1
-1
/
+1
*
Fix a bug where we would mark the callees arguments incomplete if the caller ...
Chris Lattner
2003-02-08
1
-2
/
+2
*
Remove explicit result counters
Chris Lattner
2003-02-08
1
-14
/
+4
*
Add a flag which effectively disables field sensitivity
Chris Lattner
2003-02-08
1
-0
/
+5
*
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
Chris Lattner
2003-02-07
1
-13
/
+2
*
Fix an assertion failure
Chris Lattner
2003-02-06
1
-2
/
+2
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
8
-58
/
+110
*
Remove bogus assertion
Chris Lattner
2003-02-04
1
-2
/
+0
*
Fix a huge bug with handling non-pointer instructions
Chris Lattner
2003-02-04
1
-1
/
+16
*
Make the TD pass not include all of the call nodes from the local pass,
Chris Lattner
2003-02-04
1
-0
/
+1
*
Add sanity check
Chris Lattner
2003-02-04
1
-0
/
+1
*
Fix steensgaard to work on a lot more cases...
Chris Lattner
2003-02-04
1
-14
/
+9
*
Fix printing of nonfunction graphs
Chris Lattner
2003-02-04
1
-2
/
+4
*
Rename variable
Chris Lattner
2003-02-03
1
-6
/
+6
*
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-03
1
-3
/
+9
*
Initial implementation of ds-aa
Chris Lattner
2003-02-03
1
-0
/
+128
*
* Fix a bug introduced in the last checkin wrt Stack markers
Chris Lattner
2003-02-03
1
-8
/
+6
*
Implement the globals graph!
Chris Lattner
2003-02-03
1
-128
/
+163
*
Add better debug output
Chris Lattner
2003-02-03
1
-12
/
+20
*
Be a bit more specific in caption
Chris Lattner
2003-02-02
1
-1
/
+1
*
Fix a bug where we would delete neccesary calls in bu pass
Chris Lattner
2003-02-01
1
-1
/
+2
*
Fix a bug where we would incorrectly delete globals which had edges to alive ...
Chris Lattner
2003-02-01
1
-3
/
+0
*
Delete nodes more efficiently
Chris Lattner
2003-02-01
1
-6
/
+4
*
Remove dead nodes more efficiently
Chris Lattner
2003-02-01
1
-1
/
+2
*
Improve efficiency of aliveness traversal code
Chris Lattner
2003-02-01
1
-21
/
+19
[next]