llvm-6502/lib/Transforms
Jeffrey Yasskin 0826e1c519 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99713 91177308-0d34-0410-b5e6-96231b3b80d8
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