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
/
include
/
llvm
/
CodeGen
/
MachineLoopInfo.h
Age
Commit message (
Expand
)
Author
2010-01-05
Restore dump() methods to Loop and MachineLoop.
Dan Gohman
2009-10-20
Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.
Dan Gohman
2009-07-13
Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,
Dan Gohman
2009-07-13
Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,
Dan Gohman
2009-06-27
Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.
Dan Gohman
2009-02-18
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-08-14
Use empty() instead of begin() == end().
Dan Gohman
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-22
Unbreak build on gcc 3.x
Anton Korobeynikov
2007-12-07
Fix a stupid error that Chris pointed out.
Owen Anderson
2007-12-01
Fixes for MachineLoopInfo, mostly from Evan. With these, it should be almost...
Owen Anderson
2007-11-28
Add missing newlines at EOF.
Duncan Sands
2007-11-27
Add MachineLoopInfo. This is not yet tested.
Owen Anderson