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
*
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
*
fixed typo
Akira Hatanaka
2011-03-30
1
-2
/
+2
*
silence a conditional assignment -Wuninitialized warning.
Chris Lattner
2011-03-11
1
-1
/
+1
*
Improve varags handling, with testcases. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-03-09
1
-29
/
+57
*
Improve div/rem node handling on mips. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-03-04
1
-0
/
+46
*
Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa ...
Bruno Cardoso Lopes
2011-03-04
1
-37
/
+19
*
Lowers block address. Currently asserts when relocation model is not PIC. Pat...
Bruno Cardoso Lopes
2011-03-04
1
-0
/
+24
*
Expands FCOS and FSIN nodes when type is f64.
Bruno Cardoso Lopes
2011-03-04
1
-0
/
+2
*
Fix a lot of o32 CC issues and add a bunch of tests. Patch by Akira Hatanaka ...
Bruno Cardoso Lopes
2011-02-10
1
-47
/
+71
*
Negative zero is not legal on mips. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+2
*
Handle (i32,i32) => f64 in a cleaner way. Patch by Sasa Stankovic
Bruno Cardoso Lopes
2011-01-18
1
-3
/
+2
*
Add support for mips32 madd and msub instructions. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2011-01-18
1
-0
/
+195
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2010-12-09
1
-1
/
+4
*
Remove target specific node MipsISD::CMov, which is not used because all cond...
Bruno Cardoso Lopes
2010-12-07
1
-1
/
+0
*
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-23
1
-141
/
+141
*
In the calling convention logic, ValVT is always a legal type,
Duncan Sands
2010-11-04
1
-3
/
+3
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-2
/
+2
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
1
-0
/
+31
*
eliminate some uses of the getStore overload.
Chris Lattner
2010-09-21
1
-3
/
+6
*
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
1
-6
/
+10
*
Fix PR7174, a couple o Mips fixes:
Bruno Cardoso Lopes
2010-07-20
1
-1
/
+1
*
Fix Mips PR7473. Patch by stetorvs@gmail.com
Bruno Cardoso Lopes
2010-07-20
1
-3
/
+3
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
1
-2
/
+4
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-4
/
+4
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-16
/
+15
*
Revert r107655.
Dan Gohman
2010-07-06
1
-15
/
+16
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-16
/
+15
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-5
/
+5
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-6
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-16
/
+18
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
1
-4
/
+8
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-2
/
+2
*
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-15
1
-8
/
+15
*
Add suport for VASTART on Mips.
Bruno Cardoso Lopes
2010-02-06
1
-0
/
+19
*
First step towards varargs support in Mips:
Bruno Cardoso Lopes
2010-02-06
1
-38
/
+117
*
Revert 95130.
Evan Cheng
2010-02-02
1
-1
/
+1
*
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
1
-1
/
+1
*
Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the rig...
Bruno Cardoso Lopes
2010-01-30
1
-5
/
+5
*
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-27
1
-1
/
+3
[next]