Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
35edc42f9830af1a6ebf215d7635b04547e8e624
/
lib
/
CodeGen
/
CriticalAntiDepBreaker.h
35edc42
Typo.
by Mikhail Glushenkov
· 15 years ago
bc4bd92
Fix PostRA antidependence breaker.
by Andrew Trick
· 15 years ago
4638852
Fixes <rdar://problem/8612856>: During postRAsched, the antidependence
by Andrew Trick
· 15 years ago
9c2a034
Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time
by Bill Wendling
· 15 years ago
7fa889b
revert bill's patches in an attempt to fix the buildbot.
by Chris Lattner
· 15 years ago
f7f72bc
Use std::vector instead of a hard-coded array. The length of that array could
by Bill Wendling
· 15 years ago
46df4eb
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservatively) aware of predicated instructions. This enables ARM to move if-conversion before post-ra scheduler.
by Evan Cheng
· 15 years ago
66db3a0
Make BreakAntiDependencies' SUnits argument const, and make the Begin
by Dan Gohman
· 15 years ago
80c2b0d
Anti-dependency breaking needs to be careful regarding instructions with
by Jim Grosbach
· 16 years ago
2973b57
80 column and whitespace cleanup
by Jim Grosbach
· 16 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
· 16 years ago
4de099d
Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed.
by David Goodwin
· 16 years ago
82c7248
Make AntiDepReg.h internal.
by David Goodwin
· 16 years ago
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
· 16 years ago
2e7be61
Break anti-dependence breaking out into its own class.
by David Goodwin
· 16 years ago