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
/
PointerTracking.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
1
-1
/
+2
*
Rename MallocFreeHelper as MemoryBuiltins
Victor Hernandez
2009-10-27
1
-1
/
+1
*
Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...
Victor Hernandez
2009-10-26
1
-1
/
+1
*
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...
Victor Hernandez
2009-10-23
1
-1
/
+1
*
Fix bug where array malloc with unexpected computation of the size argument r...
Victor Hernandez
2009-10-15
1
-2
/
+3
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
1
-1
/
+1
*
Enhance analysis passes so that they apply the same analysis to malloc calls ...
Victor Hernandez
2009-09-18
1
-0
/
+9
*
remove a few dead insertion methods.
Chris Lattner
2009-08-24
1
-8
/
+2
*
Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
Owen Anderson
2009-08-13
1
-4
/
+4
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-12
/
+13
*
Introduce a pointertracking pass.
Torok Edwin
2009-07-14
1
-0
/
+261