index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCFrameLowering.h
Age
Commit message (
Expand
)
Author
2013-03-21
Correct PPC FRAMEADDR lowering using a pseudo-register
Hal Finkel
2013-03-15
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
Add a comment about overlapping PPC frame offsets
Hal Finkel
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-01-30
PPC QPX requires a 32-byte aligned stack
Hal Finkel
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-09-12
This patch corrects logic in PPCFrameLowering for save and restore of ...
Roman Divacky
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov