llvm-6502/lib
David Blaikie eda774a6c6 Assert to bounds check MDNode::getOperand.
The getOperandPtr utility already bounds checks, but allows one-off-the-end.
This assert should catch the cases that could previously have been dereferencing
these one-off-the-end pointer. Happily, no cases of this came up with this
change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176721 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-08 21:08:23 +00:00
..
Analysis Remove trailing whitespace 2013-03-08 21:03:09 +00:00
Archive
AsmParser
Bitcode
CodeGen Rewrite the physreg part of findLastUseBefore(). 2013-03-08 18:08:57 +00:00
DebugInfo
ExecutionEngine
IR Assert to bounds check MDNode::getOperand. 2013-03-08 21:08:23 +00:00
Linker
MC Debug Info: store the files and directories for each compile unit. 2013-03-07 01:42:00 +00:00
Object Move an assert earlier in a file and check that the result of 2013-02-28 20:26:17 +00:00
Option
Support In llvm::MemoryBuffer::getFile() remove an unnecessary stat call check. 2013-03-01 22:48:51 +00:00
TableGen [TableGen] Fix ICE on MSVC 2012 Release builds. 2013-02-26 21:29:47 +00:00
Target R600: Optimize another selectcc case 2013-03-08 15:37:11 +00:00
Transforms Insert the reduction start value into the first bypass block to preserve domination. 2013-03-08 16:58:37 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile