llvm-6502/include/llvm/Support
Nate Begeman ac80ade158 Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
for details.  CodeGen support coming in a follow up patch


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50985 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-12 19:01:56 +00:00
..
AIXDataTypesFix.h
AlignOf.h Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
Allocator.h Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
Annotation.h Add explicit keywords. 2008-02-20 16:44:09 +00:00
CallSite.h Add support for equality comparison of CallSite's. 2008-04-13 19:40:26 +00:00
Casting.h merge of r49785 (from branches/ggreif/use-diet): pass V to dyn_cast by const reference, this avoids copy-constructing and destructing all the time. especially important if these constructors are not accessible 2008-04-16 11:43:47 +00:00
CFG.h Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
CommandLine.h Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
Compiler.h
ConstantRange.h Add explicit keywords. 2008-02-20 16:44:09 +00:00
DataFlow.h Add new file Support/DataFlow.h. 2008-04-02 14:57:52 +00:00
DataTypes.h.in
Debug.h
DOTGraphTraits.h
Dwarf.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
DynamicLinker.h
ELF.h
FileUtilities.h
GetElementPtrTypeIterator.h
GraphWriter.h Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
InstIterator.h
InstVisitor.h Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef 2008-05-12 19:01:56 +00:00
IRBuilder.h Add CreateCall3/CreateCall4 at Eric's request. 2008-05-01 05:23:45 +00:00
LeakDetector.h
ManagedStatic.h
Mangler.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
MathExtras.h
MemoryBuffer.h Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
MutexGuard.h
OutputBuffer.h Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
PassNameParser.h Using "unsigned" was masking the "size_t" version of this method. 2008-05-05 20:51:58 +00:00
PatternMatch.h add support for pattern matching 'neg' 2008-05-09 05:20:27 +00:00
PluginLoader.h
Registry.h
SlowOperationInformer.h
StableBasicBlockNumbering.h
Streams.h De-constify the input to the "operator >>" method as it is modified. 2008-03-25 18:16:52 +00:00
StringPool.h
SystemUtils.h
Timer.h
type_traits.h