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
/
LoopInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace isTrapping with a new, similar method called
Eli Friedman
2009-07-17
1
-7
/
+2
*
Add an isLoopSimplifyForm() predicate, following the example of
Dan Gohman
2009-07-16
1
-0
/
+24
*
Make makeLoopInvariant report whether it made any changes or not,
Dan Gohman
2009-07-15
1
-4
/
+7
*
Introduce a new LoopInfo utility function makeLoopInvariant, which
Dan Gohman
2009-07-14
1
-1
/
+62
*
Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,
Dan Gohman
2009-07-13
1
-0
/
+178
*
Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.
Dan Gohman
2009-06-27
1
-1
/
+1
*
Remove some unnecessary #includes.
Dan Gohman
2009-06-05
1
-1
/
+0
*
Change the description string of the LoopInfo pass.
Dan Gohman
2009-05-01
1
-1
/
+1
*
Remove dead comments.
Evan Cheng
2008-12-18
1
-3
/
+0
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-3
/
+0
*
These passes preserve CFG.
Devang Patel
2008-03-20
1
-1
/
+1
*
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
1
-1
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-27
1
-1
/
+1
*
More templatization.
Owen Anderson
2007-11-15
1
-230
/
+1
*
Start the process of making MachineLoopInfo possible by templating Loop.
Owen Anderson
2007-11-14
1
-396
/
+0
*
Use SmallVector.
Devang Patel
2007-08-21
1
-3
/
+3
*
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
1
-3
/
+3
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-3
/
+3
*
Verify loop info.
Devang Patel
2007-07-19
1
-1
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+670