llvm-6502/lib
Reid Spencer 8949477ae4 Adjust the interface to ConstantArray::get. The previous
implementation always added a null byte to the end of the string. It turns
out that this is not always wanted. By adding a length parameter we preserve
this behavior when length==0 (default value) but also allow other lengths
(not null terminated) to be created.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28552 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-30 08:23:18 +00:00
..
Analysis move calltarget to dsa 2006-05-29 23:39:48 +00:00
Archive
AsmParser Fix grammar in a comment. 2006-05-29 02:34:34 +00:00
Bytecode
CodeGen Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): 2006-05-27 00:43:02 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Add a note about integer multiplication by constants. 2006-05-30 07:37:37 +00:00
Transforms Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA 2006-05-29 01:00:00 +00:00
VMCore Adjust the interface to ConstantArray::get. The previous 2006-05-30 08:23:18 +00:00
Makefile