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
/
LoopVR.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-2
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-3
/
+3
*
Eliminate a few unused-variable warnings
Douglas Gregor
2009-07-29
1
-2
/
+0
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-2
/
+4
*
Replace intersectWith with maximalIntersectWith. The latter guarantees that
Nick Lewycky
2009-07-18
1
-5
/
+4
*
Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.
Dan Gohman
2009-07-13
1
-0
/
+7
*
Change all SCEV* to SCEV *.
Dan Gohman
2009-07-07
1
-7
/
+7
*
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-07-06
1
-2
/
+3
*
SCEVHandle is no more!
Owen Anderson
2009-06-22
1
-7
/
+7
*
More const qualifiers.
Dan Gohman
2009-04-18
1
-14
/
+14
*
LoopVR is not CFGOnly.
Dan Gohman
2009-03-23
1
-1
/
+1
*
Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,
Dan Gohman
2009-02-24
1
-1
/
+1
*
Avoid crashing if instruction is not part of a loop.
Edwin Török
2008-10-27
1
-2
/
+3
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-6
/
+7
*
Add a value range analysis that lazily computes ranges using ScalarEvolutions.
Nick Lewycky
2008-06-30
1
-0
/
+289