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
/
MipsSEISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-4
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
Fundamentally change the MipsSubtarget replacement machinery:
Eric Christopher
2014-07-18
1
-0
/
+1
*
Make it possible for the Subtarget to change between function
Eric Christopher
2014-07-10
1
-12
/
+12
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-6
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's
Daniel Sanders
2014-03-27
1
-1
/
+1
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[mips] Prevent %lo relocation being used on MSA loads and stores.
Daniel Sanders
2014-03-03
1
-38
/
+65
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...
Daniel Sanders
2013-11-18
1
-0
/
+5
*
[mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...
Daniel Sanders
2013-11-12
1
-0
/
+21
*
[mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...
Daniel Sanders
2013-10-30
1
-10
/
+64
*
[mips] Define a pseudo instruction which writes to both the lower and higher
Akira Hatanaka
2013-10-15
1
-13
/
+0
*
[mips] Rename isel nodes.
Akira Hatanaka
2013-10-15
1
-1
/
+1
*
[mips][msa] Added support for matching splati from normal IR (i.e. not intrin...
Daniel Sanders
2013-09-27
1
-0
/
+10
*
[mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...
Daniel Sanders
2013-09-24
1
-0
/
+217
*
Test commit to verify that commit access works.
Zoran Jovanovic
2013-09-13
1
-1
/
+1
*
[mips][msa] Added load/store intrinsics.
Daniel Sanders
2013-08-28
1
-0
/
+14
*
[mips][msa] Added move.v
Daniel Sanders
2013-08-28
1
-0
/
+16
*
[mips][msa] Added cfcmsa, and ctcmsa
Daniel Sanders
2013-08-28
1
-0
/
+48
*
[Mips] Support for unaligned load/store microMips instructions
Jack Carter
2013-08-13
1
-0
/
+31
*
[mips] Rename accumulator register classes and FP register operands.
Akira Hatanaka
2013-08-08
1
-2
/
+2
*
[mips] Delete register class HWRegs64.
Akira Hatanaka
2013-08-08
1
-4
/
+2
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
1
-2
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+1
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-4
/
+4
*
[mips] Split the DSP control register and define one register for each field of
Akira Hatanaka
2013-05-03
1
-2
/
+33
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-2
/
+2
*
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-13
1
-0
/
+2
*
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
1
-2
/
+0
*
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
1
-0
/
+2
*
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selects
Akira Hatanaka
2013-04-11
1
-63
/
+0
*
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-09
1
-0
/
+5
*
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
1
-0
/
+13
*
[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.
Akira Hatanaka
2013-03-14
1
-31
/
+28
*
[mips] Rename functions and variables to start with proper case.
Akira Hatanaka
2013-03-14
1
-22
/
+22
*
[mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is for
Akira Hatanaka
2013-03-14
1
-0
/
+463