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
/
MipsISelLowering.cpp
Age
Commit message (
Expand
)
Author
2008-02-16
I cannot find a libgcc function for this builtin. Therefor expanding it to a...
Andrew Lenharth
2008-01-17
This commit changes:
Chris Lattner
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-13
Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack
Bill Wendling
2007-11-12
Added JumpTable support
Bruno Cardoso Lopes
2007-11-05
Added support for PIC code with "explicit relocations" *only*.
Bruno Cardoso Lopes
2007-10-09
Position Independent Code (PIC) support [3]
Bruno Cardoso Lopes
2007-09-11
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-08-28
Changed stack allocation On LowerFORMAL_ARGUMENTS.
Bruno Cardoso Lopes
2007-08-21
InlineAsm asm support for integer registers added
Bruno Cardoso Lopes
2007-08-18
Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress
Bruno Cardoso Lopes
2007-07-27
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-11
Fixed AddLiveOut issues
Bruno Cardoso Lopes
2007-07-11
Assert when TLS is not implemented.
Lauro Ramos Venancio
2007-06-06
Initial Mips support, here we go! =)
Bruno Cardoso Lopes