llvm-6502/include/llvm
Evan Cheng ef0732d25a - Change the horrible N^2 isRegReDefinedByTwoAddr. Now callers must supply the operand index of def machineoperand and at most one full scan of non-implicit operands is needed.
- Change local register allocator to use the new isRegReDefinedByTwoAddr instead of reinventing the wheel.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53394 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-10 07:35:43 +00:00
..
ADT Add some basic Pool-allocation infrastructure. This adds a Recycler class, 2008-07-07 22:58:06 +00:00
Analysis Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a 2008-07-09 03:21:51 +00:00
Assembly
Bitcode Add a little wrapper header that is put around bc files when emitting 2008-07-09 05:14:23 +00:00
CodeGen - Change the horrible N^2 isRegReDefinedByTwoAddr. Now callers must supply the operand index of def machineoperand and at most one full scan of non-implicit operands is needed. 2008-07-10 07:35:43 +00:00
Config
Debugger
ExecutionEngine
Support - Replace use of std::map<std::string, ..> with StringMap. Replace use of std::map with DenseMap, std::set with SmallPtrSet. This results in minor speed up. 2008-07-10 00:04:23 +00:00
System
Target Silence a warning 2008-07-09 13:56:43 +00:00
Transforms Add explicit keywords. 2008-07-07 18:00:37 +00:00
AbstractTypeUser.h
Argument.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Constant.h add a helper method for code that wants to handle vector 2008-07-10 00:28:34 +00:00
Constants.h
DerivedTypes.h
Function.h Add some helpers for manipulating function 2008-07-08 09:41:30 +00:00
GlobalAlias.h
GlobalValue.h Add convenient helper for checking whether global is weak in linker sense 2008-07-05 23:48:30 +00:00
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h Add some convenience methods for manipulating 2008-07-08 08:38:44 +00:00
IntrinsicInst.h - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. 2008-06-30 07:31:25 +00:00
Intrinsics.h
Intrinsics.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
Module.h
ModuleProvider.h
OperandTraits.h 80col 2008-07-05 22:41:37 +00:00
ParameterAttributes.h
Pass.h Add dom info verifier. 2008-07-01 17:44:24 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h Add dom info verifier. 2008-07-01 17:44:24 +00:00
PassSupport.h
SymbolTableListTraits.h Add some basic Pool-allocation infrastructure. This adds a Recycler class, 2008-07-07 22:58:06 +00:00
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h