1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/include/llvm/Target
Dan Gohman ad6c6a3d33 Fix MachineLICM to use the correct virtual register class when
unfolding loads for hoisting.  getOpcodeAfterMemoryUnfold returns the
opcode of the original operation without the load, not the load
itself, MachineLICM needs to know the operand index in order to get
the correct register class. Extend getOpcodeAfterMemoryUnfold to
return this information.

llvm-svn: 85622
2009-10-30 22:18:41 +00:00
..
SubtargetFeature.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
Target.td Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a 2009-10-29 18:10:34 +00:00
TargetAsmParser.h
TargetCallingConv.td
TargetData.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a 2009-10-29 18:10:34 +00:00
TargetInstrInfo.h Fix MachineLICM to use the correct virtual register class when 2009-10-30 22:18:41 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
TargetLowering.h Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a 2009-10-29 18:10:34 +00:00
TargetLoweringObjectFile.h
TargetMachine.h
TargetMachOWriterInfo.h
TargetOptions.h
TargetRegisterInfo.h
TargetRegistry.h
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td Initial target-independent CodeGen support for BlockAddresses. 2009-10-30 01:27:03 +00:00
TargetSubtarget.h