llvm-6502/lib
Chris Lattner 4bbf4ee149 Remove isPod() from DenseMapInfo, splitting it out to its own
isPodLike type trait.  This is a generally useful type trait for
more than just DenseMap, and we really care about whether something
acts like a pod, not whether it really is a pod.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91421 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-15 07:26:43 +00:00
..
Analysis Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
Archive
AsmParser Add MSP430 interrupt calling conv. No functionality change yet. 2009-12-07 02:27:35 +00:00
Bitcode Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
CodeGen Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
CompilerDriver Fix last DOTGraphTraits problems in CompilationGraph. 2009-11-30 13:34:51 +00:00
ExecutionEngine Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
Linker
MC
Support Micro-optimize these functions in the case where they are not inlined. 2009-12-14 19:32:31 +00:00
System Add "generic" fallback. 2009-12-14 12:38:18 +00:00
Target Fix an encoding bug. 2009-12-15 06:49:02 +00:00
Transforms Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
VMCore Remove isPod() from DenseMapInfo, splitting it out to its own 2009-12-15 07:26:43 +00:00
Makefile