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
/
VMCore
/
Pass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-07-07
1
-3
/
+3
*
Guard the listeners list. Unfortunately, this requires a real static rather
Owen Anderson
2009-06-24
1
-0
/
+5
*
Move the memory fences out of the path for single-threaded mode.
Owen Anderson
2009-06-19
1
-5
/
+6
*
Move Threading.[h|cpp] from Support to System.
Owen Anderson
2009-06-18
1
-1
/
+1
*
As pointed out by Duncan, I accidentally dropped the first MemoryFence of the
Owen Anderson
2009-06-18
1
-4
/
+8
*
Add braces to clarify if/else structure and remove warning.
Nick Lewycky
2009-06-18
1
-1
/
+2
*
We need to use double-checked locking for lazy initialization in this case wh...
Owen Anderson
2009-06-17
1
-1
/
+15
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
1
-1
/
+1
*
Speed up the passmgr by avoiding heap thrashing on vectors.
Chris Lattner
2008-08-08
1
-2
/
+3
*
fix some warnings when assertions are disabled.
Chris Lattner
2008-06-21
1
-1
/
+1
*
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
1
-0
/
+1
*
Change class' public PassInfo variables to by initialized with the
Dan Gohman
2008-05-13
1
-21
/
+16
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
Update comments; getPassName no longer uses RTTI.
Dan Gohman
2008-03-14
1
-2
/
+4
*
Remove unused runPass methods.
Dan Gohman
2008-03-08
1
-14
/
+0
*
Fix 80-col violations.
Dan Gohman
2008-01-29
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Reduce reliance on rtti info
Chris Lattner
2007-10-18
1
-2
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+337