1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/Transforms
Benjamin Kramer 750272d02a Rename StringMap::emplace_second to try_emplace.
Coincidentally this function maps to the C++17 try_emplace. Rename it
for consistentcy with C++17 std::map. NFC.

llvm-svn: 276276
2016-07-21 13:37:48 +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 [InstCombine] LogicOpc (zext X), C --> zext (LogicOpc X, C) (PR28476) 2016-07-21 00:24:18 +00:00
Instrumentation Rename StringMap::emplace_second to try_emplace. 2016-07-21 13:37:48 +00:00
IPO Make help text more consistent. NFC. 2016-07-20 23:14:29 +00:00
ObjCARC Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
Scalar [GVNHoist] Preserve optimization hints which agree 2016-07-21 07:16:26 +00:00
Utils [MSSA] Add an overload for getClobberingMemoryAccess. 2016-07-20 19:51:34 +00:00
Vectorize [OptDiag,LV] Add hotness attribute to applied-optimization remarks 2016-07-21 01:07:13 +00:00
CMakeLists.txt
LLVMBuild.txt