1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/Transforms
David Majnemer 49dcd13916 [IR] Remove terminatepad
It turns out that terminatepad gives little benefit over a cleanuppad
which calls the termination function.  This is not sufficient to
implement fully generic filters but MSVC doesn't support them which
makes terminatepad a little over-designed.

Depends on D15478.

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

llvm-svn: 255522
2015-12-14 18:34:23 +00:00
..
InstCombine Use ArrayRef instead of pointer and size. NFC 2015-10-22 16:35:56 +00:00
IPO [ThinLTO] FunctionImport pass can take a const index pointer (NFC) 2015-12-09 19:39:47 +00:00
Scalar [PM] Port ADCE to the new pass manager 2015-10-30 23:13:18 +00:00
Utils [IR] Remove terminatepad 2015-12-14 18:34:23 +00:00
Instrumentation.h [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021) 2015-12-09 18:08:16 +00:00
IPO.h [ThinLTO] FunctionImport pass can take a const index pointer (NFC) 2015-12-09 19:39:47 +00:00
ObjCARC.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
Scalar.h LLE 6/6: Add LoopLoadElimination pass 2015-11-03 23:50:08 +00:00
Vectorize.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00