1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Transforms
Teresa Johnson 7f5c7bac22 [ThinLTO] Renaming of function index to module summary index (NFC)
With the changes in r263275, there are now more than just functions in
the summary. Completed the renaming of data structures (started in
r263275) to reflect the wider scope. In particular, changed the
FunctionIndex* data structures to ModuleIndex*, and renamed related
variables and comments. Also renamed the files to reflect the changes.

A companion clang patch will immediately succeed this patch to reflect
this renaming.

llvm-svn: 263490
2016-03-14 21:05:56 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine [attrs] Handle convergent CallSites. 2016-03-14 20:18:54 +00:00
Instrumentation Remove PreserveNames template parameter from IRBuilder 2016-03-13 21:05:13 +00:00
IPO [ThinLTO] Renaming of function index to module summary index (NFC) 2016-03-14 21:05:56 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar [CVP] Replace nonnegative with positive, per Philip's request. NFC. 2016-03-14 13:48:00 +00:00
Utils [ThinLTO] Renaming of function index to module summary index (NFC) 2016-03-14 21:05:56 +00:00
Vectorize [SLPVectorizer] Fix dependency list 2016-03-14 20:04:24 +00:00
CMakeLists.txt
LLVMBuild.txt