Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
caf767bb027088e28460cde21c721cda681e38fc
/
lib
/
CodeGen
/
MachineDominators.cpp
081c34b
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
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
4593433
Don't bother calling releaseMemory before destroying the DominatorTreeBase.
by Dan Gohman
· 15 years ago
f32616e
Explicit template instantiations must happen in the template's immediately
by John McCall
· 16 years ago
45cfe54
Change Pass::print to take a raw ostream instead of std::ostream,
by Chris Lattner
· 16 years ago
791102f
eliminate the std::ostream form of WriteAsOperand and update clients.
by Chris Lattner
· 16 years ago
865f006
Eliminate several more unnecessary intptr_t casts.
by Dan Gohman
· 16 years ago
d68a076
Tidy up #includes, deleting a bunch of unnecessary #includes.
by Dan Gohman
· 17 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
54b62f3
Fix build issue on certain compilers.
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
1bd3271
Add a newline at the end of the file.
by Duncan Sands
· 18 years ago
5d32ec4
Some fixes to get MachineDomTree working better.
by Owen Anderson
· 18 years ago