1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Transforms
Jeffrey Yasskin 7fb5e38134 Remove another memory leak from ABCD by using Edges by value instead of
pointer.  There was also a SmallPtrSet whose settiness wasn't being used, so I
changed it to a SmallVector.

llvm-svn: 99713
2010-03-27 09:09:17 +00:00
..
Hello Prune #includes. 2010-03-01 17:42:17 +00:00
InstCombine Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. 2010-03-23 06:06:09 +00:00
Instrumentation Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
IPO When we promote a load of an argument make sure to take the alignment 2010-03-27 01:54:00 +00:00
Scalar Remove another memory leak from ABCD by using Edges by value instead of 2010-03-27 09:09:17 +00:00
Utils rename pred_const_iterator to const_pred_iterator for consistency's sake 2010-03-25 23:25:28 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00