1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-diff
Chandler Carruth 853f402d9c [IR] Redesign the case iterator in SwitchInst to actually be an iterator
and to expose a handle to represent the actual case rather than having
the iterator return a reference to itself.

All of this allows the iterator to be used with common STL facilities,
standard algorithms, etc.

Doing this exposed some missing facilities in the iterator facade that
I've fixed and required some work to the actual iterator to fully
support the necessary API.

Differential Revision: https://reviews.llvm.org/D31548

llvm-svn: 300032
2017-04-12 07:27:28 +00:00
..
CMakeLists.txt [CMake] llvm-diff depends on intrinsics_gen 2016-11-19 02:28:18 +00:00
DiffConsumer.cpp Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
DiffConsumer.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DifferenceEngine.cpp [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
DifferenceEngine.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DiffLog.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
DiffLog.h -Wdeprecated clean by making LogBuilder move constructible so it can be returned by value (in DifferenceEngine::logf) 2015-08-05 21:06:50 +00:00
llvm-diff.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
LLVMBuild.txt