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
/
MipsSubtarget.cpp
Age
Commit message (
Expand
)
Author
2009-08-13
reintroduce support for Mips "small" section handling. This is
Chris Lattner
2009-08-13
Restore some "small section" support code, reverting my patch from r76936.
Chris Lattner
2009-08-03
Remove -disable-mips-abicall and -enable-mips-absolute-call command-line
Eli Friedman
2009-08-02
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-07-24
remove more remnants of small section support.
Chris Lattner
2009-05-27
Added support for fround, fextend and FP_TO_SINT
Bruno Cardoso Lopes
2008-09-15
Fixed Bug 2751
Bruno Cardoso Lopes
2008-08-22
Make option variables static, so they won't cause nameclash
Anton Korobeynikov
2008-08-13
Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node
Bruno Cardoso Lopes
2008-08-08
Support added for ctlz intrinsic, test case added.
Bruno Cardoso Lopes
2008-08-08
Match raw "psp" triple target, as done by the homebrew toolchain.
Bruno Cardoso Lopes
2008-07-30
Added new features to represent specific instructions groups
Bruno Cardoso Lopes
2008-07-21
Added initial support for small sections on Mips.
Bruno Cardoso Lopes
2008-07-14
Added Subtarget support into RegisterInfo
Bruno Cardoso Lopes
2008-07-09
Fixed features usage.
Bruno Cardoso Lopes
2008-07-05
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes
2008-06-04
Some Mips minor fixes
Bruno Cardoso Lopes
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-06
Better processor definition
Bruno Cardoso Lopes
2007-08-18
support for Schedule included on Mips.td
Bruno Cardoso Lopes
2007-06-06
Initial Mips support, here we go! =)
Bruno Cardoso Lopes