Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
de189be53f5831737f38e720f10dbcdcce6876c6
/
lib
/
CodeGen
/
MachineLoopInfo.cpp
2ab36d3
Begin adding static dependence information to passes, which will allow us to
by Owen Anderson
· 15 years ago
ce665bd
Now with fewer extraneous semicolons!
by Owen Anderson
· 15 years ago
02dd53e
Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API.
by Owen Anderson
· 15 years ago
90c579d
Reapply r110396, with fixes to appease the Linux buildbot gods.
by Owen Anderson
· 15 years ago
1f74590
Revert r110396 to fix buildbots.
by Owen Anderson
· 15 years ago
9ccaf53
Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static
by Owen Anderson
· 15 years ago
dda30cd
Restore dump() methods to Loop and MachineLoop.
by Dan Gohman
· 16 years ago
f32616e
Explicit template instantiations must happen in the template's immediately
by John McCall
· 16 years ago
7896c9f
improve portability to avoid conflicting with std::next in c++'0x.
by Chris Lattner
· 16 years ago
81b16a3
Add getTopBlock and getBottomBlock member functions to MachineLoopInfo.
by Dan Gohman
· 16 years ago
ad2afc2
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
by Dan Gohman
· 16 years ago
c5b19b2
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
by Daniel Dunbar
· 16 years ago
933c762
Manage MachineFunctions with an analysis Pass instead of the Annotable
by Dan Gohman
· 16 years ago
c8d76d5
Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,
by Dan Gohman
· 16 years ago
9d59d9f
Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.
by Dan Gohman
· 16 years ago
6ddba2b
Change class' public PassInfo variables to by initialized with the
by Dan Gohman
· 17 years ago
844731a
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
84b7df4
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
by Dan Gohman
· 17 years ago
19033bf
make this build with newer gcc's
by Chris Lattner
· 18 years ago
67d65bb
Don't recalculate the loop info and loop dominators analyses if they're
by Bill Wendling
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
0a488b3
Add missing newlines at EOF.
by Duncan Sands
· 18 years ago
e4ad9c7
Add MachineLoopInfo. This is not yet tested.
by Owen Anderson
· 18 years ago