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-06-28
Changed the formatting sequence of a curly brace to
Jack Carter
2012-06-28
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2012-06-27
The ELF relocation record format is different for N64
Jack Carter
2012-06-27
Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.
Akira Hatanaka
2012-06-27
Fix bug in computation of stack size in MipsFrameLowering.cpp.
Akira Hatanaka
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-21
1. fix null program output after some other changes
Akira Hatanaka
2012-06-21
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-20
Revert r158846.
Akira Hatanaka
2012-06-20
In MipsDisassembler.cpp, instead of defining register class tables, use the ones
Akira Hatanaka
2012-06-19
Make MipsLongBranch::runOnMachineFunction return true.
Akira Hatanaka
2012-06-19
Use MachineBasicBlock::instr_iterator instead of MachineBasicBlock::iterator in
Akira Hatanaka
2012-06-16
Mips/AsmParser/CMakeLists.txt: Fix dependency.
NAKAMURA Takumi
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
1. introduce MipsPat in place of Pat in order to exclude those from
Akira Hatanaka
2012-06-14
MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.
NAKAMURA Takumi
2012-06-14
Fix Mips/CMakeLists.txt.
Akira Hatanaka
2012-06-14
Add file MipsLongBranch.cpp.
Akira Hatanaka
2012-06-14
Remove code in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-14
Add long branch expansion pass for MIPS.
Akira Hatanaka
2012-06-14
Add AT to the list of registers clobbered by branches so that it is available
Akira Hatanaka
2012-06-14
In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediate
Akira Hatanaka
2012-06-14
In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediate
Akira Hatanaka
2012-06-14
Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to
Akira Hatanaka
2012-06-14
In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.
Akira Hatanaka
2012-06-14
Add methods to MipsFunctionInfo for initializing and accessing the stack frame
Akira Hatanaka
2012-06-13
Bundle jump/branch instructions with the instructions in the delay slot in
Akira Hatanaka
2012-06-13
Implement a DAGCombine in MipsISelLowering.cpp which transforms the following
Akira Hatanaka
2012-06-13
Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-13
Simplify CreateLoadLR and CreateStoreLR in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-13
Implement fastcc calling convention for MIPS.
Akira Hatanaka
2012-06-13
Clean up trailing blanks in Mips16InstrFormats.td
Akira Hatanaka
2012-06-13
disable use of directive .set nomicromips
Akira Hatanaka
2012-06-13
1. fix places where immed is used in place of imm to be consistent with
Akira Hatanaka
2012-06-09
Test commit
Jack Carter
2012-06-04
Fix a bug in MipsTargetLowering::LowerLOAD. A shift-right-logical node is
Akira Hatanaka
2012-06-04
MIPS TLS: use the model selected by TargetMachine::getTLSModel().
Hans Wennborg
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
remove an unused variable.
Chris Lattner
2012-06-02
Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-02
Set operation actions for load/store nodes in the Mips backend.
Akira Hatanaka
2012-06-02
Add definitions of 32/64-bit unaligned load/store instructions for Mips.
Akira Hatanaka
2012-06-02
Define functions MipsTargetLowering::LowerLOAD and LowerSTORE which
Akira Hatanaka
2012-06-02
Define Mips specific unaligned load/store nodes.
Akira Hatanaka
2012-06-02
Expand unaligned i16 loads/stores for the Mips backend.
Akira Hatanaka
2012-06-02
In MipsMCInstLower::LowerSymbolOperand, get offset from symbol if
Akira Hatanaka
2012-06-01
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
[prev]
[next]