The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / lib / Target / ARM / ARMFrameInfo.cpp
2010-12-08 Evan ChengAdd comments.
2010-12-07 Evan ChengFix a bad prologue / epilogue codegen bug where the...
2010-12-07 Evan ChengCode clean up; no functionality change.
2010-12-07 Evan ChengCode clean up; no functionality change.
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-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-20 Anton KorobeynikovMove some more hooks to TargetFrameInfo
2010-11-18 Anton KorobeynikovMove hasFP() and few related hooks to TargetFrameInfo.
2010-11-18 Eric ChristopherRewrite stack callee saved spills and restores to use...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...