llvm-6502/include/llvm/Analysis
2008-12-17 22:39:29 +00:00
..
AliasAnalysis.h Update comments. There is no getArgumentAccesses. 2008-12-05 05:35:21 +00:00
AliasSetTracker.h
CallGraph.h
CFGPrinter.h
ConstantFolding.h
ConstantsScanner.h
DebugInfo.h Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_units to identify source file for various debug entities. Each llvm.dbg.compile_unit matches one file on the disk. However, the backend only supports one DW_TAG_compile_unit per .o file. The backend selects first compile_unit from the vector to construct DW_TAG_compile_unit entry, which is not correct in all cases. 2008-12-17 22:39:29 +00:00
DominatorInternals.h
Dominators.h
EscapeAnalysis.h
FindUsedTypes.h
Interval.h
IntervalIterator.h
IntervalPartition.h
LibCallAliasAnalysis.h
LibCallSemantics.h
LoopInfo.h
LoopPass.h Fix typo. 2008-11-26 18:13:11 +00:00
LoopVR.h
MemoryDependenceAnalysis.h Implement initial support for PHI translation in memdep. This means that 2008-12-15 03:35:32 +00:00
Passes.h Add -print-dbginfo pass that prints LLVM IR with comments inserted to show 2008-12-16 09:09:19 +00:00
PostDominators.h
ProfileInfo.h
ProfileInfoLoader.h
ProfileInfoTypes.h
ScalarEvolution.h Add a new SCEV representing signed division. 2008-12-02 08:05:48 +00:00
ScalarEvolutionExpander.h Add a new SCEV representing signed division. 2008-12-02 08:05:48 +00:00
ScalarEvolutionExpressions.h Add a new SCEV representing signed division. 2008-12-02 08:05:48 +00:00
SparsePropagation.h
Trace.h
ValueTracking.h
Verifier.h