Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b760d0cde9b5b165719cb15a5bc63aaed987352f
/
llvm
/
lib
/
CodeGen
/
MachineLoopInfo.cpp
323c30c
Explicit template instantiations must happen in the template's immediately
by John McCall
· 16 years ago
a48f44d
improve portability to avoid conflicting with std::next in c++'0x.
by Chris Lattner
· 16 years ago
d383c2f
Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.
by Dan Gohman
· 16 years ago
5ea74d5
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
by Dan Gohman
· 16 years ago
5434756
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
by Daniel Dunbar
· 16 years ago
bcb44ba
Manage MachineFunctions with an analysis Pass instead of the Annotable
by Dan Gohman
· 16 years ago
cc85ae1
Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,
by Dan Gohman
· 16 years ago
4f16a29
Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.
by Dan Gohman
· 16 years ago
0479aa5
Change class' public PassInfo variables to by initialized with the
by Dan Gohman
· 17 years ago
d78c400
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
a8b7e78
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
by Dan Gohman
· 17 years ago
7eac714
make this build with newer gcc's
by Chris Lattner
· 18 years ago
0c20943
Don't recalculate the loop info and loop dominators analyses if they're
by Bill Wendling
· 18 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
45a0c32
Add missing newlines at EOF.
by Duncan Sands
· 18 years ago
30767b1
Add MachineLoopInfo. This is not yet tested.
by Owen Anderson
· 18 years ago