index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix uninitialized variables and silence warnings
Bruno Cardoso Lopes
2011-05-31
1
-2
/
+3
*
This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,
Bruno Cardoso Lopes
2011-05-31
1
-5
/
+527
*
This patch implements the thread local storage. Implemented are General
Bruno Cardoso Lopes
2011-05-31
1
-2
/
+58
*
Define a wrapper node for target constant nodes (tglobaladdr, etc.).
Akira Hatanaka
2011-05-28
1
-1
/
+8
*
Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check if
Akira Hatanaka
2011-05-26
1
-2
/
+0
*
Add support for C++ exception handling.
Akira Hatanaka
2011-05-26
1
-2
/
+6
*
Remove MipsTargetLowering::LowerFP_TO_SINT. Patterns for fp_to_sint have already
Akira Hatanaka
2011-05-25
1
-36
/
+0
*
Custom-lower FCOPYSIGN nodes.
Akira Hatanaka
2011-05-25
1
-2
/
+57
*
Update MaxCallFrameSize regardless of the relocation model selected.
Akira Hatanaka
2011-05-25
1
-11
/
+11
*
Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() should
Akira Hatanaka
2011-05-25
1
-2
/
+2
*
Coding style fixes. Added comments.
Akira Hatanaka
2011-05-25
1
-22
/
+14
[next]