llvm-6502/lib
Chris Lattner 604f6fe553 rework some DSE paths to use the newly-public "getPointerDependencyFrom"
method in MemDep instead of inserting an instruction, doing a query,
then removing it.  Neither operation is effectively cached.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119930 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-21 08:06:10 +00:00
..
Analysis add "getLocation" method to AliasAnalysis for getting the source and 2010-11-21 07:51:27 +00:00
Archive
AsmParser
Bitcode
CodeGen Move some more hooks to TargetFrameInfo 2010-11-20 15:59:32 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Handle PCRel relocations with absolute values. Fixes PR8656. 2010-11-21 00:48:25 +00:00
Object
Support Fix a use after free. Patch by Frits van Bommel. 2010-11-19 21:14:29 +00:00
System
Target add some random notes. 2010-11-21 07:05:31 +00:00
Transforms rework some DSE paths to use the newly-public "getPointerDependencyFrom" 2010-11-21 08:06:10 +00:00
VMCore Simplify code. No change in functionality. 2010-11-20 18:43:35 +00:00
Makefile