index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
PoolAllocate.cpp
Age
Commit message (
Expand
)
Author
2003-08-13
Removing the pool allocator from the main CVS tree.
John Criswell
2003-08-12
Bug fix: Some nodes pointed to by globals may not be marked incomplete and ne...
Sumant Kowshik
2003-08-07
Added code for pool allocating only the pool-allocatable data structures in t...
Sumant Kowshik
2003-08-05
Minor changes:
Chris Lattner
2003-08-05
Major bug fixes including a memory leak and tracking some exceptional conditi...
Sumant Kowshik
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-06-30
Eliminate using declarations, adjust for new DSGraph API
Chris Lattner
2003-06-20
Fix the build. :(
Chris Lattner
2003-06-19
Changes to privatize NodeType
Chris Lattner
2003-06-07
Fix compilation problem on GCC 2.9x
Chris Lattner
2003-06-04
Made changes suggested by Chris
Sumant Kowshik
2003-05-29
Added support for function pointers
Sumant Kowshik
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-02-06
Fix a problem Sumant was running into
Chris Lattner
2003-02-03
Split public interface out into header file
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-01-29
Initial checkin of pool allocation code
Chris Lattner