llvm-6502/include/llvm
Chris Lattner 42e4bdf257 When clearing a SmallPtrSet, if the set had a huge capacity, but the
contents of the set were small, deallocate and shrink the set.  This
avoids having us to memset as much data, significantly speeding up
some pathological cases.  For example, this speeds up the verifier
from 0.3899s to 0.0763 (5.1x) on the testcase from PR1432 in a 
release build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40837 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-05 07:32:14 +00:00
..
ADT When clearing a SmallPtrSet, if the set had a huge capacity, but the 2007-08-05 07:32:14 +00:00
Analysis Switch the internal "Info" map from an std::map to a DenseMap. This 2007-08-05 00:02:00 +00:00
Assembly
Bitcode Long double, part 1 of N. Support in IR. 2007-08-03 01:03:46 +00:00
CodeGen This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
Config Add detection of __dso_handle presence during configure. Use this information in the 2007-07-30 20:02:02 +00:00
Debugger
ExecutionEngine
Support New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
System eliminate residual cruft related to recognizing bytecode 2007-07-06 13:38:17 +00:00
Target Added TargetInstrDescriptor::numDefs - num of results. 2007-08-02 00:20:17 +00:00
Transforms More explicit keywords. 2007-08-01 15:32:29 +00:00
AbstractTypeUser.h Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
Argument.h
AutoUpgrade.h This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
BasicBlock.h
CallGraphSCCPass.h Add explicit keywords. 2007-07-02 14:53:37 +00:00
CallingConv.h
Constant.h
Constants.h Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
DerivedTypes.h Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
Function.h
GlobalAlias.h
GlobalValue.h Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
GlobalVariable.h
InlineAsm.h
InstrTypes.h Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
Instruction.def
Instruction.h
Instructions.h New CallInst interface to address GLIBCXX_DEBUG errors caused by 2007-08-01 03:43:44 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. 2007-08-04 01:51:18 +00:00
IntrinsicsPowerPC.td
IntrinsicsX86.td Add missing SSE builtins: 2007-07-23 03:07:27 +00:00
LinkAllPasses.h Rename FastDSE to just DSE. 2007-08-01 06:36:51 +00:00
LinkAllVMCore.h
Linker.h Here is the bulk of the sanitizing. 2007-07-05 17:07:56 +00:00
LinkTimeOptimizer.h
Module.h
ModuleProvider.h
ParameterAttributes.h Support for trampolines, except for X86 codegen which is 2007-07-27 12:58:54 +00:00
Pass.h Make ImmutablePass::runOnModule non-virtual, since it is not 2007-08-01 14:28:20 +00:00
PassAnalysisSupport.h
PassManager.h Fix pastos in comments for doFinalization functions. 2007-07-30 14:51:13 +00:00
PassManagers.h Fix pastos in comments for doFinalization functions. 2007-07-30 14:51:13 +00:00
PassSupport.h
SymbolTableListTraits.h
Type.h Long double, part 1 of N. Support in IR. 2007-08-03 01:03:46 +00:00
TypeSymbolTable.h Properly initialize value :) 2007-07-19 15:32:47 +00:00
Use.h
User.h
Value.h
ValueSymbolTable.h