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
/
PassManagers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate some uses of DOUT, cerr, and getNameStart().
Daniel Dunbar
2009-07-26
1
-4
/
+6
*
Clean up pass manager cache after each run.
Devang Patel
2009-04-01
1
-0
/
+3
*
Fully initialize all ivars, fixing PR3790, patch by Edwin Torok!
Chris Lattner
2009-03-12
1
-1
/
+1
*
some nits noticed by Duncan
Chris Lattner
2009-03-06
1
-2
/
+3
*
Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now
Chris Lattner
2009-03-06
1
-0
/
+23
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-1
/
+1
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-4
/
+3
*
Trim #includes.
Dan Gohman
2008-10-16
1
-6
/
+3
*
Use SmallVector instead of std::vector
Devang Patel
2008-08-12
1
-6
/
+6
*
Use DenseMap to keep track of last users.
Devang Patel
2008-08-12
1
-1
/
+7
*
Keep track of analysis usage information for passes. Avoid invoking
Devang Patel
2008-08-11
1
-0
/
+6
*
Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds
Chris Lattner
2008-08-08
1
-2
/
+5
*
Speed up the passmgr by avoiding heap thrashing on vectors.
Chris Lattner
2008-08-08
1
-1
/
+1
*
Fix spelling of "hierarchy" in comments.
Dan Gohman
2008-07-11
1
-2
/
+2
*
Add dom info verifier.
Devang Patel
2008-07-01
1
-0
/
+3
*
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
1
-0
/
+3
*
Make getNumContainedManagers and getNumContainedPasses const.
Dan Gohman
2008-05-14
1
-2
/
+2
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-2
/
+2
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
Move the PMStack class out of Pass.h and into PassManagers.h.
Dan Gohman
2008-03-14
1
-0
/
+31
*
Change PMTopLevelManager's PassManagers vector element type from
Dan Gohman
2008-03-13
1
-2
/
+2
*
Remove dead code.
Devang Patel
2008-02-27
1
-4
/
+0
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-2
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix a using namespace llvm; in a header file.
Dan Gohman
2007-10-03
1
-3
/
+2
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
1
-1
/
+1
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-3
/
+2
*
Add #ifndef guard.
Devang Patel
2007-08-10
1
-0
/
+6
*
avoid copying strings.
Chris Lattner
2007-08-10
1
-2
/
+3
*
Fix pastos in comments for doFinalization functions.
Dan Gohman
2007-07-30
1
-1
/
+1
*
Add facility to dump pass manager structure
Devang Patel
2007-07-27
1
-4
/
+1
*
Use SmallVector instead of std::vector.
Devang Patel
2007-07-20
1
-2
/
+2
*
Verify loop info.
Devang Patel
2007-07-19
1
-0
/
+3
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+382