index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
LoopVR.cpp
Age
Commit message (
Expand
)
Author
2009-10-08
remove LoopVR pass. According to Nick:
Chris Lattner
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-07-29
Eliminate a few unused-variable warnings
Douglas Gregor
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-18
Replace intersectWith with maximalIntersectWith. The latter guarantees that
Nick Lewycky
2009-07-13
Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.
Dan Gohman
2009-07-07
Change all SCEV* to SCEV *.
Dan Gohman
2009-07-06
Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...
Owen Anderson
2009-06-22
SCEVHandle is no more!
Owen Anderson
2009-04-18
More const qualifiers.
Dan Gohman
2009-03-23
LoopVR is not CFGOnly.
Dan Gohman
2009-02-24
Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,
Dan Gohman
2008-10-27
Avoid crashing if instruction is not part of a loop.
Torok Edwin
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-06-30
Add a value range analysis that lazily computes ranges using ScalarEvolutions.
Nick Lewycky