index
:
ampere-computing/llvm.git
release_60-f1b37feef3d-amp-20180630
release_70-e8af9b4c407-amp-20181130
LLVM including Ampere Computing toolchain specific patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsSubtarget.h
Age
Commit message (
Expand
)
Author
2018-04-11
Merging r325653 with test fixups:
Simon Dardis
2017-12-11
[mips] Removal of microMIPS64R6
Aleksandar Beserminji
2017-11-17
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-08-14
[MIPS] Implement support for -mstack-alignment.
John Baldwin
2017-08-11
[MIPS] Use ABI to determine stack alignment.
John Baldwin
2017-07-15
[mips] Handle the `long-calls` feature flags in the MIPS backend
Simon Atanasyan
2017-07-11
[mips][mt][1/7] Add the MT ASE as a subtarget feature.
Simon Dardis
2017-06-15
[mips] Fix documentation of member variable. NFCI.
Simon Dardis
2017-06-09
Test commit: remove whitespace
Stefan Maksimovic
2017-06-06
[mips] Add madd4 subtarget feature
Petar Jovanovic
2017-05-23
[mips] Remove unused class field. NFC
Simon Atanasyan
2017-05-23
[mips] Change type of MipsSubtarget ctor arguments s/std::string/StringRef/. NFC
Simon Atanasyan
2017-02-15
[LLVM][XRAY][MIPS] Support xray on mips/mipsel/mips64/mips64el
Sagar Thakur
2017-01-27
[mips] Recommit: "N64 static relocation model support"
Simon Dardis
2017-01-26
Revert "[mips] N64 static relocation model support"
Simon Dardis
2017-01-26
[mips] N64 static relocation model support
Simon Dardis
2016-06-28
Convert more cases to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-14
[mips][atomics] Fix atomic instruction descriptions and uses.
Simon Dardis
2016-06-03
[mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...
Daniel Sanders
2016-01-27
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2015-10-12
[mips][micromips] Initial support for micrmomips DSP instructions and addu.qb...
Zoran Jovanovic
2015-09-28
[mips][p5600] Added P5600 processor and initial scheduler.
Daniel Sanders
2015-09-15
[mips] Added support for various EVA ASE instructions.
Daniel Sanders
2015-09-03
[mips] Added support for the div, divu, ddiv and ddivu macros which use traps...
Daniel Sanders
2015-08-12
[mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, ...
Zoran Jovanovic
2015-07-20
[mips] Added support for the ERETNC instruction.
Vasileios Kalintiris
2015-07-09
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-13
Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...
Matthias Braun
2015-06-10
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-05-07
InMips16HardFloat was only being set conditional on whether or
Eric Christopher
2015-05-07
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
Eric Christopher
2015-05-07
[mips] Add the SoftFloat MipsSubtarget feature.
Toma Tabacu
2015-04-20
[mips][microMIPSr6] Implement initial subtarget support
Jozef Kolek
2015-02-18
[mips] Add backend support for Mips32r[35] and Mips64r[35].
Daniel Sanders
2015-02-04
[mips] Make MipsSubtarget::hasMips*() functions consistent. NFC.
Daniel Sanders
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-16
[mips] Remove a redundant semicolon and add space before curly brackets. NFC.
Toma Tabacu
2015-01-14
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-08
Make the TargetMachine in MipsSubtarget a reference rather
Eric Christopher
2014-12-19
Remove unused variable, initializer, and accessor.
Eric Christopher
2014-12-17
MipsABIInfo class is used in different libraries. Moving the files to MCTarge...
Vladimir Medic
2014-11-11
[mips] Add preliminary support for the MIPS II target.
Vasileios Kalintiris
2014-10-24
[mips] Replace MipsABIEnum with a MipsABIInfo class.
Daniel Sanders
2014-09-19
constify the TargetMachine being passed through the Mips subtarget
Eric Christopher
2014-09-10
[mips] Remove inverted predicates from MipsSubtarget that were only used by M...
Daniel Sanders
2014-09-09
[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSiz...
Daniel Sanders
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
[next]