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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-10
3
-0
/
+86
*
Fix a nasty dangling pointer problem, due to a free'd pointer being left in
Chris Lattner
2004-10-07
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
21
-35
/
+35
*
Finegrainify namespacification
Chris Lattner
2004-09-20
1
-7
/
+4
*
Fix a nasty iterator invalidation problem I introduced yesterday. This
Chris Lattner
2004-09-19
1
-5
/
+5
*
Add CallGraphNode::removeAnyCallEdgeTo method
Chris Lattner
2004-09-18
1
-0
/
+12
*
When changing a function, make sure to update the CallGraphNode for the
Chris Lattner
2004-09-18
1
-0
/
+1
*
Implement new changeFunction method, nuke a never implemented one.
Chris Lattner
2004-09-18
1
-8
/
+14
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-3
/
+3
*
Add some assertions
Chris Lattner
2004-09-15
1
-2
/
+3
*
Implement an AliasSetTracker::copyValue method
Chris Lattner
2004-09-14
1
-3
/
+30
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
5
-2
/
+6
*
Changes For Bug 352
Reid Spencer
2004-09-01
31
-60
/
+60
*
Fix a bug that caused the pass to go into infinite loops on trivial testcases.
Chris Lattner
2004-08-16
1
-1
/
+2
*
Add standard print/dump methods to CallGraph classes.
Chris Lattner
2004-08-08
1
-16
/
+22
*
Hide this option
Chris Lattner
2004-08-02
1
-1
/
+1
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
8
-13
/
+8
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
3
-8
/
+4
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-2
/
+1
*
Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx
Chris Lattner
2004-07-29
1
-5
/
+9
*
Make the create...() functions for some of these passes return a FunctionPass *.
Brian Gaeke
2004-07-27
1
-1
/
+1
*
nuke pointless -debug output
Chris Lattner
2004-07-27
1
-4
/
+0
*
Fix conservative assumption, which was quite broken. Also, notice that
Chris Lattner
2004-07-27
1
-2
/
+22
*
Remove a bogus assertion
Chris Lattner
2004-07-27
1
-3
/
+0
*
Complete rewrite of this pass to be faster, use less memory, be easier to
Chris Lattner
2004-07-27
1
-97
/
+148
*
Use context-sensitive alias analysis to avoid pessimization in clients of
Chris Lattner
2004-07-27
1
-5
/
+23
*
Make basicaa a bit more aggressive
Chris Lattner
2004-07-27
1
-0
/
+4
*
basic-aa can actually provide simple mod/ref info
Chris Lattner
2004-07-27
1
-3
/
+3
*
This was implemented back in march
Chris Lattner
2004-07-27
1
-7
/
+0
*
Add some new methods
Chris Lattner
2004-07-26
1
-0
/
+13
*
Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi...
Chris Lattner
2004-07-25
1
-1
/
+2
*
Add support for free instructions
Chris Lattner
2004-07-25
1
-2
/
+18
*
Clean up reference counting to stop "leaking" alias sets
Chris Lattner
2004-07-22
1
-11
/
+13
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
2
-2
/
+0
*
Add capability to remove aliasing aliassets from an AST
Chris Lattner
2004-07-21
1
-0
/
+56
*
Make the AST interface a bit richer by returning whether an insertion caused
Chris Lattner
2004-07-21
1
-19
/
+32
*
Do not ignore casts unless they are pointer-pointer casts. This caused us
Chris Lattner
2004-07-21
1
-4
/
+8
*
bug 122:
Reid Spencer
2004-07-18
9
-48
/
+32
*
Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information
Chris Lattner
2004-07-17
1
-21
/
+29
*
Print modref information in a useful way.
Chris Lattner
2004-07-17
1
-4
/
+14
*
Cleanups: fold two loops into one
Chris Lattner
2004-07-17
1
-3
/
+9
*
Be compatible with IA64
Chris Lattner
2004-07-16
1
-1
/
+2
*
Fixes for PR341
Chris Lattner
2004-07-15
3
-15
/
+16
*
Fix for PR341
Chris Lattner
2004-07-15
1
-1
/
+1
*
Bug fixes for PR341
Chris Lattner
2004-07-15
1
-1
/
+1
*
Simplify logic.
Chris Lattner
2004-07-14
1
-2
/
+2
*
Disable some code that isn't helping matters
Chris Lattner
2004-07-08
1
-1
/
+6
*
Headers moved
Chris Lattner
2004-07-07
1
-1
/
+1
*
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
14
-29
/
+31
[next]