index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Move classes that do not belong in MipsInstrFormats.td into
Akira Hatanaka
2012-12-13
2
-23
/
+23
*
[mips] Set isCommutable flag in a more explicit way.
Akira Hatanaka
2012-12-13
1
-5
/
+3
*
[mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.
Akira Hatanaka
2012-12-13
1
-16
/
+16
*
[mips] Remove single-precision floating point instruction from multiclass
Akira Hatanaka
2012-12-13
2
-10
/
+13
*
[mips] Move class IsCommutable into MipsInstrInfo.td.
Akira Hatanaka
2012-12-13
2
-4
/
+4
*
[mips] Remove single-precision floating point instructions from multiclasses
Akira Hatanaka
2012-12-13
2
-47
/
+54
*
[mips] Fix a memory leak bug report by NAKAMURA Takumi.
Akira Hatanaka
2012-12-12
1
-5
/
+6
*
Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I
Evan Cheng
2012-12-12
2
-2
/
+4
*
- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.
Evan Cheng
2012-12-12
2
-2
/
+2
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-3
/
+3
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-3
/
+3
*
[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.
NAKAMURA Takumi
2012-12-11
1
-1
/
+1
*
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
2
-2
/
+5
*
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-10
5
-130
/
+30
*
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
1
-1
/
+1
*
Use the new MIBundleBuilder class in the Mips target.
Jakob Stoklund Olesen
2012-12-07
2
-18
/
+26
*
[mips] Delete nodes and instructions for dynamic alloca that are no longer in
Akira Hatanaka
2012-12-07
3
-23
/
+0
*
[mips] Shorten predicate name.
Akira Hatanaka
2012-12-07
5
-105
/
+105
*
[mips] Delete unused sub-target features.
Akira Hatanaka
2012-12-07
3
-15
/
+2
*
[mips] Remove unnecessary predicates.
Akira Hatanaka
2012-12-07
3
-4
/
+4
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
5
-6
/
+6
*
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
3
-11
/
+24
*
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
1
-103
/
+0
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
23
-101
/
+102
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Mips direct object xgot support
Jack Carter
2012-11-21
4
-1
/
+45
*
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
5
-3
/
+25
*
[mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper
Akira Hatanaka
2012-11-21
1
-148
/
+32
*
[mips] Add helper functions that create nodes for computing address.
Akira Hatanaka
2012-11-21
1
-0
/
+65
*
[mips] Add command line option "-mxgot".
Akira Hatanaka
2012-11-21
1
-0
/
+4
*
[mips] When a node which loads from a GOT is created, pass a MachinePointerInfo
Akira Hatanaka
2012-11-21
1
-4
/
+6
*
[mips] Add target operand flag enums for big GOT relocations.
Akira Hatanaka
2012-11-21
1
-1
/
+7
*
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-17
2
-0
/
+22
*
[mips] Fix delay slot filler so that instructions with register operand $1 are
Akira Hatanaka
2012-11-16
1
-17
/
+34
*
[mips] Add predicate HasFPIdx for floating-point indexed load instruction
Akira Hatanaka
2012-11-15
6
-11
/
+16
*
Add assertions in MipsLongBranch which check the size of basic blocks.
Akira Hatanaka
2012-11-15
1
-1
/
+7
*
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
Akira Hatanaka
2012-11-07
2
-0
/
+27
*
Delete MipsFunctionInfo::NextStackOffset. No functionality change intended.
Akira Hatanaka
2012-11-07
2
-10
/
+6
*
[mips] Set flag neverHasSideEffects flag on floating point conversion
Akira Hatanaka
2012-11-03
2
-6
/
+11
*
[mips] Set flag isAsCheapAsAMove flag on instruction LUi.
Akira Hatanaka
2012-11-03
1
-1
/
+1
*
[mips] Stop reserving register AT and use register scavenger when a scratch
Akira Hatanaka
2012-11-03
5
-13
/
+47
*
[mips] Do not reserve all 64-bit registers, but only the ones which need to be
Akira Hatanaka
2012-11-02
1
-8
/
+4
*
[mips] Use register number instead of name to print register $AT.
Akira Hatanaka
2012-11-02
1
-2
/
+2
*
[mips] Add function MipsFrameLowering::estimateStackSize.
Akira Hatanaka
2012-11-02
2
-0
/
+37
*
[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the size
Akira Hatanaka
2012-11-02
2
-0
/
+7
*
[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive
Akira Hatanaka
2012-11-02
5
-16
/
+3
*
[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enables
Akira Hatanaka
2012-10-31
2
-2
/
+7
*
Implement ADJCALLSTACKUP and ADJCALLSTACKDOWN
Reed Kotler
2012-10-31
6
-9
/
+67
*
[mips] Allow tail-call optimization for vararg functions and functions which
Akira Hatanaka
2012-10-30
2
-15
/
+20
*
Add code for saving formal argument information to MipsFunctionInfo. This
Akira Hatanaka
2012-10-30
2
-0
/
+13
[next]