1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Transforms
Duncan Sands 88d8323743 Factorize code: remove variants of "strip off
pointer bitcasts and GEP's", and centralize the
logic in Value::getUnderlyingObject.  The
difference with stripPointerCasts is that
stripPointerCasts only strips GEPs if all
indices are zero, while getUnderlyingObject
strips GEPs no matter what the indices are.

llvm-svn: 56922
2008-10-01 15:25:41 +00:00
..
Hello Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Instrumentation Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
IPO revert the addition of Preverves(CallGraph), per Duncan's comments 2008-10-01 09:13:40 +00:00
Scalar Factorize code: remove variants of "strip off 2008-10-01 15:25:41 +00:00
Utils Rename isWeakForLinker to mayBeOverridden. Use it 2008-09-29 11:25:42 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00