llvm-6502/lib
Duncan Sands 5389210e63 Fix PR9820: a read-only call differs from a load in that a load doesn't
return the pointer being dereferenced, it returns the pointee, but a call
might return the pointer itself.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130979 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06 10:30:37 +00:00
..
Analysis PR9838: Fix transform introduced in r127064 to not trigger when only one side of the icmp is an exact shift. 2011-05-05 21:59:18 +00:00
Archive
AsmParser Remove unused variables caught by GCC's -Wunused-but-set-variable. 2011-05-03 16:00:27 +00:00
Bitcode
CodeGen Re-revert r130877; it's apparently causing a regression on 197.parser, 2011-05-06 05:23:07 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Don't produce a __debug_frame. 2011-05-05 18:43:39 +00:00
Object
Support
Target Move PPC Linux to CFI. 2011-05-05 21:34:33 +00:00
Transforms Fix PR9820: a read-only call differs from a load in that a load doesn't 2011-05-06 10:30:37 +00:00
VMCore In debug output, clearly list new instructions without DebugLoc. 2011-05-05 22:05:57 +00:00
CMakeLists.txt
Makefile