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-11-30
Use isOSNaCl and minimize some LOCALMODs
David Sehr
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-29
Add isOSNaCl, and add Asm subclasses for NaCl
David Sehr
2012-11-29
Conditionalize delay slot hazard checks
David Sehr
2012-11-29
Conditionalize MIPS register reservation
David Sehr
2012-11-29
Merge remote-tracking branch 'origin/master' into merge168633
Derek Schuff
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-26
Make aligning by 2**4 dependent on NaCl for Mips.
David Sehr
2012-11-21
Mips direct object xgot support
Jack Carter
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-21
[mips] Add target operand flag enums for big GOT relocations.
Akira Hatanaka
2012-11-17
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-16
[mips] Fix delay slot filler so that instructions with register operand $1 are
Akira Hatanaka
2012-11-15
[mips] Add predicate HasFPIdx for floating-point indexed load instruction
Akira Hatanaka
2012-11-15
Add assertions in MipsLongBranch which check the size of basic blocks.
Akira Hatanaka
2012-11-14
Rename NotNaCl to IsNotNacl, for consistency with other similarly-named predi...
JF Bastien
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-07
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
2012-11-07
Delete MipsFunctionInfo::NextStackOffset. No functionality change intended.
Akira Hatanaka
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-03
[mips] Set flag neverHasSideEffects flag on floating point conversion
Akira Hatanaka
2012-11-03
[mips] Set flag isAsCheapAsAMove flag on instruction LUi.
Akira Hatanaka
2012-11-03
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-11-02
[mips] Do not reserve all 64-bit registers, but only the ones which need to be
Akira Hatanaka
2012-11-02
[mips] Use register number instead of name to print register $AT.
Akira Hatanaka
2012-11-02
[mips] Add function MipsFrameLowering::estimateStackSize.
Akira Hatanaka
2012-11-02
[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size
Akira Hatanaka
2012-11-02
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-10-31
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-30
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-30
Add definition of function MipsTargetLowering::passArgOnStack which emits nodes
Akira Hatanaka
2012-10-30
Do not do tail-call optimization if target is mips16.
Akira Hatanaka
2012-10-30
Change mips16 delay slot jumps to non delay slot forms by default.
Reed Kotler
2012-10-29
Implement patterns for extloadi8 and extloadi16
Reed Kotler
2012-10-29
Expand all atomic ops for mips16.
Reed Kotler
2012-10-28
Implement brind operator for mips16.
Reed Kotler
2012-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-27
Implement MipsHi for mips16
Reed Kotler
2012-10-27
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
Use the methods and classes that were added to simplify LowerCall and
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::writeVarArgRegs which copies argument registers
Akira Hatanaka
2012-10-27
Add method MipsTargetLowering::passByValArg.
Akira Hatanaka
[prev]
[next]