llvm-6502/test
Bob Wilson a756b1d914 Fix a crash in scalarrepl for memcpy/memmove where the source and destination
are the same.  I had already fixed a similar problem where the source and
destination were different bitcasts derived from the same alloca, but the
previous fix still did not handle the case where both operands are exactly
the same value.  Radar 7552893.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93848 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 04:32:48 +00:00
..
Analysis Fix PR6047 2010-01-16 13:38:07 +00:00
Archive
Assembler Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). 2010-01-15 19:04:09 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen fix a significant difference between llvm and gcc on ELF systems: 2010-01-19 03:06:01 +00:00
DebugInfo Reverting. 2010-01-19 00:12:05 +00:00
ExecutionEngine Test case for http://llvm.org/PR6028. 2010-01-15 11:29:26 +00:00
Feature fix bogus test 2010-01-09 19:24:18 +00:00
FrontendAda
FrontendC While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, 2010-01-18 19:52:14 +00:00
FrontendC++
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC
Other fix bogus test 2010-01-09 19:24:49 +00:00
Scripts
TableGen
Transforms Fix a crash in scalarrepl for memcpy/memmove where the source and destination 2010-01-19 04:32:48 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg Fix llvm_supports_binding for lit, problem noticed by Bob! 2010-01-16 00:00:20 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh