llvm-6502/include/llvm/Target
Chris Lattner caa8870fe0 finally remove the immAllOnesV_bc/immAllZerosV_bc patterns
and those derived from them.  These are obnoxious because
they were written as: PatLeaf<(bitconvert).  Not having an
argument was foiling adding better type checking for operand
count matching up with what was required (in this case,
bitconvert always requires an operand!)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99759 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-28 08:43:23 +00:00
..
Mangler.h
SubtargetFeature.h
Target.td use ins/outs 2010-03-18 20:55:31 +00:00
TargetAsmBackend.h MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation. 2010-03-23 03:13:05 +00:00
TargetAsmLexer.h
TargetAsmParser.h
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h add a convenient TargetInstrDesc::getNumImplicitUses/Defs method. 2010-03-24 23:07:47 +00:00
TargetInstrInfo.h
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h Docuemntation corrections from John Myers. 2010-03-25 00:03:04 +00:00
TargetLoweringObjectFile.h
TargetMachine.h Fix unused parameter warning. 2010-03-25 00:59:51 +00:00
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h
TargetRegistry.h TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. 2010-03-20 22:36:22 +00:00
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td finally remove the immAllOnesV_bc/immAllZerosV_bc patterns 2010-03-28 08:43:23 +00:00
TargetSubtarget.h