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
/
include
/
llvm
/
PassRegistry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to fix valgrind complaining about (benign) leaks in pass registration...
Owen Anderson
2010-10-20
1
-2
/
+3
*
Do not expose the locking for the PassRegistry in the header. Be careful to
Owen Anderson
2010-09-16
1
-2
/
+0
*
Since PassRegistry is currently a shared global object, it needs locking. Wh...
Owen Anderson
2010-09-15
1
-0
/
+2
*
Minimize #includes in a top-level header.
Owen Anderson
2010-09-13
1
-2
/
+1
*
Fix PR7972, in which the PassRegistry was being leaked. As part of this,
Owen Anderson
2010-09-07
1
-0
/
+1
*
Properly initialize the pImpl member of PassRegistry to zero.
Owen Anderson
2010-09-07
1
-0
/
+2
*
Add doxygen comments for PassRegistry.
Owen Anderson
2010-09-07
1
-1
/
+24
*
Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...
Owen Anderson
2010-09-07
1
-25
/
+12
*
fix inconsistent formatting.
Chris Lattner
2010-09-05
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-3
/
+3
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-3
/
+3
*
Move the smarts of AnalysisGroup registration into PassRegistry.
Owen Anderson
2010-07-21
1
-3
/
+2
*
Move the handling of PassRegistrationListener's to PassRegistry.
Owen Anderson
2010-07-20
1
-3
/
+8
*
Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ...
Owen Anderson
2010-07-20
1
-0
/
+2
*
I just fail with SVN today.
Owen Anderson
2010-07-20
1
-2
/
+0
*
Oops.
Owen Anderson
2010-07-20
1
-0
/
+67