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-04-11
[MIPS] Fix LLVM issues with recent LLVM trunk merge
Petar Jovanovic
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
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
2013-01-26
fix use of std::std. it's ordered set.
Reed Kotler
2013-01-24
MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...
NAKAMURA Takumi
2013-01-24
MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
The next phase of Mips16 hard float implementation.
Reed Kotler
2013-01-22
[mips] Clean up code in MipsTargetLowering::LowerCall. No functional change
Akira Hatanaka
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-05
[MIPS] Add support for nacl-expand-tls pass on MIPS.
Petar Jovanovic
2013-01-04
[mips] MipsTargetLowering::getSetCCResultType should return a vector type if
Akira Hatanaka
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-20
set register class properly for mips16 here
Reed Kotler
2012-12-20
This assert is overly restrictive and does not work for mips16.
Reed Kotler
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-13
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-12
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-11
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-07
[mips] Delete nodes and instructions for dynamic alloca that are no longer in
Akira Hatanaka
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-21
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
[mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper
Akira Hatanaka
2012-11-21
[mips] Add helper functions that create nodes for computing address.
Akira Hatanaka
2012-11-21
[mips] Add command line option "-mxgot".
Akira Hatanaka
2012-11-21
[mips] When a node which loads from a GOT is created, pass a MachinePointerInfo
Akira Hatanaka
2012-11-17
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-07
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
[next]