llvm-mirror/tools
Duncan Sands 1b33dd3c83 There are two ways of checking for a given type, for example isa<PointerType>(T)
and T->isPointerTy().  Convert most instances of the first form to the second form.
Requested by Chris.

llvm-svn: 96344
2010-02-16 11:11:14 +00:00
..
bugpoint There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
edis Updated the enhanced disassembly library to produce 2010-02-09 01:50:54 +00:00
gold
llc
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-config
llvm-dis
llvm-extract Add support to llvm-extract for extracting multiple functions and/or 2010-02-10 23:58:53 +00:00
llvm-ld
llvm-link
llvm-mc give MCCodeEmitters access to the current MCContext. 2010-02-12 23:12:47 +00:00
llvm-nm
llvm-prof
llvm-ranlib
llvm-stub
llvmc Support some more Darwin-only options. 2010-02-13 22:37:13 +00:00
lto
opt
CMakeLists.txt
Makefile