This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-23 12:24:34 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Target
/
Mips
History
Owen Anderson
600a8ca0d5
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change had to be propoagated down into all the targets and up into all clients of this API.
...
llvm-svn: 54802
2008-08-14 22:49:33 +00:00
..
Makefile
…
Mips.h
…
Mips.td
…
MipsAsmPrinter.cpp
Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node
2008-08-13 07:13:40 +00:00
MipsCallingConv.td
…
MipsDelaySlotFiller.cpp
…
MipsInstrFormats.td
…
MipsInstrFPU.td
…
MipsInstrInfo.cpp
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change had to be propoagated down into all the targets and up into all clients of this API.
2008-08-14 22:49:33 +00:00
MipsInstrInfo.h
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change had to be propoagated down into all the targets and up into all clients of this API.
2008-08-14 22:49:33 +00:00
MipsInstrInfo.td
Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node
2008-08-13 07:13:40 +00:00
MipsISelDAGToDAG.cpp
…
MipsISelLowering.cpp
Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node
2008-08-13 07:13:40 +00:00
MipsISelLowering.h
Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node
2008-08-13 07:13:40 +00:00
MipsMachineFunction.h
Added support for fp callee saved registers.
2008-08-06 06:14:43 +00:00
MipsRegisterInfo.cpp
Added Mips support for DYNAMIC_STACKALLOC
2008-08-07 19:08:11 +00:00
MipsRegisterInfo.h
Added support for fp callee saved registers.
2008-08-06 06:14:43 +00:00
MipsRegisterInfo.td
…
MipsSchedule.td
…
MipsSubtarget.cpp
Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT node
2008-08-13 07:13:40 +00:00
MipsSubtarget.h
…
MipsTargetAsmInfo.cpp
Undo most of r54519.
2008-08-08 17:56:50 +00:00
MipsTargetAsmInfo.h
Undo most of r54519.
2008-08-08 17:56:50 +00:00
MipsTargetMachine.cpp
Added support for fp callee saved registers.
2008-08-06 06:14:43 +00:00
MipsTargetMachine.h
…