llvm-6502/include/llvm
Dan Gohman 92dfe2001e Remove isReg, isImm, and isMBB, and change all their users to use
isRegister, isImmediate, and isMachineBasicBlock, which are equivalent,
and more popular.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41958 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-14 20:33:02 +00:00
..
ADT Make single-argument ctors explicit to avoid tricky bugs :) 2007-09-13 06:15:57 +00:00
Analysis No need to hardcode SmallVector size. 2007-08-21 16:39:43 +00:00
Assembly Change casts from old style to new style. This helps document the details 2007-08-12 08:12:35 +00:00
Bitcode
CodeGen Remove isReg, isImm, and isMBB, and change all their users to use 2007-09-14 20:33:02 +00:00
Config Fix PR1606: 2007-08-17 05:44:59 +00:00
Debugger
ExecutionEngine
Support Added Reset() to free all allocated memory regions and reset state to be the same as right after ctor. 2007-09-05 21:41:34 +00:00
System
Target Added getNumDefs(). 2007-09-13 00:16:29 +00:00
Transforms
AbstractTypeUser.h
Argument.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h
Constants.h Next round of APFloat changes. 2007-09-06 18:13:44 +00:00
DerivedTypes.h
Function.h clarify precedence, no functionality change. 2007-08-20 21:31:08 +00:00
GlobalAlias.h
GlobalValue.h Change casts from old style to new style. This helps document the details 2007-08-12 08:12:35 +00:00
GlobalVariable.h
InlineAsm.h
InstrTypes.h sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. 2007-08-24 20:48:18 +00:00
Instruction.def
Instruction.h
Instructions.h Update GEP constructors to use an iterator interface to fix 2007-09-04 15:46:09 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td Fold the adjust_trampoline intrinsic into 2007-09-11 14:10:23 +00:00
IntrinsicsPowerPC.td
IntrinsicsX86.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h
Module.h
ModuleProvider.h
ParameterAttributes.h
Pass.h Change casts from old style to new style. This helps document the details 2007-08-12 08:12:35 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h Change casts from old style to new style. This helps document the details 2007-08-12 08:12:35 +00:00
PassSupport.h Change casts from old style to new style. This helps document the details 2007-08-12 08:12:35 +00:00
SymbolTableListTraits.h Change casts from old style to new style. This helps document the details 2007-08-12 08:12:35 +00:00
Type.h remove dead enum value. 2007-09-13 06:18:04 +00:00
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h