silence more self assignment warnings.
[oota-llvm.git] / lib / Target / X86 / X86FrameInfo.cpp
2011-01-04 Dale JohannesenEliminate a warning compiling with llvm-gcc. (IMO the
2011-01-03 Evan ChengUse pushq / popq instead of subq $8, %rsp / addq $8...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-27 Anton KorobeynikovMove more PEI-related hooks to TFI
2010-11-27 Anton KorobeynikovMove callee-saved regs spills / reloads to TFI
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...