llvm-6502/include/llvm
Owen Anderson a0b59f6bd2 Add a prototype of a new peephole optimizing pass that uses LazyValue info to simplify PHIs and select's.
This pass addresses the missed optimizations from PR2581 and PR4420.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112325 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-27 23:31:36 +00:00
..
ADT SmallVector's growth policies don't like starting from zero capacity. 2010-08-26 02:11:48 +00:00
Analysis Switch ScalarEvolution's main Value*->SCEV* map from std::map 2010-08-27 18:55:03 +00:00
Assembly
Bitcode
CodeGen Fix a couple of typos. 2010-08-27 21:38:11 +00:00
CompilerDriver llvmc: Make syntax more consistent. 2010-08-23 23:21:23 +00:00
Config Regenerate. 2010-08-25 08:45:06 +00:00
ExecutionEngine
MC First bit of support for the dwarf .loc directive. This patch updates the 2010-08-24 20:32:42 +00:00
Support add m_BitCast for matching a bitcast. 2010-08-26 21:35:52 +00:00
System
Target Fix a couple of typos. 2010-08-27 21:38:11 +00:00
Transforms Add a prototype of a new peephole optimizing pass that uses LazyValue info to simplify PHIs and select's. 2010-08-27 23:31:36 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h Create the new linker type "linker_private_weak_def_auto". 2010-08-20 22:05:50 +00:00
GlobalVariable.h
GVMaterializer.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td Add alignment arguments to all the NEON load/store intrinsics. 2010-08-27 17:13:24 +00:00
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td Add a new llvm.x86.int intrinsic, allowing access to the 2010-08-23 19:39:25 +00:00
IntrinsicsXCore.td
LinkAllPasses.h Add a prototype of a new peephole optimizing pass that uses LazyValue info to simplify PHIs and select's. 2010-08-27 23:31:36 +00:00
LinkAllVMCore.h Delete SlowOperationInformer, which is no longer used. 2010-08-20 18:07:37 +00:00
Linker.h
LLVMContext.h
Metadata.h MDNode, MDString, and NamedMDNode are not meant to be subclassed; 2010-08-24 15:34:03 +00:00
Module.h
OperandTraits.h
Operator.h
Pass.h Revert r111199; it breaks -debug-pass=Structure output. 2010-08-19 01:29:07 +00:00
PassAnalysisSupport.h
PassManager.h
PassManagers.h Revert r111199; it breaks -debug-pass=Structure output. 2010-08-19 01:29:07 +00:00
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h