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
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-08-22
Add register Mips::GP to the list of reserved registers if target is bare-metal
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
Pass the correct call frame size to callseq_start node. This is needed to
Akira Hatanaka
2012-07-26
Fix call setup for PIC.
Akira Hatanaka
2012-07-23
Add basic ability to setup call frame, and make procedure calls.
Akira Hatanaka
2012-07-21
Revert accidental commit.
Akira Hatanaka
2012-07-21
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
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
Make register Mips::RA allocatable if not in mips16 mode.
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
mips32 long long register inline asm constraint support.
Jack Carter
2012-06-14
Fix coding style violations. Remove white spaces and tabs.
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-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
remove an unused variable.
Chris Lattner
2012-06-02
Set operation actions for load/store nodes in the Mips backend.
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-05-31
Cleanup and factoring of mips16 tablegen classes. Make register classes
Akira Hatanaka
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-12
Make the following changes in MipsISelLowering.cpp:
Akira Hatanaka
2012-05-09
Expand 64-bit shifts if target ABI is O32.
Akira Hatanaka
2012-05-07
Add support for the 'x' constraint.
Eric Christopher
2012-05-07
Add support for the 'l' constraint.
Eric Christopher
2012-05-07
Add support for the 'c' constraint.
Eric Christopher
2012-05-07
Add support for the 'P' constraint.
Eric Christopher
2012-05-07
Add support for the 'O' constraint.
Eric Christopher
2012-05-07
Add support for the 'N' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the 'L' inline asm constraint.
Eric Christopher
2012-05-07
Add support for the inline asm constraint 'K'.
Eric Christopher
2012-05-07
Support the 'J' constraint.
Eric Christopher
2012-05-07
Add support for the 'I' inline asm constraint. Also add tests
Eric Christopher
2012-05-07
Allow 64 bit integer values in gpu registers if arch and abi are 64 bit.
Eric Christopher
2012-05-07
When using inline asm constraints representing
Eric Christopher
2012-05-04
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-04-21
llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o...
NAKAMURA Takumi
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-11
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
Fix bugs in lowering of FCOPYSIGN nodes.
Akira Hatanaka
[next]