llvm-6502/include/llvm
Chris Lattner b55cae23cb * Cleanups
* operator* now returns a reference to the current SCC, instead of a possibly
  null pointer


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8261 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-31 19:34:27 +00:00
..
ADT * Cleanups 2003-08-31 19:34:27 +00:00
Analysis s/Meth/F 2003-08-31 01:38:00 +00:00
Assembly
Bytecode Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
CodeGen Moved index in BB to common graph class. 2003-08-28 15:31:28 +00:00
Config
ExecutionEngine Targets now configure themselves based on the source module, not on the 2003-08-24 19:50:53 +00:00
Reoptimizer
Support Remove automagic support for Modules. Noone uses it now anyways, and GCC 3.4 doesn't want us to do this unless Module has been #included 2003-08-29 14:48:21 +00:00
System
Target Targets should configure themselves based on the module, not some wierd flags 2003-08-24 19:49:07 +00:00
Transforms Add accessor function for the PruneEH pass 2003-08-31 16:30:25 +00:00
AbstractTypeUser.h
Argument.h
BasicBlock.h Minor simplification 2003-08-31 02:50:07 +00:00
CallGraphSCCPass.h Initial checkin of the CallGraphSCCPass class 2003-08-31 01:54:59 +00:00
Constant.h Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution 2003-08-29 05:36:05 +00:00
ConstantHandling.h
Constants.h Allow for "unsafe" replaceAllUsesWith operatations, for use during type resolution 2003-08-29 05:36:05 +00:00
DerivedTypes.h The word dependent' has no a'. 2003-08-21 22:14:26 +00:00
Function.h
GlobalValue.h
GlobalVariable.h
iMemory.h
InstrTypes.h The word dependent' has no a'. 2003-08-21 22:14:26 +00:00
Instruction.def
Instruction.h
Instructions.h
Intrinsics.h As it turns out, things will be simpler than I first expected. We no longer 2003-08-25 22:35:01 +00:00
iOperators.h
iOther.h
iPHINode.h
iTerminators.h Rename SwitchInst::dest_push_back -> addCase 2003-08-23 23:14:37 +00:00
Linker.h
Module.h Add new helper function which makes it even easier to do this sort of thing 2003-08-31 00:19:18 +00:00
Pass.h Move getAnalysisToUpdate to after the definition of AnalysisResolver. 2003-08-29 14:26:51 +00:00
PassAnalysisSupport.h Move getAnalysisToUpdate to after the definition of AnalysisResolver. 2003-08-29 14:26:51 +00:00
PassManager.h
PassSupport.h
SlotCalculator.h
SymbolTable.h Add period 2003-08-23 23:15:10 +00:00
SymbolTableListTraits.h
Type.def
Type.h The word dependent' has no a'. 2003-08-21 22:14:26 +00:00
User.h
Value.h Add new method 2003-08-29 05:08:31 +00:00