History log of /external/llvm/lib/VMCore/PassRegistry.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7a50202be59b59416d2d42820e68b26ed78b3d0f 29-Sep-2011 Devang Patel <dpatel@apple.com> Cosmetic changes, as per Nick's review.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140785 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
7a2bdde0a0eebcd2125055e0eacaca040f0b766c 15-Apr-2011 Chris Lattner <sabre@nondot.org> Fix a ton of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
7008f1e9ab3e455955bac764282b62d51b5ae523 05-Jan-2011 Jakob Stoklund Olesen <stoklund@2pi.dk> Silence a warning from non-standard warning avoidance code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122911 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
1f6efa3996dd1929fbc129203ce5009b620e6969 29-Nov-2010 Michael J. Spencer <bigcheesegs@gmail.com> Merge System into Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
a3ac427507e078e683d059820496c3dc52e8cac8 22-Oct-2010 Benjamin Kramer <benny.kra@googlemail.com> Make some symbols static, move classes into anonymous namespaces.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117111 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
75f6df283f726c289b240fe8c5f2f42cdfff5d5f 21-Oct-2010 Owen Anderson <resistor@mac.com> Attempt to fix valgrind complaining about (benign) leaks in pass registration by having PassRegistry
delete PassInfo objects that were created using new-style initialization.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116959 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
624218f5b418a69091b4836f0de6f12fb6bff5e4 12-Oct-2010 Dan Gohman <gohman@apple.com> Delete a redundant check.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116280 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
f56ba2b0613b8f3043ef3f3262ad76db2cc2fd2d 17-Sep-2010 Owen Anderson <resistor@mac.com> Allow the PassRegistry mutex to be lazily initialized, and clean up the global namespace at the same time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114131 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
1e3e6362c8def5abcbc9a89c02619a0912177f7e 17-Sep-2010 Owen Anderson <resistor@mac.com> Do not expose the locking for the PassRegistry in the header. Be careful to
synchronize any method that might lazily initialize the pImpl.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114130 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
b6d760c7d5e8496475a0063c32f87bd6161cb2db 16-Sep-2010 Owen Anderson <resistor@mac.com> Since PassRegistry is currently a shared global object, it needs locking. While it might intuitively seem
that all the setup of this class currently happens at static initialization time, this misses the fact
that some later events can cause mutation of the PassRegistrationListeners list, and thus cause race issues.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114036 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
049e42f0b4547eb1afad4e4ce708d110408957e4 13-Sep-2010 Owen Anderson <resistor@mac.com> Minimize #includes in a top-level header.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113772 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
381f17ee7c07b5a80d7dcdeae3d62e497902ef85 07-Sep-2010 Owen Anderson <resistor@mac.com> Fix PR7972, in which the PassRegistry was being leaked. As part of this,
switch to using a ManagedStatic for the global PassRegistry instead of a
ManagedCleanup, and fix a destruction ordering bug this exposed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113283 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
6bcd3a02653c45b87094577517547b7eb9f76395 07-Sep-2010 Owen Anderson <resistor@mac.com> Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce #include clutter
and exposing internal details.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113252 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
90c579de5a383cee278acc3f7e7b9d0a656e6a35 06-Aug-2010 Owen Anderson <resistor@mac.com> Reapply r110396, with fixes to appease the Linux buildbot gods.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110460 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
1f74590e9d1b9cf0f1f81a156efea73f76546e05 06-Aug-2010 Owen Anderson <resistor@mac.com> Revert r110396 to fix buildbots.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110410 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
9ccaf53ada99c63737547c0235baeb8454b04e80 06-Aug-2010 Owen Anderson <resistor@mac.com> Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
ID member as the sole unique type identifier. Clean up APIs related to this change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110396 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
9650983b9a30804d3479aeffb2a7f8bdb6b33942 21-Jul-2010 Owen Anderson <resistor@mac.com> Move the smarts of AnalysisGroup registration into PassRegistry.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109019 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
539673579ec79b75a95ef9daefc6a8b2fc8552f5 21-Jul-2010 Owen Anderson <resistor@mac.com> Move the handling of PassRegistrationListener's to PassRegistry.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108966 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
aac07eaeef0b29690f18061abc148a2608cd77de 20-Jul-2010 Owen Anderson <resistor@mac.com> Move more functionality from Pass.cpp to PassRegistry.cpp. This global will go away eventually, but for now we still need it around.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108932 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp
ee9886ed3dfac7b4459c9cb5bf8845b27e241792 20-Jul-2010 Owen Anderson <resistor@mac.com> I just fail with SVN today.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108888 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/VMCore/PassRegistry.cpp