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
/
VMCore
/
PassRegistry.cpp
Age
Commit message (
Expand
)
Author
2011-09-29
Cosmetic changes, as per Nick's review.
Devang Patel
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-01-05
Silence a warning from non-standard warning avoidance code.
Jakob Stoklund Olesen
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-10-22
Make some symbols static, move classes into anonymous namespaces.
Benjamin Kramer
2010-10-20
Attempt to fix valgrind complaining about (benign) leaks in pass registration...
Owen Anderson
2010-10-12
Delete a redundant check.
Dan Gohman
2010-09-16
Allow the PassRegistry mutex to be lazily initialized, and clean up the globa...
Owen Anderson
2010-09-16
Do not expose the locking for the PassRegistry in the header. Be careful to
Owen Anderson
2010-09-15
Since PassRegistry is currently a shared global object, it needs locking. Wh...
Owen Anderson
2010-09-13
Minimize #includes in a top-level header.
Owen Anderson
2010-09-07
Fix PR7972, in which the PassRegistry was being leaked. As part of this,
Owen Anderson
2010-09-07
Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...
Owen Anderson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-21
Move the smarts of AnalysisGroup registration into PassRegistry.
Owen Anderson
2010-07-20
Move the handling of PassRegistrationListener's to PassRegistry.
Owen Anderson
2010-07-20
Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...
Owen Anderson
2010-07-20
I just fail with SVN today.
Owen Anderson