llvm-6502/lib
Rafael Espindola edeaa6454e Make it explicit that nulls are not allowed in names.
The object files we support use null terminated strings, so there is no way to
support these.

This patch adds an assert to catch bad API use and an error check in the .ll
parser.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195155 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-19 21:12:39 +00:00
..
Analysis The 'optnone' attribute means don't inline anything into this function 2013-11-18 21:44:03 +00:00
AsmParser Make it explicit that nulls are not allowed in names. 2013-11-19 21:12:39 +00:00
Bitcode
CodeGen Support multiple COFF sections with the same name but different COMDAT. 2013-11-19 19:52:52 +00:00
DebugInfo
ExecutionEngine [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
IR Make it explicit that nulls are not allowed in names. 2013-11-19 21:12:39 +00:00
IRReader
Linker
LTO
MC Support multiple COFF sections with the same name but different COMDAT. 2013-11-19 19:52:52 +00:00
Object
Option
Support YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems. 2013-11-19 17:28:21 +00:00
TableGen
Target reverts 195057 per request 2013-11-19 20:53:28 +00:00
Transforms Fix an issue where SROA computed different results based on the relative 2013-11-19 09:03:18 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile