mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
492e05ba01
convenience method. Fix typo in comment. lib/Target/X86/InstSelectSimple.cpp: Explicitly specify some implicit uses. Use MOVZX/MOVSX instead of MOV instructions with sign extend instructions. Take out LEAVE instructions. 32-bit IDIV and DIV use CDQ, not CWQ (CWQ is a typo). Fix typo in comment and remove some FIXME comments. lib/Target/X86/Printer.cpp: Include X86InstrInfo.h and llvm/Function.h. Add some simple code to Printer::runOnFunction to iterate over MachineBasicBlocks and call X86InstrInfo::print(). lib/Target/X86/X86InstrInfo.def: Make some more instructions with implicit defs "Void". Add more sign/zero extending "move" insns (movsx, movzx). lib/Target/X86/X86RegisterInfo.def: Add EFLAGS as a register. llvm-svn: 4707 |
||
---|---|---|
.. | ||
FunctionLiveVarInfo.h | ||
InstrForest.h | ||
InstrScheduling.h | ||
InstrSelection.h | ||
InstrSelectionSupport.h | ||
InterferenceGraph.h | ||
MachineBasicBlock.h | ||
MachineCodeForInstruction.h | ||
MachineFunction.h | ||
MachineInstr.h | ||
MachineInstrAnnot.h | ||
MachineInstrBuilder.h | ||
PeepholeOpts.h | ||
PreSelection.h | ||
RegAllocCommon.h | ||
RegClass.h | ||
RegisterAllocation.h | ||
SparcRegInfo.h | ||
StackSlots.h | ||
ValueSet.h |