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
/
Mips16ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Mips] Remove uneeded variants of ADDC/ADDE lowering
Amaury Sechet
2018-06-05
1
-35
/
+0
*
[mips] Preparatory work for a generic scheduler
Simon Dardis
2016-08-24
1
-3
/
+4
*
[mips] SelectionDAGISel subclasses now follow the optimization level.
Daniel Sanders
2016-07-14
1
-2
/
+3
*
Convert more cases to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-28
1
-1
/
+1
*
[mips][mips16] Fix machine verifier errors about incorrect register classes o...
Daniel Sanders
2016-06-16
1
-91
/
+27
*
[mips] clang-format Mips16ISelDAGToDAG.{cpp,h}
Daniel Sanders
2016-06-15
1
-49
/
+50
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
SDAG: Implement Select instead of SelectImpl in MipsDAGToDAGISel
Justin Bogner
2016-05-13
1
-8
/
+8
*
SDAG: Clean up a dangling node in MipsISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-13
1
-0
/
+1
*
[mips] Remove redundant inclusions of MipsAnalyzeImmediate.h
Daniel Sanders
2016-02-03
1
-1
/
+0
*
Remove windows line endings introduced by r252177. NFC.
Tim Northover
2015-11-05
1
-7
/
+7
*
[DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.
Oleg Ranevskyy
2015-11-05
1
-7
/
+7
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-5
/
+5
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-4
/
+5
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-5
/
+4
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-4
/
+5
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-5
/
+5
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-2
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-4
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+10
*
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
-3
/
+3
*
[mips] Replace FeatureFPIdx with FeatureMips4_32r2
Daniel Sanders
2014-05-12
1
-4
/
+6
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Fix two issues regarding Got pointer (GP) setup.
Reed Kotler
2013-09-18
1
-4
/
+5
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-3
/
+5
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-3
/
+3
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-2
/
+2
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-1
/
+1
*
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-09
1
-0
/
+5
*
[mips] Rename functions and variables to start with proper case.
Akira Hatanaka
2013-03-14
1
-16
/
+16
*
[mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is for
Akira Hatanaka
2013-03-14
1
-0
/
+308