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
/
Mips
/
MipsSEFrameLowering.cpp
Age
Commit message (
Expand
)
Author
2013-05-02
[mips] Handle reading, writing or copying of ccond field of DSP control
Akira Hatanaka
2013-05-01
[mips] Rename class and functions. Simplify code.
Akira Hatanaka
2013-04-30
[mips] Fix handling of instructions which copy to/from accumulator registers.
Akira Hatanaka
2013-03-30
[mips] Expand pseudo load, store and copy instructions right before
Akira Hatanaka
2013-03-22
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-01-30
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-03
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-02
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
2012-07-31
Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka