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-08-02
Set transient stack alignment in constructor of MipsFrameLowering and re-enable
Akira Hatanaka
2012-08-01
Implement MipsJITInfo::replaceMachineCodeForFunction.
Akira Hatanaka
2012-08-01
Remove unused variable.
Akira Hatanaka
2012-07-31
Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
Akira Hatanaka
2012-07-31
Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),
Akira Hatanaka
2012-07-31
Delete mips64 target machine classes. mips target machines can be used in place
Akira Hatanaka
2012-07-31
Let PEI::calculateFrameObjectOffsets compute the final stack size rather than
Akira Hatanaka
2012-07-31
Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.
Akira Hatanaka
2012-07-31
Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whether
Akira Hatanaka
2012-07-31
Change name of class MipsInst to InstSE to distinguish it from mips16's
Akira Hatanaka
2012-07-31
When store nodes or memcpy nodes are created to copy the function call
Akira Hatanaka
2012-07-31
Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as
Akira Hatanaka
2012-07-26
Pass the correct call frame size to callseq_start node. This is needed to
Akira Hatanaka
2012-07-26
Fix call setup for PIC.
Akira Hatanaka
2012-07-25
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
2012-07-24
Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass test
Akira Hatanaka
2012-07-23
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
2012-07-23
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
Akira Hatanaka
2012-07-21
Fix Mips long branch pass.
Akira Hatanaka
2012-07-21
Add HIGHER and HIGHEST relocations to Mips backend.
Akira Hatanaka
2012-07-21
Revert accidental commit.
Akira Hatanaka
2012-07-21
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-18
Mips specific inline asm operand modifier 'M':
Jack Carter
2012-07-17
Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.
Akira Hatanaka
2012-07-16
Doubleword Shift Left Logical Plus 32
Jack Carter
2012-07-13
Remove variable_ops from call instructions in most targets.
Jakob Stoklund Olesen
2012-07-13
The Mips specific relocation R_MIPS_GOT_DISP
Jack Carter
2012-07-11
Patch for Mips direct object generation.
Jack Carter
2012-07-11
This change removes an "initialization" warning.
Jack Carter
2012-07-11
In register classes in MipsRegisterInfo.td, list the registers in ascending
Akira Hatanaka
2012-07-11
Implement MipsTargetLowering::LowerSELECT_CC to custom lower SELECT_CC.
Akira Hatanaka
2012-07-11
Lower RETURNADDR node in Mips backend.
Akira Hatanaka
2012-07-10
Mips specific inline asm operand modifier 'L'.
Jack Carter
2012-07-10
Make register Mips::RA allocatable if not in mips16 mode.
Akira Hatanaka
2012-07-09
Reapply r158846.
Akira Hatanaka
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-06
revert r159851.
Akira Hatanaka
2012-07-06
Reapply r158846.
Akira Hatanaka
2012-07-06
Changes per review of commit 159787
Jack Carter
2012-07-05
Mips specific inline asm operand modifier D.
Jack Carter
2012-07-05
Enclose instruction rdhwr with directives, which are needed when target is
Akira Hatanaka
2012-07-03
Diff from hg rev 0b098ca44de7
Derek Schuff
2012-07-02
mips32 long long register inline asm constraint support.
Jack Carter
2012-07-02
Revert " mips32 long long register inline asm constraint support." as
Eric Christopher
2012-07-02
mips32 long long register inline asm constraint support.
Jack Carter
2012-07-02
Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructor
Jack Carter
2012-07-02
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
[prev]
[next]