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
/
MipsSubtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Show an error if 64-bit target triple provided with 32-bit CPU
Simon Atanasyan
2019-11-13
1
-0
/
+4
*
[mips] Implement Octeon+ `saa` and `saad` instructions
Simon Atanasyan
2019-11-07
1
-10
/
+11
*
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
Guillaume Chatelet
2019-10-17
1
-8
/
+7
*
[GlobalISel] Make the InstructionSelector instance non-const, allowing state ...
Amara Emerson
2019-08-13
1
-1
/
+1
*
[mips] Show error in case of using FP64 mode on pre MIPS32R2 CPU
Simon Atanasyan
2019-07-09
1
-0
/
+5
*
[mips] Support for +abs2008 attribute
Aleksandar Beserminji
2019-01-28
1
-1
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Warn when crc, ginv, virt flags are used with too old revision
Vladimir Stefanovic
2018-07-04
1
-11
/
+24
*
[mips] Mark microMIPS64 as being unsupported.
Simon Dardis
2018-06-19
1
-0
/
+2
*
[mips] Add support for Global INValidate ASE
Petar Jovanovic
2018-05-17
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+2
*
[mips] Add support for Virtualization ASE
Petar Jovanovic
2018-04-27
1
-1
/
+2
*
[mips] Add support for CRC ASE
Petar Jovanovic
2018-03-14
1
-1
/
+1
*
[MIPS GlobalISel] Adding GlobalISel
Petar Jovanovic
2018-02-23
1
-0
/
+27
*
[mips] Spectre variant two mitigation for MIPSR2
Simon Dardis
2018-02-21
1
-3
/
+13
*
[mips] add warnings for using dsp and msa flags with inappropriate revisions
Petar Jovanovic
2018-01-22
1
-0
/
+38
*
[mips] Removal of microMIPS64R6
Aleksandar Beserminji
2017-12-11
1
-0
/
+3
*
[MIPS] Implement support for -mstack-alignment.
John Baldwin
2017-08-14
1
-5
/
+15
*
[mips] clang-format MipsSubtarget.cpp.
John Baldwin
2017-08-11
1
-3
/
+3
*
[mips][mt][1/7] Add the MT ASE as a subtarget feature.
Simon Dardis
2017-07-11
1
-1
/
+2
*
[mips] Add madd4 subtarget feature
Petar Jovanovic
2017-06-06
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[mips] Remove unused class field. NFC
Simon Atanasyan
2017-05-23
1
-2
/
+0
*
[mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFC
Simon Atanasyan
2017-05-23
1
-3
/
+2
*
[mips] Recommit: "N64 static relocation model support"
Simon Dardis
2017-01-27
1
-2
/
+5
*
Revert "[mips] N64 static relocation model support"
Simon Dardis
2017-01-26
1
-3
/
+0
*
[mips] N64 static relocation model support
Simon Dardis
2017-01-26
1
-0
/
+3
*
Convert more cases to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-28
1
-1
/
+5
*
[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...
Daniel Sanders
2016-06-03
1
-2
/
+1
*
[mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...
Zoran Jovanovic
2015-10-12
1
-2
/
+2
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-12
/
+11
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-11
/
+12
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-12
/
+11
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-11
/
+12
*
[mips] Added support for various EVA ASE instructions.
Daniel Sanders
2015-09-15
1
-1
/
+2
*
[mips] Added support for the div, divu, ddiv and ddivu macros which use traps...
Daniel Sanders
2015-09-03
1
-1
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-2
/
+1
*
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-13
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-2
/
+3
*
[mips] Add the SoftFloat MipsSubtarget feature.
Toma Tabacu
2015-05-07
1
-10
/
+6
*
Fix wording and grammar in Mips subtarget options.
Eric Christopher
2015-02-20
1
-23
/
+18
*
Unify selectMipsCPU implementations.
Eric Christopher
2015-02-18
1
-14
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-33
/
+3
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-24
/
+23
*
Make the TargetMachine in MipsSubtarget a reference rather
Eric Christopher
2015-01-08
1
-8
/
+8
*
Remove unused variable, initializer, and accessor.
Eric Christopher
2014-12-19
1
-9
/
+4
*
[mips] Enable code generation for MIPS-III.
Vasileios Kalintiris
2014-12-12
1
-6
/
+2
*
[mips] Add preliminary support for the MIPS II target.
Vasileios Kalintiris
2014-11-11
1
-5
/
+6
*
[mips] Add the following MIPS options that control gp-relative addressing of
Sasa Stankovic
2014-11-06
1
-3
/
+13
[next]