Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
276b77e66c538264d79b78c00bbad9f890f58011
/
lib
/
CodeGen
/
Spiller.h
276b77e
Teach spiller to unfold instructions which modref spill slot when a scratch
by Evan Cheng
· 16 years ago
e67f5e4
Oy! When reverting r68073, I added in experimental code. Sorry...
by Bill Wendling
· 16 years ago
8fe0054
Revert r68073. It's causing a failure in the Apple-style builds.
by Bill Wendling
· 16 years ago
e47b008
Spiller may unfold load / mod / store instructions as an optimization when the would be loaded value is available in a register. It needs to check if it's legal to clobber the register. Also, the register can contain values of multiple spill slots, make sure to check all instead of just the one being unfolded.
by Evan Cheng
· 16 years ago
0ff4e21
Reorganize some #include's.
by Owen Anderson
· 16 years ago
1ed5b71
Reorganization: Move the Spiller out of VirtRegMap.cpp into its own files. No (intended) functionality change.
by Owen Anderson
· 16 years ago