llvm-6502/unittests
Rafael Espindola ef484a376c Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to"
This reverts commit 617330909f.

It broke the bots:

/home/clangbuild2/clang-ppc64-2/llvm.src/unittests/ADT/SmallVectorTest.cpp:150: PushPopTest
/home/clangbuild2/clang-ppc64-2/llvm.src/unittests/ADT/SmallVectorTest.cpp:118: Failure
Value of: v[i].getValue()
  Actual: 0
Expected: value
Which is: 2

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178334 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-29 07:11:21 +00:00
..
ADT Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone to" 2013-03-29 07:11:21 +00:00
Analysis
Bitcode llvm/unittests: Use OwningPtr to fix --vg-leak. 2013-01-23 08:33:13 +00:00
ExecutionEngine Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don't support JIT. 2013-03-28 03:38:29 +00:00
IR Change GetPointerBaseWithConstantOffset's DataLayout argument from a 2013-01-31 02:00:45 +00:00
Option llvm/unittests: Use OwningPtr to fix --vg-leak. 2013-01-23 08:33:13 +00:00
Support Disable Initialize.MultipleThreads test under MemorySanitizer. 2013-03-27 12:50:49 +00:00
Transforms
CMakeLists.txt
Makefile
Makefile.unittest