llvm-6502/include/llvm
Chris Lattner 1327c5ab99 Delete the really inefficient method: void remove(const Type* Typ);
Get rid of removeEntry(type_iterator), since 'remove' is exactly the same
operation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20480 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-06 05:46:00 +00:00
..
ADT remove some more dead templates and a dead macro. 2005-02-22 23:36:37 +00:00
Analysis Fix a case where we incorrectly returned hasComputableLoopEvolution for 2005-02-26 18:40:02 +00:00
Assembly
Bytecode Implement an isBytecodeArchive method to determine if an archive contains 2005-02-26 22:00:32 +00:00
CodeGen
Config Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. 2005-02-19 03:01:13 +00:00
Debugger
ExecutionEngine
Support Fix this to create a recursive mutex. Patch by Evan Jones! 2005-02-27 19:07:36 +00:00
System
Target
Transforms Add support for not strength reducing GEPs where the element size is a small 2005-03-04 04:04:26 +00:00
AbstractTypeUser.h
Argument.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
BasicBlock.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
CallGraphSCCPass.h
Constant.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
Constants.h
DerivedTypes.h
Function.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
GlobalValue.h
GlobalVariable.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
InstrTypes.h
Instruction.def
Instruction.h remove all of the various setName implementations, consolidating them into 2005-03-05 19:51:50 +00:00
Instructions.h switch instructions only allow constantints for their values, be more specific. 2005-02-24 05:32:09 +00:00
IntrinsicInst.h
Intrinsics.h Add a prefetch intrinsic, patch contributed by Justin Wick! 2005-02-28 19:25:57 +00:00
Linker.h
Module.h
ModuleProvider.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h Delete the really inefficient method: void remove(const Type* Typ); 2005-03-06 05:46:00 +00:00
SymbolTableListTraits.h
Type.def
Type.h Now that type does not derive from Value, these do not need to be virtual. 2005-03-02 03:43:55 +00:00
Use.h
User.h Fix spelling, patch contributed by Gabor Greif 2005-02-27 06:15:51 +00:00
Value.h Add a new method, allow symtab to poke name. 2005-03-06 02:10:40 +00:00