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-01-25
Modify MipsRegisterInfo::eliminateFrameIndex to use MipsAnalyzeImmediate to
Akira Hatanaka
2012-01-25
MipsAnalyzeImmediate.h: Fix to add DataTypes.h for msvc.
NAKAMURA Takumi
2012-01-25
Target/Mips: Unbreak CMake build.
NAKAMURA Takumi
2012-01-25
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
Akira Hatanaka
2012-01-25
Add class MipsAnalyzeImmediate which comes up with an instruction sequence to
Akira Hatanaka
2012-01-24
Sign-extend 32-bit integer arguments when they are passed in 64-bit registers,
Akira Hatanaka
2012-01-24
Pass CCState by reference.
Akira Hatanaka
2012-01-24
Pattern for f32 to i64 conversion.
Akira Hatanaka
2012-01-24
64-bit sign extension in register instructions.
Akira Hatanaka
2012-01-24
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-18
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-11
Add big endian mips support. Based on a patch by Jack Carter.
Rafael Espindola
2012-01-11
Add the skeleton of an asm parser for mips.
Rafael Espindola
2012-01-07
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-06
Fix uninitialized variable warning.
Chad Rosier
2012-01-04
Enable -soft-float for MIPS.
Akira Hatanaka
2012-01-04
Rename immLUiOpnd.
Akira Hatanaka
2012-01-04
- Define base classes for Jump-and-link instructions and make 32-bit and 64-bit
Akira Hatanaka
2012-01-04
Have getRegForInlineAsmConstraint return the correct register class when target
Akira Hatanaka
2011-12-30
Cleanup Mips code and rename some variables. Patch by Jack Carter
Bruno Cardoso Lopes
2011-12-30
Improve Mips JIT.
Bruno Cardoso Lopes
2011-12-24
Add MachineMemOperands to instructions generated in storeRegToStackSlot or
Akira Hatanaka
2011-12-24
Detect unaligned loads/stores that have been added for Mips64 support.
Akira Hatanaka
2011-12-24
If target ABI is N64, LEA should be daddiu.
Akira Hatanaka
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-21
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
Fix bug in zero-store peephole pattern reported in pr11615.
Akira Hatanaka
2011-12-21
Expand 64-bit CTLZ nodes if target architecture does not support it. Add test
Akira Hatanaka
2011-12-21
Expand 64-bit CTPOP and CTTZ.
Akira Hatanaka
2011-12-21
Expand 64-bit atomic load and store.
Akira Hatanaka
2011-12-20
Add definition of DSBH (Double Swap Bytes within Halfwords) and
Akira Hatanaka
2011-12-20
Add definition of WSBH (Word Swap Bytes within Halfwords), which is an
Akira Hatanaka
2011-12-20
64-bit uint-fp conversion nodes are expanded.
Akira Hatanaka
2011-12-20
Enable custom lowering DYNAMIC_STACKALLOC nodes.
Akira Hatanaka
2011-12-20
Set the correct stack pointer register that should be saved or restored.
Akira Hatanaka
2011-12-20
Add function MipsDAGToDAGISel::SelectMULT and factor out code that generates
Akira Hatanaka
2011-12-20
Fix indentation.
Akira Hatanaka
2011-12-20
64-bit data directive.
Akira Hatanaka
2011-12-20
32-to-64-bit sext_inreg pattern.
Akira Hatanaka
2011-12-20
Add 64-bit extload patterns.
Akira Hatanaka
2011-12-20
Add patterns for matching extloads with 64-bit address. The patterns are enabled
Akira Hatanaka
2011-12-20
Add code in MipsDAGToDAGISel for selecting constant +0.0.
Akira Hatanaka
2011-12-20
Revert part of r146995 that was accidentally commmitted.
Akira Hatanaka
2011-12-20
32-to-64-bit sign extension pattern.
Akira Hatanaka
2011-12-20
Add a pattern for matching zero-store with 64-bit address. The pattern is ena...
Akira Hatanaka
[prev]
[next]