1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Transforms
Peter Collingbourne 19c2aae8a8 IR: Introduce Module::global_objects().
This is a convenience iterator that allows clients to enumerate the
GlobalObjects within a Module.

Also start using it in a few places where it is obviously the right thing
to use.

Differential Revision: http://reviews.llvm.org/D21580

llvm-svn: 273470
2016-06-22 20:29:42 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
InstCombine Delete more dead code. 2016-06-22 12:44:16 +00:00
Instrumentation [asan] Do not instrument accesses to profiling globals 2016-06-22 17:30:58 +00:00
IPO IR: Introduce Module::global_objects(). 2016-06-22 20:29:42 +00:00
ObjCARC Form objc_storeStrong in the presence of bitcasts. 2016-05-27 02:13:53 +00:00
Scalar Delete more dead code. 2016-06-22 12:44:16 +00:00
Utils Delete more dead code. 2016-06-22 12:44:16 +00:00
Vectorize reverted the prev commit due to assertion failure 2016-06-21 12:10:11 +00:00
CMakeLists.txt
LLVMBuild.txt