.. |
AsmParser
|
[mips][microMIPS] Implement ANDI16 instruction
|
2014-11-05 17:31:00 +00:00 |
Disassembler
|
[mips][microMIPS] Implement microMIPS 16-bit instructions registers
|
2014-10-21 08:23:11 +00:00 |
InstPrinter
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MCTargetDesc
|
[mips][microMIPS] Implement ANDI16 instruction
|
2014-11-05 17:31:00 +00:00 |
TargetInfo
|
|
|
CMakeLists.txt
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
LLVMBuild.txt
|
|
|
Makefile
|
Reinstate "Nuke the old JIT."
|
2014-09-02 22:28:02 +00:00 |
MicroMipsInstrFormats.td
|
[mips][microMIPS] Implement ANDI16 instruction
|
2014-11-05 17:31:00 +00:00 |
MicroMipsInstrFPU.td
|
|
|
MicroMipsInstrInfo.td
|
ps][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
|
2014-11-05 17:38:31 +00:00 |
Mips16FrameLowering.cpp
|
|
|
Mips16FrameLowering.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
Mips16HardFloat.cpp
|
|
|
Mips16HardFloat.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
Mips16HardFloatInfo.cpp
|
|
|
Mips16HardFloatInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
Mips16InstrFormats.td
|
|
|
Mips16InstrInfo.cpp
|
|
|
Mips16InstrInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
Mips16InstrInfo.td
|
Fix typos in comments, NFC
|
2014-08-29 21:53:01 +00:00 |
Mips16ISelDAGToDAG.cpp
|
|
|
Mips16ISelDAGToDAG.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
Mips16ISelLowering.cpp
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
Mips16ISelLowering.h
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
Mips16RegisterInfo.cpp
|
|
|
Mips16RegisterInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
Mips32r6InstrFormats.td
|
|
|
Mips32r6InstrInfo.td
|
|
|
Mips64InstrInfo.td
|
[mips] Move 32-bit ADDiu instruction alias from Mips64InstrInfo.td to MipsInstrInfo.td.
|
2014-09-16 10:19:03 +00:00 |
Mips64r6InstrInfo.td
|
|
|
Mips.h
|
Reinstate "Nuke the old JIT."
|
2014-09-02 22:28:02 +00:00 |
Mips.td
|
[mips] Replace MipsABIEnum with a MipsABIInfo class.
|
2014-10-24 16:15:27 +00:00 |
MipsABIInfo.cpp
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
MipsABIInfo.h
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
MipsAnalyzeImmediate.cpp
|
Remove unnecessary copying or replace it with moves in a bunch of places.
|
2014-10-04 16:55:56 +00:00 |
MipsAnalyzeImmediate.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsAsmPrinter.cpp
|
[mips] Replace MipsABIEnum with a MipsABIInfo class.
|
2014-10-24 16:15:27 +00:00 |
MipsAsmPrinter.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsCallingConv.td
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
MipsCondMov.td
|
|
|
MipsConstantIslandPass.cpp
|
[mips] Replace MipsABIEnum with a MipsABIInfo class.
|
2014-10-24 16:15:27 +00:00 |
MipsDelaySlotFiller.cpp
|
|
|
MipsDSPInstrFormats.td
|
|
|
MipsDSPInstrInfo.td
|
|
|
MipsFastISel.cpp
|
Finish getting Mips fast-isel to match up with AArch64 fast-isel
|
2014-10-14 18:27:58 +00:00 |
MipsFrameLowering.cpp
|
|
|
MipsFrameLowering.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsInstrFormats.td
|
Revert: r215698 - Current implementation of c.cond.fmt instructions only accept default cc0 register...
|
2014-08-17 19:47:47 +00:00 |
MipsInstrFPU.td
|
[mips] Move COP2 & COP3 load/store instructions from MipsInstrFPU.td to MipsInstrInfo.td. NFC.
|
2014-11-04 21:45:16 +00:00 |
MipsInstrInfo.cpp
|
|
|
MipsInstrInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsInstrInfo.td
|
ps][microMIPS] Implement CodeGen support for SLL16 and SRL16 instructions
|
2014-11-05 17:38:31 +00:00 |
MipsISelDAGToDAG.cpp
|
|
|
MipsISelDAGToDAG.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsISelLowering.cpp
|
[mips] Remove unused prototype and variable. NFC.
|
2014-11-03 10:14:57 +00:00 |
MipsISelLowering.h
|
[mips] Remove unused prototype and variable. NFC.
|
2014-11-03 10:14:57 +00:00 |
MipsLongBranch.cpp
|
[mips] Replace MipsABIEnum with a MipsABIInfo class.
|
2014-10-24 16:15:27 +00:00 |
MipsMachineFunction.cpp
|
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
|
2014-08-30 16:48:02 +00:00 |
MipsMachineFunction.h
|
Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already.
|
2014-08-30 16:48:02 +00:00 |
MipsMCInstLower.cpp
|
|
|
MipsMCInstLower.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsModuleISelDAGToDAG.cpp
|
|
|
MipsModuleISelDAGToDAG.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsMSAInstrFormats.td
|
|
|
MipsMSAInstrInfo.td
|
[mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards. No functional changes.
|
2014-09-04 13:23:44 +00:00 |
MipsOptimizePICCall.cpp
|
|
|
MipsOptionRecord.h
|
Make some helpers static or move into the llvm namespace.
|
2014-09-03 21:04:12 +00:00 |
MipsOs16.cpp
|
|
|
MipsOs16.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsRegisterInfo.cpp
|
|
|
MipsRegisterInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsRegisterInfo.td
|
Revert "[mips] Add names and tests for the hardware registers"
|
2014-11-04 22:15:05 +00:00 |
MipsSchedule.td
|
|
|
MipsSEFrameLowering.cpp
|
[mips] Account for endianess when expanding BuildPairF64/ExtractElementF64 nodes.
|
2014-10-16 15:41:51 +00:00 |
MipsSEFrameLowering.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsSEInstrInfo.cpp
|
|
|
MipsSEInstrInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsSEISelDAGToDAG.cpp
|
|
|
MipsSEISelDAGToDAG.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsSEISelLowering.cpp
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
MipsSEISelLowering.h
|
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
|
2014-11-02 16:09:29 +00:00 |
MipsSelectionDAGInfo.cpp
|
|
|
MipsSelectionDAGInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsSERegisterInfo.cpp
|
|
|
MipsSERegisterInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsSubtarget.cpp
|
[mips] Replace MipsABIEnum with a MipsABIInfo class.
|
2014-10-24 16:15:27 +00:00 |
MipsSubtarget.h
|
[mips] Replace MipsABIEnum with a MipsABIInfo class.
|
2014-10-24 16:15:27 +00:00 |
MipsTargetMachine.cpp
|
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
|
2014-10-16 20:34:57 +00:00 |
MipsTargetMachine.h
|
Add the first backend support for on demand subtarget creation
|
2014-09-26 01:44:08 +00:00 |
MipsTargetObjectFile.cpp
|
|
|
MipsTargetObjectFile.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
MipsTargetStreamer.h
|
[mips] Rename emit and parse functions for the .cpload assembler directive. NFC.
|
2014-10-01 14:53:19 +00:00 |
MSA.txt
|
Revert r221048 - Test commit
|
2014-11-01 16:08:03 +00:00 |