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
/
XCore
/
XCoreFrameLowering.cpp
Age
Commit message (
Expand
)
Author
2012-08-06
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-02-24
Remove dead code.
Richard Osborne
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-09-23
Fix 80 column violations.
Richard Osborne
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-02-02
Add support for trampolines on the XCore.
Richard Osborne
2011-01-13
Fix a few more places that should use MBB::getLastNonDebugInstr().
Jakob Stoklund Olesen
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov