summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips] Eliminate else-after-return. NFCSimon Atanasyan2016-12-101-4/+3
* [mips] Don't derive the default ABI from the CPU in the backend.Daniel Sanders2016-06-231-28/+3
* [mips] Optimize stack pointer adjustments.Simon Dardis2016-06-141-0/+4
* [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders2016-06-031-3/+1
* [mips] Implement 'la' macro in PIC mode for O32.Daniel Sanders2016-06-031-0/+4
* [mips][atomics] Fix partword atomic binary operation implementationSimon Dardis2016-04-281-0/+4
* [mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.Daniel Sanders2015-10-151-1/+0
* Remove 'const' from some ArrayRefs. ArrayRefs are already immutable. NFCCraig Topper2015-09-281-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-3/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+3
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-3/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+3
* [mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with...Daniel Sanders2015-08-171-0/+4
* [mips] Remap move as or.Vasileios Kalintiris2015-08-111-0/+4
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-1/+1
* [mips] Add support for dynamic stack realignment.Vasileios Kalintiris2015-06-021-0/+4
* Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders2015-05-201-3/+0
* [mips] The naming convention for private labels is ABI dependant.Daniel Sanders2015-05-201-0/+3
* [mips] Move ABI-dependent register selections to MipsABIInfo. NFC.Daniel Sanders2015-04-171-0/+32
* [mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders2015-02-181-0/+4
* Move the Mips target to storing the ABI in the TargetMachine ratherEric Christopher2015-01-261-0/+43
* MipsABIInfo class is used in different libraries. Moving the files to MCTarge...Vladimir Medic2014-12-171-0/+45
OpenPOWER on IntegriCloud