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
/
MipsISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set register class of a register according to value of HasMips64.
Akira Hatanaka
2011-09-26
1
-1
/
+1
*
Define variable HasMips64 in MipsTargetLowering.
Akira Hatanaka
2011-09-26
1
-3
/
+3
*
In single float mode, double precision FP arguments are passed in integer
Akira Hatanaka
2011-09-26
1
-4
/
+3
*
Preparation for adding simple Mips64 instructions.
Akira Hatanaka
2011-09-24
1
-0
/
+5
*
Make FGR64RegisterClass available if target is Mips64.
Akira Hatanaka
2011-09-23
1
-1
/
+6
*
Do not rely on the enum values of argument registers A0-A3 being consecutive.
Akira Hatanaka
2011-09-23
1
-3
/
+11
*
Remove unnecessary condition check.
Akira Hatanaka
2011-09-22
1
-1
/
+0
*
Change the names of functions isMips* to hasMips*.
Akira Hatanaka
2011-09-20
1
-5
/
+5
*
Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren't
Akira Hatanaka
2011-09-19
1
-12
/
+22
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-1
/
+2
*
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...
Eli Friedman
2011-08-29
1
-0
/
+3
*
Fix bug in function IsShiftedMask. Remove parameter SizeInBits, which is not
Akira Hatanaka
2011-08-19
1
-14
/
+9
*
Use subword loads instead of a 4-byte load when the size of a structure (or a
Akira Hatanaka
2011-08-18
1
-26
/
+73
*
Make IsShiftedMask a static function rather than defining it in an
Akira Hatanaka
2011-08-18
1
-16
/
+14
*
Changed definition of EXT and INS per Bruno's comments.
Akira Hatanaka
2011-08-17
1
-3
/
+3
*
Add support for half-word unaligned loads and stores.
Akira Hatanaka
2011-08-17
1
-2
/
+2
*
Move pattern matching for EXT and INS to post-legalization DAGCombine per Bru...
Akira Hatanaka
2011-08-17
1
-96
/
+102
*
Add support for ext and ins.
Akira Hatanaka
2011-08-17
1
-0
/
+116
*
Define unaligned load and store.
Akira Hatanaka
2011-08-12
1
-2
/
+9
*
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-08-03
1
-0
/
+2
*
Code generation for 'fence' instruction.
Eli Friedman
2011-07-27
1
-0
/
+13
*
Lower memory barriers to sync instructions.
Akira Hatanaka
2011-07-19
1
-1
/
+12
*
Change variable name.
Akira Hatanaka
2011-07-19
1
-3
/
+3
*
Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
Akira Hatanaka
2011-07-19
1
-13
/
+14
*
Use descriptive variable names.
Akira Hatanaka
2011-07-19
1
-154
/
+177
*
Fix comments.
Akira Hatanaka
2011-07-19
1
-10
/
+10
*
Remove redundant instructions.
Akira Hatanaka
2011-07-19
1
-16
/
+12
*
Separate code that modifies control flow from code that adds instruction to
Akira Hatanaka
2011-07-19
1
-18
/
+18
*
Make EmitAtomic functions return the correct MachineBasicBlocks so that
Akira Hatanaka
2011-07-19
1
-22
/
+28
*
Do not insert instructions in reverse order.
Akira Hatanaka
2011-07-19
1
-14
/
+16
*
Do not treat atomic.load.sub differently than other atomic binary intrinsics.
Akira Hatanaka
2011-07-18
1
-12
/
+2
*
Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from
Akira Hatanaka
2011-07-18
1
-75
/
+20
*
Change destination register operands of SC instructions so that unique
Akira Hatanaka
2011-07-18
1
-8
/
+13
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-3
/
+3
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+2
*
Lower MachineInstr to MC Inst and print to .s files.
Akira Hatanaka
2011-07-07
1
-0
/
+1
*
Reverse order of operands of address operand mem so that the base operand comes
Akira Hatanaka
2011-07-07
1
-14
/
+14
*
Update comment for getRegForInlineAsmConstraint for Mips.
Eric Christopher
2011-06-29
1
-3
/
+3
*
Remove getRegClassForInlineAsmConstraint for Mips.
Eric Christopher
2011-06-29
1
-44
/
+3
*
Change the chain input of nodes that load the address of a function. This change
Akira Hatanaka
2011-06-24
1
-4
/
+1
*
Coding style fixes.
Akira Hatanaka
2011-06-21
1
-28
/
+29
*
Re-apply 132758 and 132768 which were speculatively reverted in 132777.
Akira Hatanaka
2011-06-21
1
-26
/
+25
*
Silence warnings in non assert builds. Patch by David Blaikie
Bruno Cardoso Lopes
2011-06-16
1
-2
/
+2
*
Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.
Eric Christopher
2011-06-09
1
-24
/
+23
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-22
/
+22
*
Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of the
Akira Hatanaka
2011-06-08
1
-23
/
+24
*
Reorganize code in MipsTargetLowering::LowerCall to improve readability.
Akira Hatanaka
2011-06-08
1
-38
/
+36
*
Refactor MipsTargetLowering::EmitInstrWithCustomInserter.
Akira Hatanaka
2011-06-07
1
-92
/
+90
*
Coding style fixes.
Akira Hatanaka
2011-06-07
1
-29
/
+27
*
Custom-lower FRAMEADDR. Patch by Sasa Stankovic.
Akira Hatanaka
2011-06-02
1
-0
/
+14
[next]