llvm-6502/lib
Jakob Stoklund Olesen d3fdaeb69a Rename mapValue to extendRange because that is its function now.
Simplify the signature - The return value and ParentVNI are no longer needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126809 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-02 00:49:28 +00:00
..
Analysis Today, the language front ends produces llvm.dbg.* intrinsics, used to encode arguments' debug info, in order any way, most of the times. However, if a front end mix-n-matches llvm.dbg.declare and llvm.dbg.value intrinsics to encode debug info for arguments then code generator needs a way to find argument order. 2011-03-01 22:58:13 +00:00
Archive
AsmParser
Bitcode
CodeGen Rename mapValue to extendRange because that is its function now. 2011-03-02 00:49:28 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Fixes warnings emitted by Visual Studio 2010 compiler. 2011-03-01 23:11:57 +00:00
Object
Support
Target
Transforms Stop computing the number of uses twice per value in CodeGenPrepare's sinking of 2011-03-01 21:13:53 +00:00
VMCore
CMakeLists.txt
Makefile