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
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+3
*
Give each pass manager chance to manage lower level analysis pass, which is
Devang Patel
2007-04-16
1
-5
/
+20
*
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-23
1
-3
/
+3
*
Keep track of higher level analysis.
Devang Patel
2007-03-06
1
-0
/
+9
*
Keep track of inherited analysis. For example, if a loop pass does not
Devang Patel
2007-03-06
1
-0
/
+21
*
Current pass manager, not the parent pass manager, assumes the role of
Devang Patel
2007-03-05
1
-11
/
+0
*
Avoid constructing std::strings unless pass debugging is ON.
Devang Patel
2007-03-05
1
-2
/
+15
*
Make getPassManagerType() const.
Devang Patel
2007-02-27
1
-2
/
+2
*
temporarily revert Devang's most recent patch, which caused a large
Chris Lattner
2007-02-17
1
-5
/
+0
*
Use inverted map to speedup collectLastUses().
Devang Patel
2007-02-17
1
-0
/
+5
*
Pretty print pass managers.
Devang Patel
2007-02-01
1
-0
/
+4
*
- Undo previous check-in (i.e. Do not export TimingInfo class through
Devang Patel
2007-01-29
1
-49
/
+2
*
Move TimingInfo into PassManagers.h so that other libs can use it.
Devang Patel
2007-01-29
1
-0
/
+49
*
Code refactoring.
Devang Patel
2007-01-16
1
-0
/
+8
*
Remove extra white spaces. Fix comments.
Devang Patel
2007-01-15
1
-2
/
+2
*
s/addPassToManager/add/g
Devang Patel
2007-01-12
1
-1
/
+1
*
Move PMTopLevelManager, PMDataManager and FPPassManger classes into
Devang Patel
2007-01-12
1
-0
/
+319