llvm-6502/include/llvm/Target
Duncan Sands 8e4eb09b1e Remove comparison methods for MVT. The main cause
of apint codegen failure is the DAG combiner doing
the wrong thing because it was comparing MVT's using
< rather than comparing the number of bits.  Removing
the < method makes this mistake impossible to commit.
Instead, add helper methods for comparing bits and use
them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52098 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-08 20:54:56 +00:00
..
SubtargetFeature.h
TargetAsmInfo.h Expand documentation of StringConstantPrefix. 2008-06-03 18:15:03 +00:00
TargetData.h
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h Add a flag to indicate that an instruction is as cheap (or cheaper) than a move 2008-05-28 22:54:52 +00:00
TargetInstrInfo.h Constify the machine instruction passed into the 2008-05-12 20:54:26 +00:00
TargetInstrItineraries.h
TargetJITInfo.h Prune and tidy #includes. 2008-05-29 19:52:31 +00:00
TargetLowering.h Remove comparison methods for MVT. The main cause 2008-06-08 20:54:56 +00:00
TargetMachine.h Prune and tidy #includes. 2008-05-29 19:52:31 +00:00
TargetMachineRegistry.h Revert 51775. 2008-05-30 22:47:19 +00:00
TargetMachOWriterInfo.h
TargetOptions.h Make stack alignment options global for all targets 2008-04-23 18:18:10 +00:00
TargetRegisterInfo.h Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
TargetSubtarget.h Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal 2008-04-12 04:36:06 +00:00