index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-12-19
Add some missing Defs and Uses.
Reed Kotler
2012-12-16
This patch is needed to make c++ exceptions 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-13
[mips] Delete all floating point instruction classes that are no longer used.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point conditional move instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point comparison instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point branch instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point indexed load and store instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point multiply-add/sub instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of floating point load and store instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of move from/to coprocessor instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of two register operand floating point instructions.
Akira Hatanaka
2012-12-13
[mips] Modify definitions of three register operand floating point instructions
Akira Hatanaka
2012-12-13
[mips] Move classes that do not belong in MipsInstrFormats.td into
Akira Hatanaka
2012-12-13
[mips] Set isCommutable flag in a more explicit way.
Akira Hatanaka
2012-12-13
[mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.
Akira Hatanaka
2012-12-13
[mips] Remove single-precision floating point instruction from multiclass
Akira Hatanaka
2012-12-13
[mips] Move class IsCommutable into MipsInstrInfo.td.
Akira Hatanaka
2012-12-13
[mips] Remove single-precision floating point instructions from multiclasses
Akira Hatanaka
2012-12-12
[mips] Fix a memory leak bug report by NAKAMURA Takumi.
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-11
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-10
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-07
Use the new MIBundleBuilder class in the Mips target.
Jakob Stoklund Olesen
2012-12-07
[mips] Delete nodes and instructions for dynamic alloca that are no longer in
Akira Hatanaka
2012-12-07
[mips] Shorten predicate name.
Akira Hatanaka
2012-12-07
[mips] Delete unused sub-target features.
Akira Hatanaka
2012-12-07
[mips] Remove unnecessary predicates.
Akira Hatanaka
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
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
[next]