1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include/llvm
David Majnemer 85242fb9f9 Use the range variant of find instead of unpacking begin/end
If the result of the find is only used to compare against end(), just
use is_contained instead.

No functionality change is intended.

llvm-svn: 278433
2016-08-11 22:21:41 +00:00
..
ADT Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
Analysis Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
AsmParser
Bitcode Update doxygen description for WriteBitcodeToFile() API (NFC) 2016-07-18 21:29:24 +00:00
CodeGen Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
Config Use posix_fallocate instead of ftruncate. 2016-07-19 20:19:56 +00:00
DebugInfo CodeView: extract the OMF Directory Header 2016-08-09 00:25:12 +00:00
ExecutionEngine [MCJIT] Improve documentation and error handling for MCJIT::runFunction. 2016-08-11 15:56:23 +00:00
IR Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
IRReader
LibDriver
LineEditor Apply clang-tidy's misc-move-constructor-init throughout LLVM. 2016-05-27 14:27:24 +00:00
Linker Linker: teach the IR mover to return llvm::Error. 2016-05-27 05:21:35 +00:00
LTO Fix type truncation warnings 2016-08-11 20:38:39 +00:00
MC Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
Object CodeView: extract the OMF Directory Header 2016-08-09 00:25:12 +00:00
ObjectYAML [Mach0YAML] Change n_type from uint8_t to llvm::yaml::Hex8 2016-08-04 21:07:39 +00:00
Option
Passes [PM] Significantly refactor the pass pipeline parsing to be easier to 2016-08-03 03:21:41 +00:00
ProfileData [Coverage] Mark more methods const (NFC) 2016-07-22 21:11:55 +00:00
Support Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
TableGen [TableGen] Autobrief-ize Record. NFC. 2016-07-14 14:53:14 +00:00
Target GlobalISel: add translation support for shift operations. 2016-08-11 21:01:13 +00:00
Transforms WholeProgramDevirt: generate more detailed and accurate remarks. 2016-08-11 19:09:02 +00:00
CMakeLists.txt
InitializePasses.h [PM] Port SpeculativeExecution to the new PM 2016-08-01 21:48:33 +00:00
LinkAllIR.h
LinkAllPasses.h code hoisting pass based on GVN 2016-07-15 13:45:20 +00:00
module.modulemap Update modulemap for Msf -> MSF rename. 2016-07-30 12:05:17 +00:00
module.modulemap.build
Pass.h Remove unused header. 2016-05-25 22:56:58 +00:00
PassAnalysisSupport.h Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
PassInfo.h
PassRegistry.h
PassSupport.h [LPM] Reinstate r271781 which reinstated r271652 to replace the 2016-06-04 19:57:55 +00:00