Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
84875bad9c32b1110c6b8abd4f1346cc0dca761b
/
lib
/
CodeGen
/
AntiDepBreaker.h
e29e8e1
Update DBG_VALUEs while breaking anti dependencies.
by Devang Patel
· 13 years ago
66db3a0
Make BreakAntiDependencies' SUnits argument const, and make the Begin
by Dan Gohman
· 15 years ago
557bbe6
Remove some old experimental code that is no longer needed. Remove additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks.
by David Goodwin
· 15 years ago
6ac0e76
Sink a #include <map> to where it's actually needed.
by Dan Gohman
· 15 years ago
4de099d
Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed.
by David Goodwin
· 15 years ago
82c7248
Make AntiDepReg.h internal.
by David Goodwin
· 15 years ago
[Renamed from include/llvm/CodeGen/AntiDepBreaker.h]
e10deca
Allow the aggressive anti-dep breaker to process the same region multiple times. This is necessary because new anti-dependencies are exposed when "current" ones are broken.
by David Goodwin
· 15 years ago
ada0ef8
Define virtual destructor in *.cpp file.
by David Goodwin
· 15 years ago
c932213
Add virtual destructor.
by David Goodwin
· 15 years ago
2e7be61
Break anti-dependence breaking out into its own class.
by David Goodwin
· 15 years ago