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
/
Analysis
/
LoopPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-07
1
-0
/
+3
*
Now LoopUnswitch is a LoopPass.
Devang Patel
2007-03-07
1
-1
/
+2
*
Insert loop into LQ before visiting children.
Devang Patel
2007-03-06
1
-1
/
+1
*
Use schedulePass() instead of assignPassManager() to add new LPPassManager.
Devang Patel
2007-03-06
1
-3
/
+11
*
Add LPPassManager::insertLoop().
Devang Patel
2007-03-06
1
-0
/
+32
*
LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from
Devang Patel
2007-03-06
1
-7
/
+71
*
LPPassManager. Implement preparePassManager() hook.
Devang Patel
2007-03-06
1
-0
/
+25
*
LPPassManager : Add initialization and finalizatino hooks.
Devang Patel
2007-03-06
1
-0
/
+20
*
Use std::deque to manage loop queue inside LPPassManager.
Devang Patel
2007-03-06
1
-40
/
+6
*
Avoid constructing std::strings unless pass debugging is ON.
Devang Patel
2007-03-05
1
-7
/
+3
*
Fix thinko.
Devang Patel
2007-02-23
1
-1
/
+2
*
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
/
+41
*
Add facility that allows LoopPass to re-insert a loop into
Devang Patel
2007-02-23
1
-0
/
+13
*
Add LPPassManager interface that LoopPass can use to skip
Devang Patel
2007-02-23
1
-0
/
+13
*
Populate and walk loop queue.
Devang Patel
2007-02-22
1
-6
/
+20
*
Add LoopQueue. This is used by loop pass manager to manage loop nest.
Devang Patel
2007-02-22
1
-0
/
+36
*
Add Loop Pass Manager.
Devang Patel
2007-02-22
1
-0
/
+69