llvm-6502/lib/Transforms
Adrian Prantl 807a3c2830 Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the location
of the dbg.value. This gets rid of tons of redundant variable DIEs in
subscopes.

rdar://problem/14874886, rdar://problem/16679936

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207135 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-24 18:44:15 +00:00
..
Hello [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:55:47 +00:00
InstCombine [InstCombine][x86] Constant fold psll intrinsics. 2014-04-24 00:58:18 +00:00
Instrumentation [ASan] Move the shadow range on 32-bit iOS (and iOS Simulator) 2014-04-23 17:14:45 +00:00
IPO Don't use default address space arguments in GlobalOpt 2014-04-23 20:36:10 +00:00
ObjCARC [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:55:47 +00:00
Scalar Remove more default address space argument usage. 2014-04-23 20:58:57 +00:00
Utils Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the location 2014-04-24 18:44:15 +00:00
Vectorize Allow vectorization of few missed llvm intrinsic calls in BBVectorizor by handling them in isVectorizableIntrinsic function. 2014-04-24 07:29:55 +00:00
CMakeLists.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
LLVMBuild.txt Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00
Makefile Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer. 2013-01-28 01:35:51 +00:00