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
/
Analysis
/
LoopPass.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Introduce Simple Analysis interface for loop passes.
Devang Patel
2007-07-31
1
-0
/
+29
*
Verify loop info.
Devang Patel
2007-07-19
1
-4
/
+0
*
Add explicit keywords.
Dan Gohman
2007-07-02
1
-2
/
+2
*
Add loop info verification mechanism.
Devang Patel
2007-06-29
1
-0
/
+5
*
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
-0
/
+3
*
Add getPotentialPassManagerType(). No functionality change, yet.
Devang Patel
2007-04-16
1
-0
/
+4
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-1
/
+1
*
Use schedulePass() instead of assignPassManager() to add new LPPassManager.
Devang Patel
2007-03-06
1
-6
/
+2
*
Add LPPassManager::insertLoop().
Devang Patel
2007-03-06
1
-2
/
+4
*
LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from
Devang Patel
2007-03-06
1
-0
/
+2
*
LPPassManager. Implement preparePassManager() hook.
Devang Patel
2007-03-06
1
-1
/
+9
*
LPPassManager : Add initialization and finalizatino hooks.
Devang Patel
2007-03-06
1
-0
/
+9
*
Use std::deque to manage loop queue inside LPPassManager.
Devang Patel
2007-03-06
1
-3
/
+1
*
Make getPassManagerType() const.
Devang Patel
2007-02-27
1
-1
/
+1
*
Loop passes are set up to accept pointer.
Devang Patel
2007-02-23
1
-1
/
+1
*
Teach LoopPass to assign itself one Loop Pass Manager.
Devang Patel
2007-02-23
1
-0
/
+4
*
Add facility that allows LoopPass to re-insert a loop into
Devang Patel
2007-02-23
1
-1
/
+6
*
Add LPPassManager interface that LoopPass can use to skip
Devang Patel
2007-02-23
1
-1
/
+6
*
Add LoopQueue. This is used by loop pass manager to manage loop nest.
Devang Patel
2007-02-22
1
-1
/
+6
*
Add Loop Pass Manager.
Devang Patel
2007-02-22
1
-0
/
+86