llvm-6502/include/llvm
Chris Lattner 5892d47a62 Change the use_list to be a smallvector instead of a vector. This reduces
isel time from 6.79s to 5.53s (22%) on kc++ with a release build on ppc.
Go smallvector! :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29731 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-16 21:01:10 +00:00
..
ADT Bugfixes for smallvector when the element size is small and N is small. 2006-08-16 01:23:31 +00:00
Analysis
Assembly Replace an old C-style cast with a C++ cast (squelch warning) 2006-05-29 02:32:43 +00:00
Bytecode
CodeGen Change the use_list to be a smallvector instead of a vector. This reduces 2006-08-16 21:01:10 +00:00
Config
Debugger
ExecutionEngine
Support remove IncludeFile turds in MathExtras.h, which bloats every .o file that 2006-08-11 23:52:54 +00:00
System
Target
Transforms
.cvsignore
AbstractTypeUser.h
Argument.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h For PR778: 2006-06-05 16:29:06 +00:00
Constant.h
Constants.h
DerivedTypes.h
Function.h Add a missing Module::setTargetTriple method. 2005-10-25 17:58:00 +00:00
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h Add a programatic interface to intrinsic names. 2006-03-25 06:32:07 +00:00
Intrinsics.td
IntrinsicsPowerPC.td Add PowerPC intrinsics to support dcbz[l] 2006-06-06 21:29:23 +00:00
IntrinsicsX86.td
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h
Module.h Make the getNamedFunction and getNamedGlobal methods be const. They don't 2006-05-31 16:40:28 +00:00
ModuleProvider.h
Pass.h Be consistent in using class vs struct to make VC++ happy. And as it contains 2006-01-04 17:21:23 +00:00
PassAnalysisSupport.h
PassManager.h
PassSupport.h
SymbolTable.h 4 billion names is enough for anyone. And really fix the build on alpha this time 2006-05-31 20:40:36 +00:00
SymbolTableListTraits.h
Type.h Moving this function to a permanent home to prevent a dependency cycle created 2006-07-25 23:22:00 +00:00
TypeSymbolTable.h 4 billion names is enough for anyone. And really fix the build on alpha this time 2006-05-31 20:40:36 +00:00
Use.h
User.h
Value.h
ValueSymbolTable.h