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-09-07
MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.
Benjamin Kramer
2012-09-07
The Mips standalone assembler aliased instruction support.
Jack Carter
2012-09-07
The Mips standalone assembler intial directive support.
Jack Carter
2012-09-07
The Mips standalone assembler fpu instruction support.
Jack Carter
2012-09-06
Remove unused variable introduced by r163346.
David Blaikie
2012-09-06
The Mips standalone assembler memory instruction support.
Jack Carter
2012-09-06
There are some Mips instructions that are lowered by the
Jack Carter
2012-09-06
Mips specific llvm assembler support for branch and jump instructions.
Jack Carter
2012-09-05
Mips specific llvm assembler support for ALU instructions. This includes
Jack Carter
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
Fix UseInitArray option for MIPS target.
Logan Chien
2012-09-05
Fix function name per coding standard.
Chad Rosier
2012-09-03
[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, add
Chad Rosier
2012-09-03
[ms-inline asm] Add a comment.
Chad Rosier
2012-09-03
[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in the
Chad Rosier
2012-08-31
The instruction DINS may be transformed into DINSU or DEXTM depending
Jack Carter
2012-08-28
The instruction DEXT may be transformed into DEXTU or DEXTM depending
Jack Carter
2012-08-28
Some instructions are passed to the assembler to be
Jack Carter
2012-08-28
Follow-up patch to r162731.
Akira Hatanaka
2012-08-28
Fix mips' long branch pass.
Akira Hatanaka
2012-08-24
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
Remove llvm.nacl.tp.alignment intrinsic
Derek Schuff
2012-08-24
Disable Mips' delay slot filler when optimization level is O0.
Akira Hatanaka
2012-08-24
In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if its
Akira Hatanaka
2012-08-24
Add missing SDNPSideEffect flags.
Jakob Stoklund Olesen
2012-08-23
Remove the llvm.nacl.thread.stack.padding intrinsic
Mark Seaborn
2012-08-23
Remove unused private field to silence build warning.
Craig Topper
2012-08-23
Make function loadImmediate a member of MipsSEInstrInfo and change it to return
Akira Hatanaka
2012-08-22
Add a member of type Mips16InstrInfo/MipsSEInstrInfo to class
Akira Hatanaka
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
Add register Mips::GP to the list of reserved registers if target is bare-metal
Akira Hatanaka
2012-08-22
Add option disable-mips-delay-filler. Turn on mips' delay slot filler by
Akira Hatanaka
2012-08-22
For mips64 switch statements in subroutines could generate
Jack Carter
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-20
Fix coding style violations in 162135 and 162136.
Akira Hatanaka
2012-08-18
Reorder initialization list to silence -Wreorder
Craig Topper
2012-08-17
Add MipsELFWriterInfo.{h,cpp}.
Akira Hatanaka
2012-08-17
Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'
Derek Schuff
2012-08-17
Correct MCJIT functionality for MIPS32 architecture.
Akira Hatanaka
2012-08-17
Add stub methods for mips assembly matcher.
Akira Hatanaka
2012-08-16
Add Android ABI to Mips backend to handle functions returning vectors of four
Akira Hatanaka
2012-08-14
Switch the fixed-length disassembler to be table-driven.
Jim Grosbach
2012-08-09
Don't modify MO while use_iterator is still pointing to it.
Jakob Stoklund Olesen
2012-08-09
Another 32 to 64 bit sign extension bug.
Jack Carter
2012-08-07
The define for 64 bit sign extension neglected to
Jack Carter
2012-08-07
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-06
The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
Jack Carter
2012-08-06
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-08-03
1. Redo mips16 instructions to avoid multiple opcodes for same instruction.
Akira Hatanaka
2012-08-02
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
[prev]
[next]