..
AsmParser
[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 10:24:46 +00:00
Disassembler
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
InstPrinter
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MCTargetDesc
[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 10:24:46 +00:00
TargetInfo
CMakeLists.txt
enable fast isel tablegen files for Mips
2014-04-25 18:36:38 +00:00
LLVMBuild.txt
Makefile
enable fast isel tablegen files for Mips
2014-04-25 18:36:38 +00:00
MicroMipsInstrFormats.td
MicroMipsInstrFPU.td
MicroMipsInstrInfo.td
Mips16FrameLowering.cpp
Mips16FrameLowering.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
Mips16HardFloat.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
Mips16HardFloat.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
Mips16HardFloatInfo.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
Mips16HardFloatInfo.h
This patch has two main functions:
2014-02-14 19:16:39 +00:00
Mips16InstrFormats.td
Mips16InstrInfo.cpp
[Modules] Make Support/Debug.h modular. This requires it to not change
2014-04-21 22:55:11 +00:00
Mips16InstrInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
Mips16InstrInfo.td
Mips16ISelDAGToDAG.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
Mips16ISelDAGToDAG.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
Mips16ISelLowering.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
Mips16ISelLowering.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
Mips16RegisterInfo.cpp
[Modules] Make Support/Debug.h modular. This requires it to not change
2014-04-21 22:55:11 +00:00
Mips16RegisterInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
Mips64InstrInfo.td
[mips] Add instruction alias (dsll and dsrl).
2014-04-30 16:00:49 +00:00
Mips.h
Mips.td
[mips] Add initial support for NaN2008 in the back-end.
2014-04-16 15:48:55 +00:00
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
2014-04-30 15:06:25 +00:00
MipsAsmPrinter.h
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
2014-04-30 15:06:25 +00:00
MipsCallingConv.td
MipsCodeEmitter.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsCondMov.td
[mips] Remove two more redundant 'let Predicates = [HasStdEnc]' statements that were missed
2014-04-29 17:04:30 +00:00
MipsConstantIslandPass.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsDelaySlotFiller.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsDSPInstrFormats.td
MipsDSPInstrInfo.td
MipsFastISel.cpp
Add basic functionality for assignment of ints.
2014-05-01 20:39:21 +00:00
MipsFrameLowering.cpp
MipsFrameLowering.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsInstrFormats.td
MipsInstrFPU.td
[mips] Remove more redundant 'let Predicates = [HasStdEnc]' statements
2014-04-29 16:37:01 +00:00
MipsInstrInfo.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
MipsInstrInfo.h
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
2014-04-30 15:06:25 +00:00
MipsInstrInfo.td
[mips] Removed two-operand alias for sllv, sr[al]v, rotrv, dsllv, dsr[al]v, and drotrv
2014-05-01 10:08:36 +00:00
MipsISelDAGToDAG.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
MipsISelDAGToDAG.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsISelLowering.cpp
[C++] Use 'nullptr'.
2014-04-28 04:05:08 +00:00
MipsISelLowering.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsJITInfo.cpp
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:41:26 +00:00
MipsJITInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsLongBranch.cpp
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
2014-04-30 15:06:25 +00:00
MipsMachineFunction.cpp
[C++] Use 'nullptr'.
2014-04-28 04:05:08 +00:00
MipsMachineFunction.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsMCInstLower.cpp
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
2014-04-30 15:06:25 +00:00
MipsMCInstLower.h
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
2014-04-30 15:06:25 +00:00
MipsModuleISelDAGToDAG.cpp
[Modules] Make Support/Debug.h modular. This requires it to not change
2014-04-21 22:55:11 +00:00
MipsModuleISelDAGToDAG.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsMSAInstrFormats.td
MipsMSAInstrInfo.td
[mips][msa] Fix vector insertions where the index is variable
2014-04-30 12:09:32 +00:00
MipsOptimizePICCall.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsOs16.cpp
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:41:26 +00:00
MipsOs16.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsRegisterInfo.cpp
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:41:26 +00:00
MipsRegisterInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsRegisterInfo.td
MipsRelocations.h
MipsSchedule.td
MipsSEFrameLowering.cpp
MipsSEFrameLowering.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsSEInstrInfo.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
MipsSEInstrInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsSEISelDAGToDAG.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
MipsSEISelDAGToDAG.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsSEISelLowering.cpp
[mips][msa] Fix vector insertions where the index is variable
2014-04-30 12:09:32 +00:00
MipsSEISelLowering.h
[mips][msa] Fix vector insertions where the index is variable
2014-04-30 12:09:32 +00:00
MipsSelectionDAGInfo.cpp
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:41:26 +00:00
MipsSelectionDAGInfo.h
MipsSERegisterInfo.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
MipsSERegisterInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsSubtarget.cpp
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:41:26 +00:00
MipsSubtarget.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsTargetMachine.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsTargetMachine.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Mips edition
2014-04-29 07:58:02 +00:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h
MipsTargetStreamer.h
[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 10:24:46 +00:00
MSA.txt