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
*
[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
*
Move the data layout and selection dag info from the mips target machine
Eric Christopher
2014-07-02
1
-0
/
+7
*
Break out subtarget initialization that dependent variables need into
Eric Christopher
2014-07-02
1
-0
/
+2
*
Move MipsJITInfo to the subtarget rather than the target machine.
Eric Christopher
2014-07-02
1
-0
/
+5
*
[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6
Daniel Sanders
2014-06-16
1
-1
/
+4
*
[mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.
Daniel Sanders
2014-06-16
1
-1
/
+1
*
[mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ...
Daniel Sanders
2014-06-12
1
-5
/
+10
*
[mips][mips64r6] [ls][dw][lr] are not available in MIPS32r6/MIPS64r6
Daniel Sanders
2014-05-23
1
-1
/
+6
*
[mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...
Daniel Sanders
2014-05-13
1
-0
/
+3
*
[mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...
Daniel Sanders
2014-05-12
1
-0
/
+3
*
[mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64
Daniel Sanders
2014-05-12
1
-4
/
+0
*
[mips] Fold FeatureSEInReg into FeatureMips32r2
Daniel Sanders
2014-05-12
1
-4
/
+0
*
[mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2
Daniel Sanders
2014-05-12
1
-4
/
+0
*
[mips] Replace FeatureFPIdx with FeatureMips4_32r2
Daniel Sanders
2014-05-12
1
-5
/
+5
*
[mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...
Daniel Sanders
2014-05-09
1
-0
/
+4
*
[mips] Remove unused CondMov feature bit
Daniel Sanders
2014-05-09
1
-4
/
+0
*
[mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...
Daniel Sanders
2014-05-09
1
-0
/
+4
*
[mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6
Daniel Sanders
2014-05-09
1
-2
/
+7
*
[mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=...
Daniel Sanders
2014-05-08
1
-0
/
+1
*
[mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-V
Daniel Sanders
2014-05-07
1
-1
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-3
/
+3
*
[mips] Add initial support for NaN2008 in the back-end.
Matheus Almeida
2014-04-16
1
-0
/
+4
*
[mips] Indentation
Daniel Sanders
2014-04-16
1
-4
/
+3
*
[mips] Add initial (experimental) MIPS-IV support.
Daniel Sanders
2014-04-03
1
-4
/
+1
*
[MIPS] Add cpu octeon and some instructions
Kai Nacke
2014-03-20
1
-0
/
+5
*
[mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.
Sasa Stankovic
2014-02-07
1
-0
/
+1
*
[mips] Add NaCl target and forbid indexed loads and stores for it
Petar Jovanovic
2014-02-05
1
-0
/
+3
*
Remove another hasRawTextSupport.
Rafael Espindola
2014-01-31
1
-7
/
+0
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+0
[next]