llvm-6502/lib/Transforms
Rafael Espindola 3bb1184a1a Fix non-deterministic behavior.
We use CSEBlocks to initialize a worklist:

SmallVector<BasicBlock *, 8> CSEWorkList(CSEBlocks.begin(), CSEBlocks.end());

so it must have a deterministic order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196520 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-05 18:28:01 +00:00
..
Hello First check in. Modified a comment. 2013-09-27 07:36:10 +00:00
InstCombine Use local variable for repeated use rather than 'get' method. No functional change intended. 2013-12-02 22:23:32 +00:00
Instrumentation [tsan] fix PR18146: sometimes a variable written into vptr could have an integer type (after other optimizations) 2013-12-05 15:03:02 +00:00
IPO Correct word hyphenations 2013-12-05 05:44:44 +00:00
ObjCARC Correct word hyphenations 2013-12-05 05:44:44 +00:00
Scalar Correct word hyphenations 2013-12-05 05:44:44 +00:00
Utils Correct word hyphenations 2013-12-05 05:44:44 +00:00
Vectorize Fix non-deterministic behavior. 2013-12-05 18:28:01 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile