llvm-6502/lib
Alex Lorenz 802ab073da YAML: Null terminate block scalar's value.
The commit null terminates the string value in the `yaml::BlockScalarNode`
class.

This change is motivated by the initial MIR serialization commit (r237708)
that I reverted in r237730 because the LLVM IR source from the block
scalar node wasn't terminated by a null character and thus the buildbots
failed on one testcase sometimes. This change enables me to recommit 
the reverted commit. 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237942 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-21 19:45:02 +00:00
..
Analysis Test commit. Fix typo in MemDerefPrinter.cpp comment. 2015-05-21 11:57:38 +00:00
AsmParser AsmParser: Require a terminating null character when creating memory buffer. 2015-05-20 20:41:27 +00:00
Bitcode
CodeGen Move alignment from MCSectionData to MCSection. 2015-05-21 19:20:38 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR [opaque pointer type] Pass explicit pointee type in another case of GEP constant folding 2015-05-21 00:06:38 +00:00
IRReader
LineEditor
Linker
LTO
MC Remove unused argument. NFC. 2015-05-21 19:42:35 +00:00
Object Move alignment from MCSectionData to MCSection. 2015-05-21 19:20:38 +00:00
Option
Passes
ProfileData
Support YAML: Null terminate block scalar's value. 2015-05-21 19:45:02 +00:00
TableGen [TableGen] Resolve complex def names inside multiclasses 2015-05-21 04:32:56 +00:00
Target Add support for VSX scalar single-precision arithmetic in the PPC target 2015-05-21 19:32:49 +00:00
Transforms [LoopDistribute] Remove a layer of pointer indirection. 2015-05-21 18:32:07 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile