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
/
MipsMachineFunction.h
Age
Commit message (
Expand
)
Author
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2009-11-09
Fix PR5149.
Bruno Cardoso Lopes
2009-08-05
Major calling convention code refactoring.
Dan Gohman
2009-06-03
Convert Alpha and Mips to use a MachineFunctionInfo subclass to
Dan Gohman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-08-06
Added support for fp callee saved registers.
Bruno Cardoso Lopes
2008-07-05
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-05
Added support for PIC code with "explicit relocations" *only*.
Bruno Cardoso Lopes
2007-10-09
Position Independent Code (PIC) support [2]
Bruno Cardoso Lopes
2007-08-28
Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS
Bruno Cardoso Lopes
2007-07-11
Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti...
Bruno Cardoso Lopes