1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms
Tim Northover dd77b948f1 IR: compare type attributes deeply when looking into functions.
FunctionComparator attempts to produce a stable comparison of two Function
instances by looking at all available properties. Since ByVal attributes now
contain a Type pointer, they are not trivially ordered and FunctionComparator
should use its own Type comparison logic to sort them.

llvm-svn: 364523
2019-06-27 11:44:45 +00:00
..
AggressiveInstCombine
Coroutines Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC 2019-06-21 05:40:31 +00:00
Hello
InstCombine [InstCombine] simplify code for inserts -> splat; NFC 2019-06-26 15:52:59 +00:00
Instrumentation [WebAssembly] Implement Address Sanitizer for Emscripten 2019-06-26 20:16:14 +00:00
IPO [Attributor] Deducing existing nounwind attribute. 2019-06-27 11:27:54 +00:00
ObjCARC [ObjC][ARC] Delete ObjC runtime calls on global variables annotated 2019-06-14 22:06:32 +00:00
Scalar [SCCP] Fix non-deterministic uselists of return values (DenseMap -> MapVector) 2019-06-26 21:44:37 +00:00
Utils IR: compare type attributes deeply when looking into functions. 2019-06-27 11:44:45 +00:00
Vectorize [SLP] Look-ahead operand reordering heuristic. 2019-06-26 21:25:24 +00:00
CMakeLists.txt
LLVMBuild.txt