llvm-6502/lib
Hal Finkel 77364b7a20 Prevent assert in CombinerGlobalAA with null values
DAGCombiner::isAlias can be called with SrcValue1 or SrcValue2 null, and we
can't use AA in this case (if we try, then the casting code in AA will assert).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190763 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-15 02:19:49 +00:00
..
Analysis In AliasSetTracker, do not change the alias set to "mod/ref" when adding 2013-09-12 20:15:50 +00:00
AsmParser Revert "Give internal classes hidden visibility." 2013-09-11 18:05:11 +00:00
Bitcode Patch provide by Tom Roeder! 2013-09-12 22:02:31 +00:00
CodeGen Prevent assert in CombinerGlobalAA with null values 2013-09-15 02:19:49 +00:00
DebugInfo
ExecutionEngine LLVM Interpreter: implementation of "insertvalue" and "extractvalue"; 2013-09-12 10:48:23 +00:00
IR Debug Info: move class definition of DIRef. 2013-09-11 18:55:55 +00:00
IRReader
Linker
MC Remove unused StringRef that no compiler warned about, I wonder why. 2013-09-14 22:55:54 +00:00
Object
Option Fix another mistake in r190442. 2013-09-10 23:22:56 +00:00
Support Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal. 2013-09-13 22:59:47 +00:00
TableGen
Target Expand the mask capability for deciding which functions are mips16 and mips32 2013-09-15 02:09:08 +00:00
Transforms Fix spelling. 2013-09-14 09:34:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile