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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more cases to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-28
1
-0
/
+1
*
[mips][atomics] Fix atomic instruction descriptions and uses.
Simon Dardis
2016-06-14
1
-0
/
+5
*
[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...
Daniel Sanders
2016-06-03
1
-2
/
+0
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
1
-3
/
+3
*
[mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...
Zoran Jovanovic
2015-10-12
1
-2
/
+3
*
[mips][p5600] Added P5600 processor and initial scheduler.
Daniel Sanders
2015-09-28
1
-0
/
+6
*
[mips] Added support for various EVA ASE instructions.
Daniel Sanders
2015-09-15
1
-0
/
+4
*
[mips] Added support for the div, divu, ddiv and ddivu macros which use traps...
Daniel Sanders
2015-09-03
1
-0
/
+3
*
[mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, ...
Zoran Jovanovic
2015-08-12
1
-0
/
+1
*
[mips] Added support for the ERETNC instruction.
Vasileios Kalintiris
2015-07-20
1
-1
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+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
-3
/
+2
*
InMips16HardFloat was only being set conditional on whether or
Eric Christopher
2015-05-07
1
-1
/
+1
*
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
Eric Christopher
2015-05-07
1
-3
/
+1
*
[mips] Add the SoftFloat MipsSubtarget feature.
Toma Tabacu
2015-05-07
1
-1
/
+6
*
[mips][microMIPSr6] Implement initial subtarget support
Jozef Kolek
2015-04-20
1
-0
/
+1
*
[mips] Add backend support for Mips32r[35] and Mips64r[35].
Daniel Sanders
2015-02-18
1
-2
/
+12
*
[mips] Make MipsSubtarget::hasMips*() functions consistent. NFC.
Daniel Sanders
2015-02-04
1
-11
/
+10
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+0
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-8
/
+5
*
[mips] Remove a redundant semicolon and add space before curly brackets. NFC.
Toma Tabacu
2015-01-16
1
-2
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Make the TargetMachine in MipsSubtarget a reference rather
Eric Christopher
2015-01-08
1
-3
/
+3
*
Remove unused variable, initializer, and accessor.
Eric Christopher
2014-12-19
1
-1
/
+0
*
MipsABIInfo class is used in different libraries. Moving the files to MCTarge...
Vladimir Medic
2014-12-17
1
-1
/
+1
*
[mips] Add preliminary support for the MIPS II target.
Vasileios Kalintiris
2014-11-11
1
-0
/
+1
*
[mips] Replace MipsABIEnum with a MipsABIInfo class.
Daniel Sanders
2014-10-24
1
-14
/
+8
*
constify the TargetMachine being passed through the Mips subtarget
Eric Christopher
2014-09-19
1
-2
/
+3
*
[mips] Remove inverted predicates from MipsSubtarget that were only used by M...
Daniel Sanders
2014-09-10
1
-3
/
+0
*
[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSiz...
Daniel Sanders
2014-09-09
1
-0
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-3
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[mips] Invert the abicalls feature bit to be noabicalls so that it's possible...
Daniel Sanders
2014-08-08
1
-3
/
+3
*
[mips] Initial implementation of -mabicalls/-mno-abicalls.
Daniel Sanders
2014-08-08
1
-0
/
+4
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+3
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-3
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-8
/
+14
*
[mips] Don't use odd-numbered single precision registers for fastcc calling
Sasa Stankovic
2014-07-29
1
-0
/
+1
*
Fundamentally change the MipsSubtarget replacement machinery:
Eric Christopher
2014-07-18
1
-20
/
+1
*
Avoid caching the relocation model on the subtarget, this is for
Eric Christopher
2014-07-18
1
-6
/
+2
*
Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine
Eric Christopher
2014-07-18
1
-1
/
+5
*
Move Post RA Scheduling flag bit into SchedMachineModel
Sanjay Patel
2014-07-15
1
-3
/
+4
*
[mips] Expand BuildPairF64 to a spill and reload when the O32 FPXX ABI is
Sasa Stankovic
2014-07-14
1
-1
/
+2
*
[mips] Added FPXX modeless calling convention.
Zoran Jovanovic
2014-07-10
1
-0
/
+4
*
[mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
2014-07-10
1
-0
/
+5
*
Mips.abiflags is a new implicitly generated section that will be present on ...
Vladimir Medic
2014-07-08
1
-0
/
+4
*
Move subtarget dependent features into the subtarget from the target
Eric Christopher
2014-07-03
1
-1
/
+26
[next]