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
/
MipsISelLowering.cpp
Age
Commit message (
Expand
)
Author
2013-10-11
Apply upstream: [mips] Implement llvm.trap intrinsic.
Petar Jovanovic
2013-10-11
Apply upstream: [mips] Trap on integer division by zero.
Petar Jovanovic
2013-10-05
[MIPS] Define PnaclTargetArchitectureMips_32
Petar Jovanovic
2013-07-24
[MIPS] Fix LLVM merge issues
Petar Jovanovic
2013-07-16
Make it compile
Eli Bendersky
2013-07-15
Trying to get the thing to copmile...
Eli Bendersky
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-30
[mips] Fix handling of instructions which copy to/from accumulator registers.
Akira Hatanaka
2013-04-30
[mips] Instruction selection patterns for DSP-ASE vector select and compare
Akira Hatanaka
2013-04-30
[mips] Simplify code.
Akira Hatanaka
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-19
[mips] Instruction selection patterns for DSP-ASE vector shifts.
Akira Hatanaka
2013-04-18
[mips] Rename function.
Akira Hatanaka
2013-04-13
[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
Akira Hatanaka
2013-04-11
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-11
[MIPS] Fix LLVM issues with recent LLVM trunk merge
Petar Jovanovic
2013-03-30
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.
Akira Hatanaka
2013-03-30
Fix indentation.
Akira Hatanaka
2013-03-30
[mips] Add mips-specific nodes which will be used to select multiply and divide
Akira Hatanaka
2013-03-13
[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for
Akira Hatanaka
2013-03-12
[mips] Rename function and variable names to start with proper case. Fix typos.
Akira Hatanaka
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-08
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-06
[mips] Custom-legalize BR_JT.
Akira Hatanaka
2013-03-05
[mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 gets
Akira Hatanaka
2013-03-05
[mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctly
Akira Hatanaka
2013-03-05
[mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floating
Akira Hatanaka
2013-03-05
[mips] Correct handling of fp128 (long double) formals and read long double
Akira Hatanaka
2013-03-04
Mips specific inline assembler constraint 'R'
Jack Carter
2013-03-04
Mips ISD typo
Jia Liu
2013-02-25
Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.
Reed Kotler
2013-02-24
Make psuedo FEXT_T8I816_ins into a custom emitter.
Reed Kotler
2013-02-24
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
Reed Kotler
2013-02-23
Expand pseudos/macros for Selt. This is the last of the complex
Reed Kotler
2013-02-22
[mips] Emit call16 operator instead of got_disp. The former allows lazy binding.
Akira Hatanaka
2013-02-22
Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers
Reed Kotler
2013-02-22
Expand mips16 SelT form pseudso/macros.
Reed Kotler
2013-02-21
Expand the sel pseudo/macro. This generates basic blocks where previously
Reed Kotler
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-15
[mips] Clean up class MipsCCInfo.
Akira Hatanaka
2013-02-05
[mips] Do not use function CC_MipsN_VarArg unless the function being analyzed
Akira Hatanaka
2013-02-05
Move MRI liveouts to Mips return instructions.
Jakob Stoklund Olesen
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-30
[mips] Lower EH_RETURN.
Akira Hatanaka
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-28
Remove addToNoHelperNeeded function that was left unused after r173649. Fixes...
Craig Topper
2013-01-28
Make some code a little simpler.
Reed Kotler
[next]