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
/
test
/
CodeGen
/
Mips
Age
Commit message (
Expand
)
Author
2012-09-05
Fix UseInitArray option for MIPS target.
Logan Chien
2012-08-28
Fix mips' long branch pass.
Akira Hatanaka
2012-08-28
Fix bug 13532.
Akira Hatanaka
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-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-16
Test case for r162008.
Akira Hatanaka
2012-08-09
Don't modify MO while use_iterator is still pointing to it.
Jakob Stoklund Olesen
2012-08-08
Add test triples to fix win32 failures. Revert workaround from r161292.
Bob Wilson
2012-08-03
1. Redo mips16 instructions to avoid multiple opcodes for same instruction.
Akira Hatanaka
2012-08-02
Set transient stack alignment in constructor of MipsFrameLowering and re-enable
Akira Hatanaka
2012-07-31
Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and
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
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
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-23
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
2012-07-21
Fix Mips long branch pass.
Akira Hatanaka
2012-07-18
Mips specific inline asm operand modifier 'M':
Jack Carter
2012-07-16
Fix function select_cc_f32 in test/CodeGen/Mips/selectcc.ll.
Akira Hatanaka
2012-07-11
Test case for r160036.
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-05
Mips specific inline asm operand modifier D.
Jack Carter
2012-07-05
test case for r159770.
Akira Hatanaka
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
deleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
Jack Carter
2012-07-02
mips32 long long register inline asm constraint support.
Jack Carter
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-06-28
The Mips specific inline asm operand modifier 'z' has the
Jack Carter
2012-06-27
Test case for r159240.
Akira Hatanaka
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
Handle aliases to tls variables in all architectures, not just x86.
Rafael Espindola
2012-06-21
The inline asm operand modifier 'n' is suppose
Jack Carter
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-14
1. introduce MipsPat in place of Pat in order to exclude those from
Akira Hatanaka
2012-06-14
Make machine verifier check the first instruction of the last bundle instead of
Akira Hatanaka
2012-06-14
Test case for MIPS long branch pass.
Akira Hatanaka
2012-06-14
Fix test cases.
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
Implement fastcc calling convention for MIPS.
Akira Hatanaka
2012-06-13
disable use of directive .set nomicromips
Akira Hatanaka
[next]