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
Age
Commit message (
Expand
)
Author
2012-12-20
[mips] Refactor conditional branch instructions with one register operand.
Akira Hatanaka
2012-12-20
[mips] Refactor conditional branch instructions with two register operands.
Akira Hatanaka
2012-12-20
fix most of remaining issues with large frames.
Reed Kotler
2012-12-20
[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy
Akira Hatanaka
2012-12-20
[mips] Change the order of template parameters. Move the default parameters to
Akira Hatanaka
2012-12-20
[mips] Refactor shift instructions with register operands. Separate encoding
Akira Hatanaka
2012-12-20
[mips] Refactor shift immediate instructions. Separate encoding information
Akira Hatanaka
2012-12-20
[mips] Refactor arithmetic and logic instructions with immediate operands.
Akira Hatanaka
2012-12-20
[mips] Refactor arithmetic and logic instructions. Separate encoding
Akira Hatanaka
2012-12-20
[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and
Akira Hatanaka
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
Add some missing Defs and Uses.
Reed Kotler
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-13
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-13
[mips] Delete all floating point instruction classes that are no longer used.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point conditional move instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point comparison instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point branch instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point indexed load and store instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point multiply-add/sub instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point load and store instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of move from/to coprocessor instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of two register operand floating point instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of three register operand floating point instructions
Akira Hatanaka
2012-12-13
[mips] Move classes that do not belong in MipsInstrFormats.td into
Akira Hatanaka
2012-12-13
[mips] Set isCommutable flag in a more explicit way.
Akira Hatanaka
2012-12-13
[mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.
Akira Hatanaka
2012-12-13
[mips] Remove single-precision floating point instruction from multiclass
Akira Hatanaka
2012-12-13
[mips] Move class IsCommutable into MipsInstrInfo.td.
Akira Hatanaka
2012-12-13
[mips] Remove single-precision floating point instructions from multiclasses
Akira Hatanaka
2012-12-12
[mips] Fix a memory leak bug report by NAKAMURA Takumi.
Akira Hatanaka
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-10
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-07
Use the new MIBundleBuilder class in the Mips target.
Jakob Stoklund Olesen
2012-12-07
[mips] Delete nodes and instructions for dynamic alloca that are no longer in
Akira Hatanaka
2012-12-07
[mips] Shorten predicate name.
Akira Hatanaka
2012-12-07
[mips] Delete unused sub-target features.
Akira Hatanaka
2012-12-07
[mips] Remove unnecessary predicates.
Akira Hatanaka
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
[prev]
[next]