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
*
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
*
Fix lowering of DYNAMIC_STACKALLOC nodes.
Akira Hatanaka
2011-05-25
1
-2
/
+20
*
Implement byval structure argument passing. The following limitations or
Akira Hatanaka
2011-05-24
1
-5
/
+115
*
Simplify offset calculation of stack frame objects for $gp restore location and
Akira Hatanaka
2011-05-24
1
-56
/
+31
*
Expand f64 FPOW.
Akira Hatanaka
2011-05-23
1
-0
/
+1
*
Fixes related to coding style.
Akira Hatanaka
2011-05-23
1
-36
/
+36
*
Change StackDirection from StackGrowsUp to StackGrowsDown.
Akira Hatanaka
2011-05-23
1
-19
/
+13
*
Change the order fixed objects are created in MipsTargetLowering::LowerCall in
Akira Hatanaka
2011-05-20
1
-25
/
+35
*
In CC_MipsO32, allocate a stack space regardless of whether the argument is
Akira Hatanaka
2011-05-20
1
-22
/
+25
*
Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle
Akira Hatanaka
2011-05-20
1
-1
/
+3
*
Fix bug in which nodes that write to argument registers do not get glued with...
Akira Hatanaka
2011-05-20
1
-11
/
+12
*
Remove code that creates unnecessary frame objects.
Akira Hatanaka
2011-05-20
1
-4
/
+0
*
Align i64 arguments to 64 bit boundaries.
Akira Hatanaka
2011-05-19
1
-1
/
+7
*
Simplify CC_MipsO32 and merge it with CC_MipsO32_VarArgs. Patch by Sasa Stank...
Akira Hatanaka
2011-05-19
1
-90
/
+28
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-5
/
+2
*
Prevent instructions using $gp from being placed between a jalr and the instr...
Akira Hatanaka
2011-05-04
1
-11
/
+0
*
Lower BlockAddress node when relocation-model is static.
Akira Hatanaka
2011-04-25
1
-16
/
+22
*
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
1
-39
/
+32
*
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
1
-41
/
+50
*
Add pass that expands pseudo instructions into target instructions after regi...
Akira Hatanaka
2011-04-15
1
-8
/
+12
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-5
/
+5
*
Fix handling of functions with internal linkage.
Akira Hatanaka
2011-04-07
1
-8
/
+27
*
Move transformation of JmpLink and related nodes done during instruction sele...
Akira Hatanaka
2011-04-04
1
-3
/
+25
*
Undo changes mistakenly made in revision 128750.
Akira Hatanaka
2011-04-02
1
-25
/
+3
*
Insert space before ';' to prevent warnings.
Akira Hatanaka
2011-04-02
1
-3
/
+25
*
Simplifies logic for printing target flags.
Akira Hatanaka
2011-04-01
1
-15
/
+23
*
Added support for FP conditional move instructions and fixed bugs in handling...
Akira Hatanaka
2011-03-31
1
-175
/
+197
[next]