llvm-6502/include/llvm
Owen Anderson 8001524f43 Use a DenseMap instead of an std::map for mangled name lookup. This is
improves AsmPrinter runtime on instcombine from 0.3920s to 0.3836s.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52787 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-26 17:20:16 +00:00
..
ADT Pass std::string by reference. Thanks Chris! 2008-06-24 16:40:22 +00:00
Analysis Move GetConstantStringInfo to lib/Analysis. Remove 2008-06-26 00:31:12 +00:00
Assembly Revert 51775. 2008-05-30 22:47:19 +00:00
Bitcode
CodeGen Remember which MachineOperand we were processing, so we don't have to scan the list to find it again later. 2008-06-25 23:39:39 +00:00
Config
Debugger
ExecutionEngine Add a new flag that disables symbol lookup with dlsym when set. This allows 2008-06-16 17:44:14 +00:00
Support Use a DenseMap instead of an std::map for mangled name lookup. This is 2008-06-26 17:20:16 +00:00
System Add a new InvalidateInstructionCache method to sys::Memory. 2008-06-25 17:14:10 +00:00
Target Fixes the last x86-64 test failure in compat.exp: 2008-06-26 01:51:13 +00:00
Transforms Add missing semicolumn in my last commit. 2008-06-26 09:49:38 +00:00
AbstractTypeUser.h
Argument.h
AutoUpgrade.h Auto-upgrade code for multiple-value return statements. This code 2008-06-17 23:38:43 +00:00
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h Move GetConstantStringInfo to lib/Analysis. Remove 2008-06-26 00:31:12 +00:00
Constants.h IR, bitcode reader, bitcode writer, and asmparser changes to 2008-05-31 00:58:22 +00:00
DerivedTypes.h Remove unused parameter. Some clients might use -Werror when compiling and 2008-06-05 07:24:08 +00:00
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h make ExtractValueInst derived from UnaryInstruction 2008-06-06 20:28:12 +00:00
Instruction.def
Instruction.h Add an insertBefore method for attaching previously unattached instructions, 2008-06-17 18:29:27 +00:00
Instructions.h Remove two convenience constructors because they're now private, and the 2008-06-23 16:48:17 +00:00
IntrinsicInst.h Move GetConstantStringInfo to lib/Analysis. Remove 2008-06-26 00:31:12 +00:00
Intrinsics.h
Intrinsics.td Added MemOperands to Atomic operations since Atomics touches memory. 2008-06-25 08:15:39 +00:00
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td Horizontal-add instructions are not commutative. 2008-06-16 21:16:24 +00:00
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LinkTimeOptimizer.h
Module.h
ModuleProvider.h
OperandTraits.h add doxygen comments 2008-05-29 22:58:33 +00:00
ParameterAttributes.h The inline keyword goes before the return type. This fixes a compiler warning. 2008-06-19 16:16:06 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h Correct a comment. 2008-06-24 17:46:48 +00:00
SymbolTableListTraits.h
Type.h Add an isAggregateType predicate. 2008-05-30 22:40:06 +00:00
TypeSymbolTable.h
Use.h
User.h Move some documentation from the header file into ProgrammersManual. About to improve. 2008-06-16 21:06:12 +00:00
Value.h add a const version of stripPointerCasts 2008-06-16 06:43:06 +00:00
ValueSymbolTable.h